| Index: sandbox/linux/BUILD.gn
|
| diff --git a/sandbox/linux/BUILD.gn b/sandbox/linux/BUILD.gn
|
| index b7d3bfeac8e863e63cb3e56e6de8f9740c51b6b6..e08f42b35f7ca259fe4a80bb9e3ccc506803c098 100644
|
| --- a/sandbox/linux/BUILD.gn
|
| +++ b/sandbox/linux/BUILD.gn
|
| @@ -251,9 +251,11 @@ component("seccomp_bpf") {
|
| ]
|
| defines = [ "SANDBOX_IMPLEMENTATION" ]
|
|
|
| + public_deps = [
|
| + ":sandbox_services_headers",
|
| + ]
|
| deps = [
|
| ":sandbox_services",
|
| - ":sandbox_services_headers",
|
| "//base",
|
| ]
|
|
|
| @@ -360,6 +362,7 @@ component("sandbox_services") {
|
|
|
| defines = [ "SANDBOX_IMPLEMENTATION" ]
|
|
|
| + public_deps = []
|
| deps = [
|
| "//base",
|
| ]
|
| @@ -374,7 +377,7 @@ component("sandbox_services") {
|
| "services/namespace_utils.h",
|
| ]
|
|
|
| - deps += [ ":sandbox_services_headers" ]
|
| + public_deps += [ ":sandbox_services_headers" ]
|
| }
|
|
|
| if (is_nacl_nonsfi) {
|
|
|