| Index: blimp/client/public/BUILD.gn
|
| diff --git a/blimp/client/public/BUILD.gn b/blimp/client/public/BUILD.gn
|
| index b9023b139d061fb1f337642751715ad9ba0717cf..a31b2a0d1696b79c90c86928c7d25c7af21a2769 100644
|
| --- a/blimp/client/public/BUILD.gn
|
| +++ b/blimp/client/public/BUILD.gn
|
| @@ -24,7 +24,10 @@ group("public") {
|
| # //blimp/client/public to ensure there are no circular dependencies or
|
| # duplicate symbols regardless of whether enable_blimp_client is set or not.
|
| source_set("public_headers") {
|
| - visibility = [ "//blimp/client/*" ]
|
| + visibility = [
|
| + "//blimp/client/*",
|
| + "//blimp/test/*",
|
| + ]
|
|
|
| sources = [
|
| "blimp_client_context.h",
|
|
|