aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/common_variables.gypi
diff options
context:
space:
mode:
Diffstat (limited to 'gyp/common_variables.gypi')
-rw-r--r--gyp/common_variables.gypi3
1 files changed, 1 insertions, 2 deletions
diff --git a/gyp/common_variables.gypi b/gyp/common_variables.gypi
index 6f4ac876f6..0688f627b9 100644
--- a/gyp/common_variables.gypi
+++ b/gyp/common_variables.gypi
@@ -61,8 +61,7 @@
}],
# RAW codec needs exceptions. Due to that, it is a separate target. Its usage can be
# controlled by skia_codec_decodes_raw.
- ['skia_os == "chromeos" or skia_os == "win"', {
- # FIXME: fix the support for ChromeOS [DNG SDK issue with clock_gettime()].
+ ['skia_os == "win"', {
'skia_codec_decodes_raw%' : 0,
}, {
'skia_codec_decodes_raw%' : 1,