Index: gpu/gpu.gyp |
diff --git a/gpu/gpu.gyp b/gpu/gpu.gyp |
index 4968aa322c93e0a46b3eef1b22fd9d57ac616df0..88e69269d9dd7d77ce01f4c57d68dffd3a597ab4 100644 |
--- a/gpu/gpu.gyp |
+++ b/gpu/gpu.gyp |
@@ -515,6 +515,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', |
], |
@@ -523,6 +524,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', |
@@ -530,6 +533,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', |