Chromium Code Reviews| Index: sandbox/linux/BUILD.gn |
| diff --git a/sandbox/linux/BUILD.gn b/sandbox/linux/BUILD.gn |
| index 0f8f86a43c5c45b487dd8283fe135034a8334a09..382c396c24d684cf494b12984bf457cc63cfd55f 100644 |
| --- a/sandbox/linux/BUILD.gn |
| +++ b/sandbox/linux/BUILD.gn |
| @@ -173,6 +173,7 @@ component("seccomp_bpf") { |
| defines = [ "SANDBOX_IMPLEMENTATION" ] |
| deps = [ |
| + ":sandbox_services", |
| ":sandbox_services_headers", |
| "//base", |
| ] |