summaryrefslogtreecommitdiffstats
path: root/gpu/config
diff options
context:
space:
mode:
Diffstat (limited to 'gpu/config')
-rw-r--r--gpu/config/BUILD.gn7
1 files changed, 3 insertions, 4 deletions
diff --git a/gpu/config/BUILD.gn b/gpu/config/BUILD.gn
index 3ca9edf..d0434ea 100644
--- a/gpu/config/BUILD.gn
+++ b/gpu/config/BUILD.gn
@@ -23,10 +23,9 @@ group("config") {
}
source_set("config_sources") {
- visibility = [
- "//components/mus/gles2:*",
- "//gpu/*",
- ]
+ # External code should depend on this via //gpu/config above rather than
+ # depending on this directly or the component build will break.
+ visibility = [ "//gpu/*" ]
sources = [
"dx_diag_node.cc",