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

Unified Diff: content/utility/BUILD.gn

Issue 2696953002: Fix missing dependencies in content/app. (Closed)
Patch Set: fix android Created 3 years, 10 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/renderer/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/utility/BUILD.gn
diff --git a/content/utility/BUILD.gn b/content/utility/BUILD.gn
index ae88f47eda427ba1f98cb72d2e58e2ba52fbc9c2..d7b26302d96dd7add7d7637b66a47be27d90dd2a 100644
--- a/content/utility/BUILD.gn
+++ b/content/utility/BUILD.gn
@@ -9,6 +9,7 @@ source_set("utility") {
# internal content ones other than test) should depend on the public one.
visibility = [
":for_content_tests",
+ "//content/app:*",
"//content/public/utility:utility_sources",
]
« no previous file with comments | « content/renderer/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698