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: content/common/BUILD.gn

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/common/BUILD.gn
diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
index 382c1bc6d6060848fd96988cf6ab326075da3464..2291f6bf9ccbacf7d9c5edab32b62c313aeb9522 100644
--- a/content/common/BUILD.gn
+++ b/content/common/BUILD.gn
@@ -176,6 +176,7 @@ source_set("common") {
}
if (use_seccomp_bpf) {
+ configs += [ "//build/config/linux/dri" ]
defines += [ "USE_SECCOMP_BPF" ]
} else {
if (is_linux) {

Powered by Google App Engine
This is Rietveld 408576698