Next, we change Chromium build files, then we do the actual move.
Review URL: https://codereview.chromium.org/
1285913002
'variables': { 'skia_pdf_use_sfntly%': 1, },
'dependencies': [
'skia_lib.gyp:skia_lib',
- 'skflate.gyp:skflate',
+ 'zlib.gyp:zlib',
],
'includes': [
'pdf.gypi',
#
{
'sources': [
+ # TODO(halcanary): Move to <(skia_src_path)/pdf.
+ '<(skia_src_path)/core/SkFlate.cpp',
+
'<(skia_src_path)/doc/SkDocument_PDF.cpp',
'<(skia_src_path)/pdf/SkJpegInfo.cpp',
'<(skia_src_path)/pdf/SkJpegInfo.h',
+++ /dev/null
-# Copyright 2015 Google Inc.
-#
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-# Target for including SkFlate.
-{
- 'targets': [
- {
- 'target_name': 'skflate',
- 'type': 'static_library',
- 'dependencies': [
- 'skia_lib.gyp:skia_lib',
- 'zlib.gyp:zlib',
- ],
- 'sources': [ '../src/core/SkFlate.cpp' ],
- },
- ],
-}