Index: gpu/command_buffer/service/BUILD.gn |
diff --git a/gpu/command_buffer/service/BUILD.gn b/gpu/command_buffer/service/BUILD.gn |
index 7ad6816dca6447711c9785eb77a0c7464fd44cfe..3b83386413117f5efec36b4be7f3fe6f8985a939 100644 |
--- a/gpu/command_buffer/service/BUILD.gn |
+++ b/gpu/command_buffer/service/BUILD.gn |
@@ -18,10 +18,9 @@ group("service") { |
} |
source_set("service_sources") { |
- visibility = [ |
- "//gpu/*", |
- "//mojo/gles2:gles2", |
- ] |
+ # External code should depend on this via //gpu/command_buffer/service above |
+ # rather than depending on this directly or the component build will break. |
+ visibility = [ "//gpu/*" ] |
sources = [ |
"buffer_manager.cc", |