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

Unified Diff: gpu/gles2_conform_support/gles2_conform_support.gyp

Issue 1714883002: 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: rebase Created 4 years, 7 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
Index: gpu/gles2_conform_support/gles2_conform_support.gyp
diff --git a/gpu/gles2_conform_support/gles2_conform_support.gyp b/gpu/gles2_conform_support/gles2_conform_support.gyp
index d4f187089104f13bd2c47add78d3532aed1d0a0b..0316ddbc24637015e314d9d679134959ef9b7699 100644
--- a/gpu/gles2_conform_support/gles2_conform_support.gyp
+++ b/gpu/gles2_conform_support/gles2_conform_support.gyp
@@ -27,6 +27,7 @@
'type': 'static_library',
'dependencies': [
'../../base/base.gyp:base',
+ '../../gpu/command_buffer/command_buffer.gyp:gles2_utils',
'../../gpu/gpu.gyp:command_buffer_service',
'../../gpu/gpu.gyp:gles2_implementation_no_check',
'../../gpu/gpu.gyp:gpu',
@@ -38,11 +39,17 @@
'sources': [
'egl/config.cc',
'egl/config.h',
+ 'egl/context.cc',
+ 'egl/context.h',
'egl/display.cc',
'egl/display.h',
'egl/egl.cc',
'egl/surface.cc',
'egl/surface.h',
+ 'egl/test_support.cc',
+ 'egl/test_support.h',
+ 'egl/thread_state.cc',
+ 'egl/thread_state.h',
],
'defines': [
'EGLAPI=',
« no previous file with comments | « gpu/gles2_conform_support/egl/thread_state.cc ('k') | gpu/gles2_conform_support/native/egl_native_windowless.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698