summaryrefslogtreecommitdiffstats
path: root/cc/blink/cc_blink_tests.gyp
diff options
context:
space:
mode:
authorloyso <loyso@chromium.org>2016-02-10 15:54:34 -0800
committerCommit bot <commit-bot@chromium.org>2016-02-10 23:55:54 +0000
commit26f3c5504044531a5772be2009dab72d94ade0cd (patch)
tree156ef39f0d603c6451861277f6cca1b3871e454d /cc/blink/cc_blink_tests.gyp
parentbf781415f643cacdb62968ef765f83fa12674ac6 (diff)
downloadchromium_src-26f3c5504044531a5772be2009dab72d94ade0cd.zip
chromium_src-26f3c5504044531a5772be2009dab72d94ade0cd.tar.gz
chromium_src-26f3c5504044531a5772be2009dab72d94ade0cd.tar.bz2
CC Animation: Move files from cc_blink to Source/platform/animation
Disclaimer: This CL is only about moving files and sections of code. We: - Remove Web prefixes on files/classes and add Compositor prefix where necessary. - Move exported/WebTransformKeyframe.cpp and exported/WebFilterKeyframe.cpp to animation/ to group them with their headers. - Move CompositorFilterOperations not to animation/ but to graphics/ folder, because it's a property of WebLayer. - Introduce CompositorFactory singleton (works as Platform) to create CC objects in blink. All animation methods are moved from CompositorSupport to CompositorFactory. Other methods are also expected to be moved there. - Decouple WebLayer and WebCompositorAnimation interfaces by using cc::Animation class. It allows us to make WebCompositorAnimation non-public. WebLayer animation dependencies will go away when we erase the old animation system (it's already disabled). http://crbug.com/575041 - Move static asserts from content/child/assert_matching_enums.cc to Source/platform/WebCompositorAnimation.cpp (so the enum becomes non-public). What's next (separate CLs): - Remove virtual functions (when gmock-based tests erased) - Remove redundant enum declarations (using alias). - Erase the animation delegate adapter. BUG=577016 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Review URL: https://codereview.chromium.org/1616653002 Cr-Commit-Position: refs/heads/master@{#374792}
Diffstat (limited to 'cc/blink/cc_blink_tests.gyp')
-rw-r--r--cc/blink/cc_blink_tests.gyp3
1 files changed, 0 insertions, 3 deletions
diff --git a/cc/blink/cc_blink_tests.gyp b/cc/blink/cc_blink_tests.gyp
index f72a5db..15384b4 100644
--- a/cc/blink/cc_blink_tests.gyp
+++ b/cc/blink/cc_blink_tests.gyp
@@ -24,9 +24,6 @@
'sources': [
'test/cc_blink_test_suite.cc',
'test/run_all_unittests.cc',
- 'web_animation_unittest.cc',
- 'web_compositor_animation_player_unittest.cc',
- 'web_float_animation_curve_unittest.cc',
'web_layer_impl_fixed_bounds_unittest.cc',
],
}