summaryrefslogtreecommitdiffstats
path: root/cc/cc_tests.gyp
diff options
context:
space:
mode:
authordanakj <danakj@chromium.org>2015-06-10 14:31:03 -0700
committerCommit bot <commit-bot@chromium.org>2015-06-10 21:32:46 +0000
commiteed856b6a5c74a4233285d458485aa1c6b4c8d19 (patch)
tree359e4a5b4ce9092a1989b4a92e9d4c10e0a0a1f1 /cc/cc_tests.gyp
parent1009005b44a5ab9b4662bdb18e6c46b73d0ca024 (diff)
downloadchromium_src-eed856b6a5c74a4233285d458485aa1c6b4c8d19.zip
chromium_src-eed856b6a5c74a4233285d458485aa1c6b4c8d19.tar.gz
chromium_src-eed856b6a5c74a4233285d458485aa1c6b4c8d19.tar.bz2
cc: Delete FakeContentLayer and FakeContentLayerImpl.
We unconditionally use FakePictureLayer in tests instead. Tests that fail are switched to running only with impl-side painting or removed if they don't make sense in impl-side land. R=enne, vmpstr BUG=413479 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Review URL: https://codereview.chromium.org/1175063002 Cr-Commit-Position: refs/heads/master@{#333807}
Diffstat (limited to 'cc/cc_tests.gyp')
-rw-r--r--cc/cc_tests.gyp4
1 files changed, 0 insertions, 4 deletions
diff --git a/cc/cc_tests.gyp b/cc/cc_tests.gyp
index 5d013f4..f00d78a 100644
--- a/cc/cc_tests.gyp
+++ b/cc/cc_tests.gyp
@@ -156,12 +156,8 @@
'test/begin_frame_args_test.h',
'test/failure_output_surface.cc',
'test/failure_output_surface.h',
- 'test/fake_content_layer.cc',
- 'test/fake_content_layer.h',
'test/fake_content_layer_client.cc',
'test/fake_content_layer_client.h',
- 'test/fake_content_layer_impl.cc',
- 'test/fake_content_layer_impl.h',
'test/fake_delegated_renderer_layer.cc',
'test/fake_delegated_renderer_layer.h',
'test/fake_delegated_renderer_layer_impl.cc',