Index: gpu/BUILD.gn |
diff --git a/gpu/BUILD.gn b/gpu/BUILD.gn |
index 531a9da719b08fd288b4f7d2df345d5eef17f4de..c6c8e27477fa1b7ccd90a2202dff4b5e63e856e3 100644 |
--- a/gpu/BUILD.gn |
+++ b/gpu/BUILD.gn |
@@ -56,14 +56,16 @@ source_set("test_support") { |
"command_buffer/client/gles2_interface_stub.h", |
] |
- configs += [ "//third_party/khronos:khronos_headers" ] |
- |
deps = [ |
":gpu", |
+ "//gpu/command_buffer/client:gles2_interface", |
"//testing/gmock", |
"//testing/gtest", |
"//ui/gl:gl_unittest_utils", |
] |
+ forward_dependent_configs_from = [ |
+ "//gpu/command_buffer/client:gles2_interface", |
+ ] |
} |
test("gl_tests") { |