Index: gpu/gles2_conform_support/egl/BUILD.gn |
diff --git a/gpu/gles2_conform_support/egl/BUILD.gn b/gpu/gles2_conform_support/egl/BUILD.gn |
index 556f053f70a9405fedc9885a258c9820c0bd658d..f11dd0ad28550f114511ba5d96bc4b62ec46ab17 100644 |
--- a/gpu/gles2_conform_support/egl/BUILD.gn |
+++ b/gpu/gles2_conform_support/egl/BUILD.gn |
@@ -8,11 +8,17 @@ source_set("egl") { |
sources = [ |
"config.cc", |
"config.h", |
+ "context.cc", |
+ "context.h", |
"display.cc", |
"display.h", |
"egl.cc", |
"surface.cc", |
"surface.h", |
+ "test_support.cc", |
+ "test_support.h", |
+ "thread_state.cc", |
+ "thread_state.h", |
] |
configs += [ "//build/config/compiler:no_size_t_to_int_warning" ] |
@@ -28,6 +34,7 @@ source_set("egl") { |
"//gpu:command_buffer_gles2", |
"//gpu/command_buffer/client:gles2_c_lib_nocheck", |
"//gpu/command_buffer/client:gles2_implementation_no_check", |
+ "//gpu/command_buffer/common:gles2_utils", |
"//gpu/command_buffer/service", |
"//ui/base", |
"//ui/gfx", |