Index: content/browser/BUILD.gn |
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn |
index e75bc9d5d51e6cf811fd3a0d4293340a1f26beea..e78879076706bfa8570169f729e932004d91ee5a 100644 |
--- a/content/browser/BUILD.gn |
+++ b/content/browser/BUILD.gn |
@@ -15,12 +15,9 @@ source_set("browser") { |
# internal content ones) should depend on the public one. |
visibility = [ |
":for_content_tests", # See top of //content/BUILD.gn for why. |
+ "//content/app:*", |
"//content/public/browser:browser_sources", |
] |
- if (is_android) { |
- # See comment in content/app/BUILD.gn above content_app_deps. |
- visibility += [ "//content/app:*" ] |
- } |
configs += [ |
"//build/config:precompiled_headers", |