Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(446)

Unified Diff: sandbox/linux/BUILD.gn

Issue 1817323002: Make most of content/common pass gn check (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/content_common.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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) {
« no previous file with comments | « content/content_common.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698