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

Unified Diff: gyp/codec.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
« dm/DM.cpp ('K') | « dm/DM.cpp ('k') | gyp/common_variables.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/codec.gyp
diff --git a/gyp/codec.gyp b/gyp/codec.gyp
index eb87de1faa04e4bfd660cdd26de7a091830e60c2..c6e21df52fd7c52c1f449ec0ddbacc7a443365f2 100644
--- a/gyp/codec.gyp
+++ b/gyp/codec.gyp
@@ -67,8 +67,7 @@
'TURBO_HAS_SKIP',
],
'conditions': [
- # FIXME: fix the support for ChromeOS [DNG SDK issue with clock_gettime()].
- ['skia_codec_decodes_raw and skia_os != "chromeos"', {
+ ['skia_codec_decodes_raw', {
'dependencies': [
'raw_codec',
],
« dm/DM.cpp ('K') | « dm/DM.cpp ('k') | gyp/common_variables.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698