Chromium Code Reviews| 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 -= [ |