| Index: blimp/client/core/settings/BUILD.gn
|
| diff --git a/blimp/client/core/settings/BUILD.gn b/blimp/client/core/settings/BUILD.gn
|
| index 4e40031bba7934c11c109349f6af5d7c47d7637c..f3ae8909ae2b09898e51a5f52ae5a12b0ceed197 100644
|
| --- a/blimp/client/core/settings/BUILD.gn
|
| +++ b/blimp/client/core/settings/BUILD.gn
|
| @@ -8,10 +8,7 @@ if (is_android) {
|
| }
|
|
|
| source_set("settings") {
|
| - visibility = [
|
| - "//blimp/client/core/*",
|
| - "//blimp/engine:browser_tests",
|
| - ]
|
| + visibility = [ "//blimp/client/core/*" ]
|
|
|
| sources = [
|
| "blimp_settings_delegate.h",
|
|
|