| 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=',
|
|
|