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

Unified Diff: gpu/gpu.gyp

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 | « gpu/gles2_conform_support/native/egl_native_windowless.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/gpu.gyp
diff --git a/gpu/gpu.gyp b/gpu/gpu.gyp
index 88e69269d9dd7d77ce01f4c57d68dffd3a597ab4..4968aa322c93e0a46b3eef1b22fd9d57ac616df0 100644
--- a/gpu/gpu.gyp
+++ b/gpu/gpu.gyp
@@ -515,7 +515,6 @@
'../gpu/gpu.gyp:command_buffer_service',
'../ui/gfx/gfx.gyp:gfx_geometry',
'../ui/gl/gl.gyp:gl',
- 'command_buffer/command_buffer.gyp:gles2_utils',
'gles2_c_lib',
'gles2_implementation',
],
@@ -524,8 +523,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',
@@ -533,8 +530,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',
],
'defines': [
'COMMAND_BUFFER_GLES_LIB_SUPPORT_ONLY',
« no previous file with comments | « gpu/gles2_conform_support/native/egl_native_windowless.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698