| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 import("//build/config/ui.gni") | 5 import("//build/config/ui.gni") |
| 6 import("//testing/test.gni") | 6 import("//testing/test.gni") |
| 7 | 7 |
| 8 component("cc") { | 8 component("cc") { |
| 9 sources = [ | 9 sources = [ |
| 10 "animation/animation.cc", | 10 "animation/animation.cc", |
| 11 "animation/animation.h", | 11 "animation/animation.h", |
| 12 "animation/animation_curve.cc", | 12 "animation/animation_curve.cc", |
| 13 "animation/animation_curve.h", | 13 "animation/animation_curve.h", |
| 14 "animation/animation_delegate.h", | 14 "animation/animation_delegate.h", |
| 15 "animation/animation_events.cc", | 15 "animation/animation_events.cc", |
| 16 "animation/animation_events.h", | 16 "animation/animation_events.h", |
| 17 "animation/animation_host.cc", | 17 "animation/animation_host.cc", |
| 18 "animation/animation_host.h", | 18 "animation/animation_host.h", |
| 19 "animation/animation_id_provider.cc", | 19 "animation/animation_id_provider.cc", |
| 20 "animation/animation_id_provider.h", | 20 "animation/animation_id_provider.h", |
| 21 "animation/animation_player.cc", | 21 "animation/animation_player.cc", |
| 22 "animation/animation_player.h", | 22 "animation/animation_player.h", |
| 23 "animation/animation_timeline.cc", | 23 "animation/animation_timeline.cc", |
| 24 "animation/animation_timeline.h", | 24 "animation/animation_timeline.h", |
| 25 "animation/element_animations.cc", | 25 "animation/element_animations.cc", |
| 26 "animation/element_animations.h", | 26 "animation/element_animations.h", |
| 27 "animation/keyframed_animation_curve.cc", | 27 "animation/keyframed_animation_curve.cc", |
| 28 "animation/keyframed_animation_curve.h", | 28 "animation/keyframed_animation_curve.h", |
| 29 "animation/layer_animation_controller.cc", | |
| 30 "animation/layer_animation_controller.h", | |
| 31 "animation/layer_animation_value_observer.h", | |
| 32 "animation/layer_animation_value_provider.h", | |
| 33 "animation/scroll_offset_animation_curve.cc", | 29 "animation/scroll_offset_animation_curve.cc", |
| 34 "animation/scroll_offset_animation_curve.h", | 30 "animation/scroll_offset_animation_curve.h", |
| 35 "animation/target_property.cc", | 31 "animation/target_property.cc", |
| 36 "animation/target_property.h", | 32 "animation/target_property.h", |
| 37 "animation/timing_function.cc", | 33 "animation/timing_function.cc", |
| 38 "animation/timing_function.h", | 34 "animation/timing_function.h", |
| 39 "animation/transform_operation.cc", | 35 "animation/transform_operation.cc", |
| 40 "animation/transform_operation.h", | 36 "animation/transform_operation.h", |
| 41 "animation/transform_operations.cc", | 37 "animation/transform_operations.cc", |
| 42 "animation/transform_operations.h", | 38 "animation/transform_operations.h", |
| (...skipping 714 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 757 } | 753 } |
| 758 | 754 |
| 759 test("cc_unittests") { | 755 test("cc_unittests") { |
| 760 sources = [ | 756 sources = [ |
| 761 "animation/animation_host_unittest.cc", | 757 "animation/animation_host_unittest.cc", |
| 762 "animation/animation_player_unittest.cc", | 758 "animation/animation_player_unittest.cc", |
| 763 "animation/animation_timeline_unittest.cc", | 759 "animation/animation_timeline_unittest.cc", |
| 764 "animation/animation_unittest.cc", | 760 "animation/animation_unittest.cc", |
| 765 "animation/element_animations_unittest.cc", | 761 "animation/element_animations_unittest.cc", |
| 766 "animation/keyframed_animation_curve_unittest.cc", | 762 "animation/keyframed_animation_curve_unittest.cc", |
| 767 "animation/layer_animation_controller_unittest.cc", | |
| 768 "animation/scroll_offset_animation_curve_unittest.cc", | 763 "animation/scroll_offset_animation_curve_unittest.cc", |
| 769 "animation/transform_operations_unittest.cc", | 764 "animation/transform_operations_unittest.cc", |
| 770 "base/contiguous_container_unittest.cc", | 765 "base/contiguous_container_unittest.cc", |
| 771 "base/delayed_unique_notifier_unittest.cc", | 766 "base/delayed_unique_notifier_unittest.cc", |
| 772 "base/float_quad_unittest.cc", | 767 "base/float_quad_unittest.cc", |
| 773 "base/histograms_unittest.cc", | 768 "base/histograms_unittest.cc", |
| 774 "base/list_container_unittest.cc", | 769 "base/list_container_unittest.cc", |
| 775 "base/math_util_unittest.cc", | 770 "base/math_util_unittest.cc", |
| 776 "base/random_access_list_container_unittest.cc", | 771 "base/random_access_list_container_unittest.cc", |
| 777 "base/region_unittest.cc", | 772 "base/region_unittest.cc", |
| (...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 996 "//ui/gl", | 991 "//ui/gl", |
| 997 "//ui/gl:test_support", | 992 "//ui/gl:test_support", |
| 998 ] | 993 ] |
| 999 | 994 |
| 1000 if (is_android) { | 995 if (is_android) { |
| 1001 isolate_file = "cc_perftests.isolate" | 996 isolate_file = "cc_perftests.isolate" |
| 1002 } | 997 } |
| 1003 } | 998 } |
| 1004 # When adding support for isolates, please have a look at run-time dependencies | 999 # When adding support for isolates, please have a look at run-time dependencies |
| 1005 # in the cc_unittests_run target in cc_tests.gyp. | 1000 # in the cc_unittests_run target in cc_tests.gyp. |
| OLD | NEW |