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

Side by Side Diff: cc/BUILD.gn

Issue 2502663003: CC Animation: Move PropertyAnimationState and TargetProperty to trees. (Closed)
Patch Set: Created 4 years, 1 month 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 unified diff | Download patch
« no previous file with comments | « no previous file | cc/animation/animation.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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/property_animation_state.cc",
30 "animation/property_animation_state.h",
31 "animation/scroll_offset_animation_curve.cc", 29 "animation/scroll_offset_animation_curve.cc",
32 "animation/scroll_offset_animation_curve.h", 30 "animation/scroll_offset_animation_curve.h",
33 "animation/scroll_offset_animations.cc", 31 "animation/scroll_offset_animations.cc",
34 "animation/scroll_offset_animations.h", 32 "animation/scroll_offset_animations.h",
35 "animation/scroll_offset_animations_impl.cc", 33 "animation/scroll_offset_animations_impl.cc",
36 "animation/scroll_offset_animations_impl.h", 34 "animation/scroll_offset_animations_impl.h",
37 "animation/target_property.cc",
38 "animation/target_property.h",
39 "animation/timing_function.cc", 35 "animation/timing_function.cc",
40 "animation/timing_function.h", 36 "animation/timing_function.h",
41 "animation/transform_operation.cc", 37 "animation/transform_operation.cc",
42 "animation/transform_operation.h", 38 "animation/transform_operation.h",
43 "animation/transform_operations.cc", 39 "animation/transform_operations.cc",
44 "animation/transform_operations.h", 40 "animation/transform_operations.h",
45 "blimp/client_picture_cache.h", 41 "blimp/client_picture_cache.h",
46 "blimp/compositor_proto_state.cc", 42 "blimp/compositor_proto_state.cc",
47 "blimp/compositor_proto_state.h", 43 "blimp/compositor_proto_state.h",
48 "blimp/compositor_state_deserializer.cc", 44 "blimp/compositor_state_deserializer.cc",
(...skipping 479 matching lines...) Expand 10 before | Expand all | Expand 10 after
528 "trees/layer_tree_mutator.h", 524 "trees/layer_tree_mutator.h",
529 "trees/layer_tree_settings.cc", 525 "trees/layer_tree_settings.cc",
530 "trees/layer_tree_settings.h", 526 "trees/layer_tree_settings.h",
531 "trees/mutable_properties.h", 527 "trees/mutable_properties.h",
532 "trees/mutator_host.h", 528 "trees/mutator_host.h",
533 "trees/mutator_host_client.h", 529 "trees/mutator_host_client.h",
534 "trees/occlusion.cc", 530 "trees/occlusion.cc",
535 "trees/occlusion.h", 531 "trees/occlusion.h",
536 "trees/occlusion_tracker.cc", 532 "trees/occlusion_tracker.cc",
537 "trees/occlusion_tracker.h", 533 "trees/occlusion_tracker.h",
534 "trees/property_animation_state.cc",
535 "trees/property_animation_state.h",
538 "trees/property_tree.cc", 536 "trees/property_tree.cc",
539 "trees/property_tree.h", 537 "trees/property_tree.h",
540 "trees/property_tree_builder.cc", 538 "trees/property_tree_builder.cc",
541 "trees/property_tree_builder.h", 539 "trees/property_tree_builder.h",
542 "trees/proxy.h", 540 "trees/proxy.h",
543 "trees/proxy_common.cc", 541 "trees/proxy_common.cc",
544 "trees/proxy_common.h", 542 "trees/proxy_common.h",
545 "trees/proxy_impl.cc", 543 "trees/proxy_impl.cc",
546 "trees/proxy_impl.h", 544 "trees/proxy_impl.h",
547 "trees/proxy_main.cc", 545 "trees/proxy_main.cc",
548 "trees/proxy_main.h", 546 "trees/proxy_main.h",
549 "trees/scoped_abort_remaining_swap_promises.h", 547 "trees/scoped_abort_remaining_swap_promises.h",
550 "trees/scroll_node.cc", 548 "trees/scroll_node.cc",
551 "trees/scroll_node.h", 549 "trees/scroll_node.h",
552 "trees/single_thread_proxy.cc", 550 "trees/single_thread_proxy.cc",
553 "trees/single_thread_proxy.h", 551 "trees/single_thread_proxy.h",
554 "trees/swap_promise_manager.cc", 552 "trees/swap_promise_manager.cc",
555 "trees/swap_promise_manager.h", 553 "trees/swap_promise_manager.h",
556 "trees/swap_promise_monitor.cc", 554 "trees/swap_promise_monitor.cc",
557 "trees/swap_promise_monitor.h", 555 "trees/swap_promise_monitor.h",
556 "trees/target_property.cc",
557 "trees/target_property.h",
558 "trees/task_runner_provider.cc", 558 "trees/task_runner_provider.cc",
559 "trees/task_runner_provider.h", 559 "trees/task_runner_provider.h",
560 "trees/threaded_channel.cc", 560 "trees/threaded_channel.cc",
561 "trees/threaded_channel.h", 561 "trees/threaded_channel.h",
562 "trees/transform_node.cc", 562 "trees/transform_node.cc",
563 "trees/transform_node.h", 563 "trees/transform_node.h",
564 "trees/tree_synchronizer.cc", 564 "trees/tree_synchronizer.cc",
565 "trees/tree_synchronizer.h", 565 "trees/tree_synchronizer.h",
566 ] 566 ]
567 567
(...skipping 506 matching lines...) Expand 10 before | Expand all | Expand 10 after
1074 data = [ 1074 data = [
1075 "test/data/", 1075 "test/data/",
1076 1076
1077 # Needed for isolate script to execute. 1077 # Needed for isolate script to execute.
1078 "//testing/scripts/common.py", 1078 "//testing/scripts/common.py",
1079 "//testing/xvfb.py", 1079 "//testing/xvfb.py",
1080 "//testing/scripts/run_gtest_perf_test.py", 1080 "//testing/scripts/run_gtest_perf_test.py",
1081 "//tools/perf/generate_legacy_perf_dashboard_json.py", 1081 "//tools/perf/generate_legacy_perf_dashboard_json.py",
1082 ] 1082 ]
1083 } 1083 }
OLDNEW
« no previous file with comments | « no previous file | cc/animation/animation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698