| Index: gpu/gpu.gyp
|
| diff --git a/gpu/gpu.gyp b/gpu/gpu.gyp
|
| index f5e5239aca89806176e3b45f944b61d6cf2ed06d..28ade0da3a6797fd32e0f682b9e27778e2fab63a 100644
|
| --- a/gpu/gpu.gyp
|
| +++ b/gpu/gpu.gyp
|
| @@ -520,6 +520,7 @@
|
| '../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',
|
| ],
|
| @@ -528,6 +529,8 @@
|
| # 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',
|
| @@ -535,6 +538,8 @@
|
| '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',
|
|
|