Index: gpu/command_buffer/client/BUILD.gn |
diff --git a/gpu/command_buffer/client/BUILD.gn b/gpu/command_buffer/client/BUILD.gn |
index 11191ea4648fcc6a282eb7987b15877caa267410..01a90a3a2e3bb65baa177d7b61e7e1a0ac4b2ec3 100644 |
--- a/gpu/command_buffer/client/BUILD.gn |
+++ b/gpu/command_buffer/client/BUILD.gn |
@@ -99,7 +99,7 @@ gles2_implementation_source_files = [ |
# an implementation. |
source_set("gles2_interface") { |
sources = [ "gles2_interface.h" ] |
- direct_dependent_configs = [ "//third_party/khronos:khronos_headers" ] |
+ public_configs = [ "//third_party/khronos:khronos_headers" ] |
deps = [ |
"//base", |
] |