diff options
author | vrk@google.com <vrk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-13 18:28:08 +0000 |
---|---|---|
committer | vrk@google.com <vrk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-13 18:28:08 +0000 |
commit | 1357ae79b9d474da177632a85227efb676c6d98e (patch) | |
tree | 558938eb3df48430f3864efe2563c848745683cf /chrome/chrome_tests.gypi | |
parent | 2e095c8217b83f2daab9f1b970e943790de6b794 (diff) | |
download | chromium_src-1357ae79b9d474da177632a85227efb676c6d98e.zip chromium_src-1357ae79b9d474da177632a85227efb676c6d98e.tar.gz chromium_src-1357ae79b9d474da177632a85227efb676c6d98e.tar.bz2 |
Implement VideoDecoder IPC hooks from plugin to GPU process
This implements the communciation layers from the Renderer process
to the GPU process and back for the AcceleratedVideoDecoder PPAPI
interfaces.
BUG=NONE
TEST=NONE
Review URL: http://codereview.chromium.org/6876004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@85296 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_tests.gypi')
-rw-r--r-- | chrome/chrome_tests.gypi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi index 8a08004..31a267f 100644 --- a/chrome/chrome_tests.gypi +++ b/chrome/chrome_tests.gypi @@ -1908,7 +1908,6 @@ '../content/common/font_descriptor_mac_unittest.mm', '../content/common/gpu/gpu_feature_flags_unittest.cc', '../content/common/gpu/gpu_info_unittest.cc', - '../content/common/gpu/gpu_video_decoder_unittest.cc', '../content/common/notification_service_unittest.cc', '../content/common/process_watcher_unittest.cc', '../content/common/property_bag_unittest.cc', @@ -1924,7 +1923,6 @@ '../content/gpu/gpu_info_collector_unittest_win.cc', '../content/renderer/active_notification_tracker_unittest.cc', '../content/renderer/audio_message_filter_unittest.cc', - '../content/renderer/gpu_video_decoder_host_unittest.cc', '../content/renderer/media/audio_renderer_impl_unittest.cc', '../content/renderer/paint_aggregator_unittest.cc', '../content/renderer/video_capture_message_filter_unittest.cc', |