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

Unified Diff: content/renderer/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/browser/BUILD.gn ('k') | content/utility/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/BUILD.gn
diff --git a/content/renderer/BUILD.gn b/content/renderer/BUILD.gn
index d7746b4005906eaa75237411d5e9b17a0b5e9a01..bce2300726716a6de7b560ace18612bb3815e976 100644
--- a/content/renderer/BUILD.gn
+++ b/content/renderer/BUILD.gn
@@ -23,6 +23,7 @@ target(link_target_type, "renderer") {
# internal content ones) should depend on the public one.
visibility = [
":for_content_tests",
+ "//content/app:*",
"//content/public/renderer:renderer_sources",
]
« no previous file with comments | « content/browser/BUILD.gn ('k') | content/utility/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698