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

Unified Diff: gyp/flags.gyp

Issue 1611323004: Treat bad values passed to --images as a fatal error (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Another gyp fix Created 4 years, 11 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
Index: gyp/flags.gyp
diff --git a/gyp/flags.gyp b/gyp/flags.gyp
index 769a7bdb57721d1b35e212b7b41335c52006ae38..e3b850cf65d4e227d37f655f8a6c9d50628bbd93 100644
--- a/gyp/flags.gyp
+++ b/gyp/flags.gyp
@@ -39,6 +39,13 @@
'../tools/flags/SkCommonFlagsConfig.cpp',
'../tools/flags/SkCommonFlagsConfig.h',
],
+ 'conditions':[
+ # FIXME: We redefine this here because this target does not depend on raw_codec, which
+ # defines it.
+ ['skia_codec_decodes_raw', {
+ 'defines': [ 'SK_CODEC_DECODES_RAW' ],
+ }],
+ ],
'dependencies': [
'skia_lib.gyp:skia_lib',
'flags.gyp:flags',
« dm/DM.cpp ('K') | « gyp/common_variables.gypi ('k') | tools/flags/SkCommonFlags.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698