| Index: gpu/BUILD.gn
|
| diff --git a/gpu/BUILD.gn b/gpu/BUILD.gn
|
| index 28a8b1a7c47c199ff963591d3dc5ed1c9ef76fcb..4b9446878951056b6e66cf7797cb4838c218bd17 100644
|
| --- a/gpu/BUILD.gn
|
| +++ b/gpu/BUILD.gn
|
| @@ -57,8 +57,6 @@
|
| # 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",
|
| @@ -66,8 +64,6 @@
|
| "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 = [
|
| @@ -75,7 +71,6 @@
|
| "//base",
|
| "//gpu/command_buffer/client:gles2_c_lib",
|
| "//gpu/command_buffer/client:gles2_implementation",
|
| - "//gpu/command_buffer/common:gles2_utils",
|
| "//ui/gl:gl",
|
| ]
|
|
|
|
|