Index: ui/gl/BUILD.gn |
diff --git a/ui/gl/BUILD.gn b/ui/gl/BUILD.gn |
index 42b2e5b59b828082230e8f6772cfef9933b0c03f..f36138ae4bd0ab7dd63ab5d5519dce13fd9252db 100644 |
--- a/ui/gl/BUILD.gn |
+++ b/ui/gl/BUILD.gn |
@@ -106,15 +106,15 @@ component("gl") { |
include_dirs = [ |
"//third_party/switfshader/include", |
- "//third_party/khronos", |
"//third_party/mesa/src/include", |
] |
all_dependent_configs = [ ":gl_config" ] |
+ public_configs = [ "//third_party/khronos:khronos_headers" ] |
+ |
deps = [ |
"//base/third_party/dynamic_annotations", |
- "//gpu/command_buffer/common", |
"//skia", |
] |
public_deps = [ |