summaryrefslogtreecommitdiffstats
path: root/content/content_common.gypi
diff options
context:
space:
mode:
authorapatrick@chromium.org <apatrick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-05-24 20:51:04 +0000
committerapatrick@chromium.org <apatrick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-05-24 20:51:04 +0000
commit70725eb12f12a3349d0666613c43c2363136ae15 (patch)
tree665be9427e525c88f7130fba2ffa41ffcb4b5a38 /content/content_common.gypi
parent9e0b664271bfa31ed102b51812c65427587461a8 (diff)
downloadchromium_src-70725eb12f12a3349d0666613c43c2363136ae15.zip
chromium_src-70725eb12f12a3349d0666613c43c2363136ae15.tar.gz
chromium_src-70725eb12f12a3349d0666613c43c2363136ae15.tar.bz2
Added proxy / stub pair for GPU surfaces.
This doesn't do anything useful yet beyond allowing the renderer process to manage the lifetime of an offscreen GLSurface in the GPU process. More to come. Review URL: http://codereview.chromium.org/6992010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86482 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content_common.gypi')
-rw-r--r--content/content_common.gypi2
1 files changed, 2 insertions, 0 deletions
diff --git a/content/content_common.gypi b/content/content_common.gypi
index 33e2578..a7d98ad 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -121,6 +121,8 @@
'common/gpu/gpu_info.h',
'common/gpu/gpu_messages.h',
'common/gpu/gpu_process_launch_casues.h',
+ 'common/gpu/gpu_surface_stub.cc',
+ 'common/gpu/gpu_surface_stub.h',
'common/gpu/gpu_video_decode_accelerator.cc',
'common/gpu/gpu_video_decode_accelerator.h',
'common/gpu/gpu_video_service.cc',