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

Unified Diff: gyp/codec.gyp

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 | « no previous file | 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 a445ff04e1a6ee234a0c2bb98016e6da330a5f96..e96aaed9d5a5b9d04226298c506bc96724678b1d 100644
--- a/gyp/codec.gyp
+++ b/gyp/codec.gyp
@@ -135,6 +135,11 @@
'OTHER_CPLUSPLUSFLAGS': ['-fexceptions'],
},
}],
+ ['skia_os == "chromeos"', {
+ 'link_settings': {
+ 'libraries': ['-lrt', ],
+ },
+ }],
],
},
],
« no previous file with comments | « no previous file | gyp/common_variables.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698