Chromium Code Reviews| Index: content/common/BUILD.gn |
| diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn |
| index 62b1a8f3793efa9d0c6d17ee2239fbda6a40dedf..4bac5feda0d2e6cb14def66b71dd796a245ffb6f 100644 |
| --- a/content/common/BUILD.gn |
| +++ b/content/common/BUILD.gn |
| @@ -502,6 +502,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 -= [ |