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

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: Add support for gn build 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 d1ddc9ddae5d059820d3514ec59e41a9bea60bb2..ad7828825ef8bf57c8092ba25df94e3bd715315c 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -654,6 +654,9 @@
'common/sandbox_linux/sandbox_bpf_base_policy_linux.h',
],
}, {
+ 'dependencies': [
+ '../build/linux/system.gyp:dridriverdir',
+ ],
'defines': ['USE_SECCOMP_BPF'],
}],
['use_ozone==1', {

Powered by Google App Engine
This is Rietveld 408576698