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

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: Rebase Created 4 years, 2 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 9adaecd755918b897839b51b0f32dff06cf736ec..dd1c9376ea12991fa89c001b341260ebf759d805 100644
--- a/content/common/BUILD.gn
+++ b/content/common/BUILD.gn
@@ -498,6 +498,9 @@ source_set("common") {
if (use_seccomp_bpf) {
defines += [ "USE_SECCOMP_BPF" ]
+ if (is_linux && (!is_chromeos || target_cpu != "arm")) {
+ configs += [ "//build/config/linux/dri" ]
+ }
} else {
if (is_linux) {
sources -= [
« no previous file with comments | « content/browser/gpu/gpu_data_manager_impl_private.cc ('k') | content/common/sandbox_linux/bpf_gpu_policy_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698