summaryrefslogtreecommitdiffstats
path: root/gpu/BUILD.gn
diff options
context:
space:
mode:
authorreveman <reveman@chromium.org>2015-08-27 10:25:53 -0700
committerCommit bot <commit-bot@chromium.org>2015-08-27 17:26:32 +0000
commitc2dd691c2c8485a74ba0606c87db650b00d0b904 (patch)
treef19fba5e0c55676c9fd00e281e601081e4cc7408 /gpu/BUILD.gn
parentea07dce9c7be4002726175d4418e6125faa63fef (diff)
downloadchromium_src-c2dd691c2c8485a74ba0606c87db650b00d0b904.zip
chromium_src-c2dd691c2c8485a74ba0606c87db650b00d0b904.tar.gz
chromium_src-c2dd691c2c8485a74ba0606c87db650b00d0b904.tar.bz2
gpu: Remove async texture uploads.
This removes the usage of async texture uploads from cc/ and all support for it from the GPU service. Follow up changes will provide significant cleanup and some performance improvements in cc/ as a result of this. BUG=499372 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Review URL: https://codereview.chromium.org/1186393004 Cr-Commit-Position: refs/heads/master@{#345908}
Diffstat (limited to 'gpu/BUILD.gn')
-rw-r--r--gpu/BUILD.gn5
1 files changed, 0 insertions, 5 deletions
diff --git a/gpu/BUILD.gn b/gpu/BUILD.gn
index 1f7f5fe..7d1f4c5 100644
--- a/gpu/BUILD.gn
+++ b/gpu/BUILD.gn
@@ -171,10 +171,6 @@ test("gpu_unittests") {
"command_buffer/common/id_allocator_test.cc",
"command_buffer/common/trace_event.h",
"command_buffer/common/unittest_main.cc",
- "command_buffer/service/async_pixel_transfer_delegate_mock.cc",
- "command_buffer/service/async_pixel_transfer_delegate_mock.h",
- "command_buffer/service/async_pixel_transfer_manager_mock.cc",
- "command_buffer/service/async_pixel_transfer_manager_mock.h",
"command_buffer/service/buffer_manager_unittest.cc",
"command_buffer/service/cmd_parser_test.cc",
"command_buffer/service/command_buffer_service_unittest.cc",
@@ -196,7 +192,6 @@ test("gpu_unittests") {
"command_buffer/service/gles2_cmd_decoder_unittest_2_autogen.h",
"command_buffer/service/gles2_cmd_decoder_unittest_3.cc",
"command_buffer/service/gles2_cmd_decoder_unittest_3_autogen.h",
- "command_buffer/service/gles2_cmd_decoder_unittest_async_pixel.cc",
"command_buffer/service/gles2_cmd_decoder_unittest_attribs.cc",
"command_buffer/service/gles2_cmd_decoder_unittest_base.cc",
"command_buffer/service/gles2_cmd_decoder_unittest_base.h",