| Index: blimp/client/core/settings/BUILD.gn
|
| diff --git a/blimp/client/core/settings/BUILD.gn b/blimp/client/core/settings/BUILD.gn
|
| index 61ee24030fe3c93f9aefefdff153598686581d38..4e40031bba7934c11c109349f6af5d7c47d7637c 100644
|
| --- a/blimp/client/core/settings/BUILD.gn
|
| +++ b/blimp/client/core/settings/BUILD.gn
|
| @@ -9,8 +9,8 @@ if (is_android) {
|
|
|
| source_set("settings") {
|
| visibility = [
|
| - "//blimp/client/app:*", # TODO(nyquist): Remove this. See crbug/651964.
|
| "//blimp/client/core/*",
|
| + "//blimp/engine:browser_tests",
|
| ]
|
|
|
| sources = [
|
| @@ -78,7 +78,7 @@ source_set("unit_tests") {
|
| if (is_android) {
|
| android_library("settings_java") {
|
| visibility = [
|
| - "//blimp/client/app:*", # TODO(nyquist): Remove this. See crbug/651964.
|
| + "//blimp/client/app:blimp_test_java_core_deps",
|
| "//blimp/client/core/*",
|
| ]
|
|
|
|
|