aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--gyp/codec.gyp5
-rw-r--r--gyp/common_variables.gypi3
2 files changed, 6 insertions, 2 deletions
diff --git a/gyp/codec.gyp b/gyp/codec.gyp
index a445ff04e1..e96aaed9d5 100644
--- a/gyp/codec.gyp
+++ b/gyp/codec.gyp
@@ -135,6 +135,11 @@
'OTHER_CPLUSPLUSFLAGS': ['-fexceptions'],
},
}],
+ ['skia_os == "chromeos"', {
+ 'link_settings': {
+ 'libraries': ['-lrt', ],
+ },
+ }],
],
},
],
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,