| Index: blimp/client/core/switches/BUILD.gn
|
| diff --git a/blimp/client/core/switches/BUILD.gn b/blimp/client/core/switches/BUILD.gn
|
| index 93df03cb9be6a3374544ab8718a3adb014ce24ce..fc82d3f7024bd92d64dac00fa7262dcb31ee1153 100644
|
| --- a/blimp/client/core/switches/BUILD.gn
|
| +++ b/blimp/client/core/switches/BUILD.gn
|
| @@ -8,10 +8,7 @@ if (is_android) {
|
| }
|
|
|
| source_set("switches") {
|
| - visibility = [
|
| - "//blimp/client/core/*",
|
| - "//blimp/engine:browser_tests", # TODO(nyquist): Remove this. See crbug/653789.
|
| - ]
|
| + visibility = [ "//blimp/client/core/*" ]
|
|
|
| sources = [
|
| "blimp_client_switches.cc",
|
|
|