Index: content/child/BUILD.gn |
diff --git a/content/child/BUILD.gn b/content/child/BUILD.gn |
index 4cc76f3c2956fe4a79c8660339ffc218f6cb72be..ad151b59930c4441de5a11e4c4238a7831ed2f8d 100644 |
--- a/content/child/BUILD.gn |
+++ b/content/child/BUILD.gn |
@@ -25,6 +25,10 @@ target(link_target_type, "child") { |
"//content/utility/*", |
"//tools/ipc_fuzzer/*", |
] |
+ if (is_android) { |
+ # See comment in content/app/BUILD.gn above content_app_deps. |
+ visibility += [ "//content/app:*" ] |
+ } |
sources = rebase_path(content_child_gypi_values.private_child_sources, |
".", |