| # Copyright 2020 The Chromium Authors. All rights reserved. |
| # Use of this source code is governed by a BSD-style license that can be |
| # found in the LICENSE file. |
| |
| blink_core_tests_animation = [ |
| "animation_effect_test.cc", |
| "animation_input_helpers_test.cc", |
| "animation_sim_test.cc", |
| "animation_test.cc", |
| "animation_test_helpers.cc", |
| "animation_test_helpers.h", |
| "animation_time_delta_test.cc", |
| "animation_utils_test.cc", |
| "compositor_animations_test.cc", |
| "css/css_animations_test.cc", |
| "css/css_scroll_timeline_test.cc", |
| "css/css_transition_data_test.cc", |
| "css_color_interpolation_type_test.cc", |
| "css_interpolation_types_map_test.cc", |
| "document_animations_test.cc", |
| "document_timeline_test.cc", |
| "effect_input_test.cc", |
| "effect_stack_test.cc", |
| "interpolable_value_test.cc", |
| "interpolation_effect_test.cc", |
| "keyframe_effect_model_test.cc", |
| "keyframe_effect_test.cc", |
| "list_interpolation_functions_test.cc", |
| "property_handle_test.cc", |
| "scroll_timeline_offset_test.cc", |
| "scroll_timeline_test.cc", |
| "scroll_timeline_util_test.cc", |
| "svg_number_interpolation_type_test.cc", |
| "timing_calculations_test.cc", |
| "timing_input_test.cc", |
| "timing_test.cc", |
| ] |