| Index: gpu/command_buffer/client/BUILD.gn
|
| diff --git a/gpu/command_buffer/client/BUILD.gn b/gpu/command_buffer/client/BUILD.gn
|
| index fb623e39aef533d039305972f96a313caf856d29..e2c11078697df6be79fc800406b4e848156d0e55 100644
|
| --- a/gpu/command_buffer/client/BUILD.gn
|
| +++ b/gpu/command_buffer/client/BUILD.gn
|
| @@ -40,6 +40,8 @@ component("client_sources_for_ppapi") {
|
| }
|
|
|
| source_set("client_sources") {
|
| + # External code should depend on this via //gpu/client above rather than
|
| + # depending on this directly or the component build will break.
|
| visibility = [ "//gpu/*" ]
|
|
|
| sources = [
|
|
|