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

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: workaround gtf Created 4 years, 10 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 f585d92e7d644c451b3c8ea924724d29208cdcf6..681aa1f53f8128bd3165fd29ce4fc043b7a0390b 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,15 @@
'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/thread_state.cc',
+ 'egl/thread_state.h',
],
'defines': [
'EGLAPI=',

Powered by Google App Engine
This is Rietveld 408576698