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

Unified Diff: gyp/common_variables.gypi

Issue 1733223002: Add -lrt flag to enable the usage of clock_gettime. Enable RawCodec for ChromeOS (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Remove old comments Created 4 years, 10 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
« no previous file with comments | « gyp/codec.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/common_variables.gypi
diff --git a/gyp/common_variables.gypi b/gyp/common_variables.gypi
index 6f4ac876f6eea17b80635013f7aed0a92f0cc0d1..0688f627b9b20647d3d15b677b3f2e75860f69a9 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,
« no previous file with comments | « gyp/codec.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698