Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(288)

Unified Diff: cc/blink/BUILD.gn

Issue 1616653002: CC Animation: Move files from cc_blink to Source/platform/animation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Fix copyrights and years. Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | cc/blink/cc_blink.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/blink/BUILD.gn
diff --git a/cc/blink/BUILD.gn b/cc/blink/BUILD.gn
index 93915b0bdf9b700fcdb9336cac125c1282bcef72..c0a930fd0e1621a805ee63066525b4c994f3be38 100644
--- a/cc/blink/BUILD.gn
+++ b/cc/blink/BUILD.gn
@@ -13,14 +13,6 @@ component("blink") {
"context_provider_web_context.h",
"scrollbar_impl.cc",
"scrollbar_impl.h",
- "web_animation_curve_common.cc",
- "web_animation_curve_common.h",
- "web_animation_impl.cc",
- "web_animation_impl.h",
- "web_compositor_animation_player_impl.cc",
- "web_compositor_animation_player_impl.h",
- "web_compositor_animation_timeline_impl.cc",
- "web_compositor_animation_timeline_impl.h",
"web_compositor_support_impl.cc",
"web_compositor_support_impl.h",
"web_content_layer_impl.cc",
@@ -31,28 +23,16 @@ component("blink") {
"web_external_bitmap_impl.h",
"web_external_texture_layer_impl.cc",
"web_external_texture_layer_impl.h",
- "web_filter_animation_curve_impl.cc",
- "web_filter_animation_curve_impl.h",
- "web_filter_operations_impl.cc",
- "web_filter_operations_impl.h",
- "web_float_animation_curve_impl.cc",
- "web_float_animation_curve_impl.h",
"web_image_layer_impl.cc",
"web_image_layer_impl.h",
"web_layer_impl.cc",
"web_layer_impl.h",
"web_layer_impl_fixed_bounds.cc",
"web_layer_impl_fixed_bounds.h",
- "web_scroll_offset_animation_curve_impl.cc",
- "web_scroll_offset_animation_curve_impl.h",
"web_scrollbar_layer_impl.cc",
"web_scrollbar_layer_impl.h",
"web_to_cc_animation_delegate_adapter.cc",
"web_to_cc_animation_delegate_adapter.h",
- "web_transform_animation_curve_impl.cc",
- "web_transform_animation_curve_impl.h",
- "web_transform_operations_impl.cc",
- "web_transform_operations_impl.h",
]
defines = [ "CC_BLINK_IMPLEMENTATION" ]
@@ -77,9 +57,6 @@ component("blink") {
if (!is_mac) {
test("cc_blink_unittests") {
sources = [
- "web_animation_unittest.cc",
- "web_compositor_animation_player_unittest.cc",
- "web_float_animation_curve_unittest.cc",
"web_layer_impl_fixed_bounds_unittest.cc",
# Setup.
« no previous file with comments | « no previous file | cc/blink/cc_blink.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698