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) { |