diff options
author | halcanary <halcanary@google.com> | 2015-08-13 19:20:41 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-08-14 02:21:13 +0000 |
commit | 8d5f19d09b344486955f68f6964d16a76c308883 (patch) | |
tree | 75d38e6de707646931e6b2d0ed5b2500be50e816 /skia/skia_library.gypi | |
parent | f592ba18312f43fe4186cc526db00960a1db0b48 (diff) | |
download | chromium_src-8d5f19d09b344486955f68f6964d16a76c308883.zip chromium_src-8d5f19d09b344486955f68f6964d16a76c308883.tar.gz chromium_src-8d5f19d09b344486955f68f6964d16a76c308883.tar.bz2 |
SkPDF: Move SkFlate into src/pdf (part 2/3)
This must land after http://crrev.com/1285913002
Motivation: Skia only uses SkFlate.cpp in the SkPDF module, se we now
include it in third_party/skia/gyp/pdf.gypi. After this CL lands,
Skia can move third_party/skia/src/core/SkFlate.{h,cpp} to
third_party/skia/src/pdf, where it belongs.
Review URL: https://codereview.chromium.org/1288053002
Cr-Commit-Position: refs/heads/master@{#343321}
Diffstat (limited to 'skia/skia_library.gypi')
-rw-r--r-- | skia/skia_library.gypi | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/skia/skia_library.gypi b/skia/skia_library.gypi index 741cba8..b61385a 100644 --- a/skia/skia_library.gypi +++ b/skia/skia_library.gypi @@ -25,9 +25,6 @@ ], 'sources': [ - # this should likely be moved into src/utils in skia - '../third_party/skia/src/core/SkFlate.cpp', - '../third_party/skia/src/ports/SkImageDecoder_empty.cpp', '../third_party/skia/src/images/SkScaledBitmapSampler.cpp', |