Index: sandbox/linux/BUILD.gn |
diff --git a/sandbox/linux/BUILD.gn b/sandbox/linux/BUILD.gn |
index af3a95063997a2d9962978df5a17b444725c1eb0..b5cfcdb948086e30aea6db2f49443a2c1bcaed11 100644 |
--- a/sandbox/linux/BUILD.gn |
+++ b/sandbox/linux/BUILD.gn |
@@ -3,6 +3,7 @@ |
# found in the LICENSE file. |
import("//build/config/features.gni") |
+import("//testing/test.gni") |
declare_args() { |
compile_suid_client = is_linux |
@@ -193,6 +194,7 @@ component("seccomp_bpf_helpers") { |
deps = [ |
"//base", |
+ ":sandbox_services", |
":seccomp_bpf", |
] |
} |