summaryrefslogtreecommitdiffstats
path: root/gpu/gpu.gyp
diff options
context:
space:
mode:
authorbacker@chromium.org <backer@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-04 19:30:07 +0000
committerbacker@chromium.org <backer@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-04 19:30:07 +0000
commit498b5c0709e16a9bfc5ac1007196674140e29e03 (patch)
treef1290b00aceb636702288abebe5b832884df4e1b /gpu/gpu.gyp
parent29c003e0201f2da153af7964e13ad85d49dc31de (diff)
downloadchromium_src-498b5c0709e16a9bfc5ac1007196674140e29e03.zip
chromium_src-498b5c0709e16a9bfc5ac1007196674140e29e03.tar.gz
chromium_src-498b5c0709e16a9bfc5ac1007196674140e29e03.tar.bz2
GPU: Factory produces APTManagers instead of APTDelegates
First step of a larger refactor to push some of the logic from the AsyncPixelTransferDelegate to the AsyncPixelTransferManager. This CL moves a lot of files (async_pixel_transfer_delegate_* --> async_pixel_transfer_manager_*) and introduces some Manager wrappers. There is no functional change. BUG=240504 Review URL: https://chromiumcodereview.appspot.com/16325018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@204017 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'gpu/gpu.gyp')
-rw-r--r--gpu/gpu.gyp2
1 files changed, 2 insertions, 0 deletions
diff --git a/gpu/gpu.gyp b/gpu/gpu.gyp
index 026aad5..d806667 100644
--- a/gpu/gpu.gyp
+++ b/gpu/gpu.gyp
@@ -165,6 +165,8 @@
'command_buffer/common/unittest_main.cc',
'command_buffer/service/async_pixel_transfer_delegate_mock.h',
'command_buffer/service/async_pixel_transfer_delegate_mock.cc',
+ 'command_buffer/service/async_pixel_transfer_manager_test.h',
+ 'command_buffer/service/async_pixel_transfer_manager_test.cc',
'command_buffer/service/buffer_manager_unittest.cc',
'command_buffer/service/cmd_parser_test.cc',
'command_buffer/service/command_buffer_service_unittest.cc',