Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(62)

Unified Diff: gpu/BUILD.gn

Issue 1878133003: Revert of command_buffer_gles2: Implement EGL default Display as a global object (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@command_buffer_gles2-multiple-contexts
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | gpu/command_buffer/service/gles2_cmd_decoder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/BUILD.gn
diff --git a/gpu/BUILD.gn b/gpu/BUILD.gn
index 1b967994c198d8476935ed1154f38aea9c8215ba..da3bb213e040be9ebb3f55dc51da43d88076830b 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",
]
« no previous file with comments | « no previous file | gpu/command_buffer/service/gles2_cmd_decoder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698