Index: gyp/codec.gyp |
diff --git a/gyp/codec.gyp b/gyp/codec.gyp |
index 596270a570ae0ca74239869c291f46b4d9c1c452..2043b355672594dd23a483cf97cc2758c121598a 100644 |
--- a/gyp/codec.gyp |
+++ b/gyp/codec.gyp |
@@ -68,8 +68,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', |
], |
@@ -77,7 +76,7 @@ |
], |
}, { |
# RAW codec needs exceptions. Due to that, it is a separate target. Its usage can be |
- # controlled by SK_CODEC_DECODES_RAW flag. |
+ # controlled by skia_codec_decodes_raw flag. |
'target_name': 'raw_codec', |
'product_name': 'raw_codec', |
'type': 'static_library', |
@@ -111,13 +110,7 @@ |
'include_dirs': [ |
'../include/codec', |
], |
- 'defines': [ |
- 'SK_CODEC_DECODES_RAW', |
- ], |
}, |
- 'defines': [ |
- 'SK_CODEC_DECODES_RAW', |
- ], |
'conditions': [ |
['skia_arch_type == "x86" or skia_arch_type == "arm"', { |
'defines': [ |