| Index: blimp/client/core/contents/BUILD.gn
|
| diff --git a/blimp/client/core/contents/BUILD.gn b/blimp/client/core/contents/BUILD.gn
|
| index da360d3f33e119afa9a40630af7edb3898477acc..270ba7055df45bdafe75e16bd6e41029e2d06846 100644
|
| --- a/blimp/client/core/contents/BUILD.gn
|
| +++ b/blimp/client/core/contents/BUILD.gn
|
| @@ -9,8 +9,8 @@ if (is_android) {
|
|
|
| source_set("contents") {
|
| visibility = [
|
| - "//blimp/client/app:*", # TODO(nyquist): Remove this. See crbug/651964.
|
| "//blimp/client/core/*",
|
| + "//blimp/engine:browser_tests",
|
| ]
|
|
|
| sources = [
|
| @@ -153,7 +153,7 @@ source_set("unit_tests") {
|
| if (is_android) {
|
| android_library("contents_java") {
|
| visibility = [
|
| - "//blimp/client/app:*", # TODO(nyquist): Remove this. See crbug/651964.
|
| + "//blimp/client/app:blimp_test_java_core_deps",
|
| "//blimp/client/core/*",
|
| ]
|
|
|
|
|