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

Unified Diff: gyp/codec.gyp~

Issue 1459473007: Updates the gyp file. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 1 month 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
Index: gyp/codec.gyp~
diff --git a/gyp/codec.gyp b/gyp/codec.gyp~
similarity index 96%
copy from gyp/codec.gyp
copy to gyp/codec.gyp~
index ace6e5a202d49fb559c0820e95bc7186d1058c1d..6473f390459be1a4404d5e5862e816c554f0e264 100644
--- a/gyp/codec.gyp
+++ b/gyp/codec.gyp~
@@ -17,6 +17,7 @@
'standalone_static_library': 1,
'dependencies': [
'core.gyp:*',
+ 'dng_sdk.gyp:dng_sdk',
'giflib.gyp:giflib',
'libjpeg-turbo-selector.gyp:libjpeg-turbo-selector',
'libpng.gyp:libpng',
@@ -49,6 +50,7 @@
'../src/codec/SkJpegUtility_codec.cpp',
'../src/codec/SkMaskSwizzler.cpp',
'../src/codec/SkMasks.cpp',
+ '../src/codec/SkRawCodec.cpp',
'../src/codec/SkSampler.cpp',
'../src/codec/SkSampledCodec.cpp',
'../src/codec/SkSwizzler.cpp',

Powered by Google App Engine
This is Rietveld 408576698