summaryrefslogtreecommitdiffstats
path: root/cc/cc_tests.gyp
diff options
context:
space:
mode:
authorkhushalsagar <khushalsagar@chromium.org>2015-10-21 12:25:16 -0700
committerCommit bot <commit-bot@chromium.org>2015-10-21 19:26:08 +0000
commitb64b360d1ccab108abfaa1b08b17ab8a7b48dcce (patch)
treeb6421c6e109d4e4ac91a64f0e2d2fe3fcc7ad17f /cc/cc_tests.gyp
parentd502b83c802a28f76e8b6471ae3218b2b4a33fb1 (diff)
downloadchromium_src-b64b360d1ccab108abfaa1b08b17ab8a7b48dcce.zip
chromium_src-b64b360d1ccab108abfaa1b08b17ab8a7b48dcce.tar.gz
chromium_src-b64b360d1ccab108abfaa1b08b17ab8a7b48dcce.tar.bz2
cc: Split Proxy to eliminate unnecessary dependencies on the impl side
The impl side of the compositor uses Proxy to only access the task runners and make debug assertions. Move those parts to TaskRunnerProvider to seperate these dependencies. BUG=527200 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Review URL: https://codereview.chromium.org/1411663002 Cr-Commit-Position: refs/heads/master@{#355370}
Diffstat (limited to 'cc/cc_tests.gyp')
-rw-r--r--cc/cc_tests.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/cc_tests.gyp b/cc/cc_tests.gyp
index 4941130..f349604 100644
--- a/cc/cc_tests.gyp
+++ b/cc/cc_tests.gyp
@@ -171,7 +171,7 @@
'test/fake_display_list_recording_source.h',
'test/fake_external_begin_frame_source.cc',
'test/fake_external_begin_frame_source.h',
- 'test/fake_impl_proxy.h',
+ 'test/fake_impl_task_runner_provider.h',
'test/fake_layer_tree_host.cc',
'test/fake_layer_tree_host.h',
'test/fake_layer_tree_host_client.cc',