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

Unified Diff: content/content_common.gypi

Issue 9340012: Move gpu client files to content_common, in content/common/gpu/client (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove unneeded enums Created 8 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: 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',
« no previous file with comments | « content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc ('k') | content/content_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698