| Index: cc/blink/BUILD.gn
|
| diff --git a/cc/blink/BUILD.gn b/cc/blink/BUILD.gn
|
| index cbdeef825a3fb8f5a368fd71579ee0244c37d4c6..46ec7f3b1554db66c3e20135663193e1599a19f6 100644
|
| --- a/cc/blink/BUILD.gn
|
| +++ b/cc/blink/BUILD.gn
|
| @@ -13,8 +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",
|
| @@ -35,28 +33,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" ]
|
| @@ -84,7 +70,6 @@ if (!is_mac) {
|
| "web_animation_unittest.cc",
|
| "web_compositor_animation_player_unittest.cc",
|
| "web_compositor_mutable_state_impl_unittest.cc",
|
| - "web_float_animation_curve_unittest.cc",
|
| "web_layer_impl_fixed_bounds_unittest.cc",
|
|
|
| # Setup.
|
|
|