Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(642)

Unified Diff: gyp/images.gyp

Issue 340783013: Switch SkPDFStream's internal storage from SkStream to SkData (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: rebase Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gyp/core.gypi ('k') | src/core/SkStream.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/images.gyp
diff --git a/gyp/images.gyp b/gyp/images.gyp
index 2b4cfd38a71d327c8438ebcef09723b36186edec..ee1840bd3f3dd6b0456e84fa6a454ea5eeb8087f 100644
--- a/gyp/images.gyp
+++ b/gyp/images.gyp
@@ -28,8 +28,6 @@
'../src/core/',
# for access to SkImagePriv.h
'../src/image/',
- # So src/ports/SkImageDecoder_CG can access SkStreamHelpers.h
- '../src/images/',
],
'sources': [
'../include/images/SkDecodingImageGenerator.h',
@@ -77,8 +75,6 @@
'../src/images/SkPageFlipper.cpp',
'../src/images/SkScaledBitmapSampler.cpp',
'../src/images/SkScaledBitmapSampler.h',
- '../src/images/SkStreamHelpers.cpp',
- '../src/images/SkStreamHelpers.h',
'../src/ports/SkImageDecoder_CG.cpp',
'../src/ports/SkImageDecoder_WIC.cpp',
« no previous file with comments | « gyp/core.gypi ('k') | src/core/SkStream.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698