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

Unified Diff: content/content_common.gypi

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: content/content_common.gypi
diff --git a/content/content_common.gypi b/content/content_common.gypi
index e9e6e813a113349341acdad7d5c96cc586851586..1f59ba00712b95907226148e3786fe14af63e2f4 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -651,6 +651,11 @@
}, {
'defines': ['USE_SECCOMP_BPF'],
}],
+ ['OS=="linux"' and 'use_seccomp_bpf==1', {
+ 'dependencies': [
+ '../build/linux/system.gyp:dridriverdir',
+ ],
+ }],
['use_ozone==1', {
'dependencies': [
'../ui/ozone/ozone.gyp:ozone',

Powered by Google App Engine
This is Rietveld 408576698