| Index: blimp/client/core/compositor/BUILD.gn
|
| diff --git a/blimp/client/core/compositor/BUILD.gn b/blimp/client/core/compositor/BUILD.gn
|
| index 23d18c6ba6cc3647cdc58698f6a9de1d260fc92c..1717a5a03e18d6207a5a90c7fb25da74e664e6ac 100644
|
| --- a/blimp/client/core/compositor/BUILD.gn
|
| +++ b/blimp/client/core/compositor/BUILD.gn
|
| @@ -3,7 +3,10 @@
|
| # found in the LICENSE file.
|
|
|
| source_set("compositor") {
|
| - visibility = [ "//blimp/client/*" ]
|
| + visibility = [
|
| + "//blimp/client/app:*", # TODO(nyquist): Remove this. See crbug/651964.
|
| + "//blimp/client/core/*",
|
| + ]
|
|
|
| sources = [
|
| "blimp_client_picture_cache.cc",
|
|
|