| Index: gpu/BUILD.gn
|
| diff --git a/gpu/BUILD.gn b/gpu/BUILD.gn
|
| index c3f82eb8fcfcc9406d79f1928846b4e8c2a69aca..64026a455fad76b8c15474eaa3775c82b7d370f5 100644
|
| --- a/gpu/BUILD.gn
|
| +++ b/gpu/BUILD.gn
|
| @@ -55,6 +55,8 @@ shared_library("command_buffer_gles2") {
|
| # TODO(hendrikw): Move egl out of gles2_conform_support.
|
| "gles2_conform_support/egl/config.cc",
|
| "gles2_conform_support/egl/config.h",
|
| + "gles2_conform_support/egl/context.cc",
|
| + "gles2_conform_support/egl/context.h",
|
| "gles2_conform_support/egl/display.cc",
|
| "gles2_conform_support/egl/display.h",
|
| "gles2_conform_support/egl/egl.cc",
|
| @@ -62,6 +64,8 @@ shared_library("command_buffer_gles2") {
|
| "gles2_conform_support/egl/surface.h",
|
| "gles2_conform_support/egl/test_support.cc",
|
| "gles2_conform_support/egl/test_support.h",
|
| + "gles2_conform_support/egl/thread_state.cc",
|
| + "gles2_conform_support/egl/thread_state.h",
|
| ]
|
|
|
| deps = [
|
| @@ -69,6 +73,7 @@ shared_library("command_buffer_gles2") {
|
| "//base",
|
| "//gpu/command_buffer/client:gles2_c_lib",
|
| "//gpu/command_buffer/client:gles2_implementation",
|
| + "//gpu/command_buffer/common:gles2_utils",
|
| "//ui/gl:gl",
|
| ]
|
|
|
|
|