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

Unified Diff: build/linux/system.gyp

Issue 106633002: GBM Ozone implementation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 7 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
Index: build/linux/system.gyp
diff --git a/build/linux/system.gyp b/build/linux/system.gyp
index b7982561abe38b12e9bdc715c89161cff9df95f9..1e189ca3e3550d1cda829e321199781b0bb92d8d 100644
--- a/build/linux/system.gyp
+++ b/build/linux/system.gyp
@@ -485,6 +485,20 @@
],
},
{
+ 'target_name': 'gbm',
spang 2014/05/28 21:46:27 put this under conditions, <(ozone_platform_gbm)==
+ 'type': 'none',
+ 'direct_dependent_settings': {
+ 'cflags': [
+ '<!@(<(pkg-config) --cflags gbm)',
+ ],
+ },
+ 'link_settings': {
+ 'libraries': [
+ '<!@(<(pkg-config) --libs-only-l gbm)',
+ ],
+ },
+ },
+ {
'target_name': 'gconf',
'type': 'none',
'conditions': [

Powered by Google App Engine
This is Rietveld 408576698