| Index: blimp/client/core/resources/BUILD.gn
|
| diff --git a/blimp/client/core/resources/BUILD.gn b/blimp/client/core/resources/BUILD.gn
|
| index 82d9ad6946e09b8ed894a4d44385f6e19954eae9..f4670f11d50d1ec41b879feec997a12821bcbb69 100644
|
| --- a/blimp/client/core/resources/BUILD.gn
|
| +++ b/blimp/client/core/resources/BUILD.gn
|
| @@ -54,10 +54,7 @@ repack_locales("locales") {
|
| # //blimp/client/public shouldn't directly depend on this since we want to
|
| # build different things based on |enable_blimp_client| build flag.
|
| source_set("resources") {
|
| - visibility = [
|
| - "//blimp/client/app/*",
|
| - "//blimp/client/core/*",
|
| - ]
|
| + visibility = [ "//blimp/client/core/*" ]
|
|
|
| sources = [
|
| "blimp_strings.cc",
|
|
|