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

Unified Diff: build/linux/system.gyp

Issue 1542013005: Add a new driver bug workaround SANDBOX_START_EARLY Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Just rebase Created 4 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 084c6a435079266ee2c78962588c577cc2165482..b05f902618630ce93b49683fa5719e10bdea3c7f 100644
--- a/build/linux/system.gyp
+++ b/build/linux/system.gyp
@@ -1296,5 +1296,18 @@
}],
],
},
+ {
+ 'target_name': 'dridriverdir',
+ 'type': 'none',
+ 'conditions': [
+ ['_toolset=="target"', {
+ 'direct_dependent_settings': {
+ 'defines': [
+ 'DRI_DRIVER_DIR="<!@(<(pkg-config) --variable=dridriverdir dri)"',
+ ],
+ },
+ }],
+ ],
+ },
],
}

Powered by Google App Engine
This is Rietveld 408576698