Index: content/content_common.gypi |
diff --git a/content/content_common.gypi b/content/content_common.gypi |
index 57f8f7b99c8001fedd78b14f990b1a31ce8a5708..b502baa45806b1ed336c287f885a8254688c9787 100644 |
--- a/content/content_common.gypi |
+++ b/content/content_common.gypi |
@@ -6,6 +6,7 @@ |
'dependencies': [ |
'../base/base.gyp:base', |
'../build/temp_gyp/googleurl.gyp:googleurl', |
+ '../gpu/gpu.gyp:gles2_implementation', |
'../gpu/gpu.gyp:gpu_ipc', |
'../ipc/ipc.gyp:ipc', |
'../media/media.gyp:media', |
@@ -144,6 +145,16 @@ |
'common/geolocation_messages.h', |
'common/geoposition.cc', |
'common/geoposition.h', |
+ 'common/gpu/client/command_buffer_proxy.cc', |
+ 'common/gpu/client/command_buffer_proxy.h', |
+ 'common/gpu/client/content_gl_context.cc', |
+ 'common/gpu/client/content_gl_context.h', |
+ 'common/gpu/client/gpu_channel_host.cc', |
+ 'common/gpu/client/gpu_channel_host.h', |
+ 'common/gpu/client/gpu_video_decode_accelerator_host.cc', |
+ 'common/gpu/client/gpu_video_decode_accelerator_host.h', |
+ 'common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc', |
+ 'common/gpu/client/webgraphicscontext3d_command_buffer_impl.h', |
'common/gpu/gpu_channel.cc', |
'common/gpu/gpu_channel.h', |
'common/gpu/gpu_channel_manager.cc', |