| Index: blimp/client/core/BUILD.gn
|
| diff --git a/blimp/client/core/BUILD.gn b/blimp/client/core/BUILD.gn
|
| index bf61664e99cfd933f7b57104d9971d90d047aefb..32c4566ecb3c558f336681da94ea16461bc1e441 100644
|
| --- a/blimp/client/core/BUILD.gn
|
| +++ b/blimp/client/core/BUILD.gn
|
| @@ -30,7 +30,7 @@ group("core_shim") {
|
| group("core") {
|
| visibility = [
|
| ":core_shim",
|
| - "//blimp/client/app:*", # TODO(nyquist): Remove this. See crbug/651964.
|
| + "//blimp/client/app:*", # TODO(nyquist): Remove when enable_blimp_client is gone.
|
| "//blimp/client/test",
|
| "//blimp/test/*",
|
| ]
|
| @@ -97,7 +97,7 @@ if (is_android) {
|
| visibility = [
|
| ":core_shim_java",
|
| "//blimp/client:blimp_unittests_java_deps",
|
| - "//blimp/client/app:*", # TODO(nyquist): Remove this. See crbug/651964.
|
| + "//blimp/client/app:*", # TODO(nyquist): Remove when enable_blimp_client is gone.
|
| ]
|
|
|
| deps = [
|
|
|