summaryrefslogtreecommitdiffstats
path: root/cc/cc_tests.gyp
diff options
context:
space:
mode:
authorenne <enne@chromium.org>2015-06-17 11:22:45 -0700
committerCommit bot <commit-bot@chromium.org>2015-06-17 18:23:24 +0000
commit01c33ea1ae0d9f480afa4151f06c1311a90924d3 (patch)
treeb9a478622e5eb25c6ef13a39de0bddf70831fbe3 /cc/cc_tests.gyp
parent39568f19b87104614f20cad8588e335aa39cc555 (diff)
downloadchromium_src-01c33ea1ae0d9f480afa4151f06c1311a90924d3.zip
chromium_src-01c33ea1ae0d9f480afa4151f06c1311a90924d3.tar.gz
chromium_src-01c33ea1ae0d9f480afa4151f06c1311a90924d3.tar.bz2
cc: Remove legacy update loop
Now that impl-side painting is always on, using_only_property_trees is always true on the main thread, so the old update loop can be removed. Because the old update loop is not on any more, several tiled layer unit tests start failing due to prioritization and partial updates. Since tiled layer is on the way out, this CL just removes the whole unit test file. R=danakj,vmpstr BUG=413479 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Review URL: https://codereview.chromium.org/1188853002 Cr-Commit-Position: refs/heads/master@{#334877}
Diffstat (limited to 'cc/cc_tests.gyp')
-rw-r--r--cc/cc_tests.gyp1
1 files changed, 0 insertions, 1 deletions
diff --git a/cc/cc_tests.gyp b/cc/cc_tests.gyp
index c8d620b..cf093fa 100644
--- a/cc/cc_tests.gyp
+++ b/cc/cc_tests.gyp
@@ -59,7 +59,6 @@
'layers/texture_layer_impl_unittest.cc',
'layers/texture_layer_unittest.cc',
'layers/tiled_layer_impl_unittest.cc',
- 'layers/tiled_layer_unittest.cc',
'layers/ui_resource_layer_impl_unittest.cc',
'layers/ui_resource_layer_unittest.cc',
'layers/video_frame_provider_client_impl_unittest.cc',