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

Unified Diff: content/public/app/BUILD.gn

Issue 1914933004: Add missing public_deps for //content/public/app:xxx GN targets. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: git merge origin/master Created 4 years, 8 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/app/BUILD.gn
diff --git a/content/public/app/BUILD.gn b/content/public/app/BUILD.gn
index 0b5dec88d23251c0d00808beac644d02005dd037..0854ed23295cbd49a80c75f8f317339be23f40a8 100644
--- a/content/public/app/BUILD.gn
+++ b/content/public/app/BUILD.gn
@@ -59,17 +59,17 @@ if (is_component_build) {
# These all just forward to content, which in turn depends on "both_sources".
group("browser") {
- deps = [
+ public_deps = [
"//content",
]
}
group("child") {
- deps = [
+ public_deps = [
"//content",
]
}
group("both") {
- deps = [
+ public_deps = [
"//content",
]
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698