Chromium Code Reviews| Index: content/common/BUILD.gn |
| diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn |
| index b4005ba3f2f8ba47b73437811e1ba4b084838df2..64503874c73a56c0c78ffc618d9d83178b2773e1 100644 |
| --- a/content/common/BUILD.gn |
| +++ b/content/common/BUILD.gn |
| @@ -178,6 +178,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 -= [ |