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

Unified Diff: gyp/dng_sdk.gyp

Issue 1738913002: Enable RAW codec for Windows (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Black RAW codec tests for Win32 bots Created 4 years, 10 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/common_variables.gypi ('k') | src/codec/SkRawCodec.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/dng_sdk.gyp
diff --git a/gyp/dng_sdk.gyp b/gyp/dng_sdk.gyp
index 7655fd3885490e9a798bd6c3f5247e50898a6e16..3d426241e6fc330d57d7655da01839a90d4fb0d5 100644
--- a/gyp/dng_sdk.gyp
+++ b/gyp/dng_sdk.gyp
@@ -127,7 +127,16 @@
'msvs_settings': {
'VCCLCompilerTool': {
'WarningLevel': '0',
- 'AdditionalOptions': ['/wd4189', ],
+ 'AdditionalOptions': [
+ '/wd4189',
+ '/DqDNGBigEndian#0',
+ '/DqDNGReportErrors#0',
+ '/DqDNGThreadSafe#1',
+ '/DqDNGUseLibJPEG#1',
+ '/DqDNGUseXMP#0',
+ '/DqDNGValidate#0',
+ '/DqDNGValidateTarget#1',
+ ],
},
},
}],
« no previous file with comments | « gyp/common_variables.gypi ('k') | src/codec/SkRawCodec.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698