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

Side by Side Diff: cc/BUILD.gn

Issue 2349643003: CC Animation: Extract PropertyAnimationState as a non-nested struct. (Closed)
Patch Set: Reparent to master to make it independent. Created 4 years, 2 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 unified diff | Download patch
« no previous file with comments | « no previous file | cc/animation/animation_player.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",
(...skipping 10 matching lines...) Expand all
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/element_id.cc", 27 "animation/element_id.cc",
28 "animation/element_id.h", 28 "animation/element_id.h",
29 "animation/keyframed_animation_curve.cc", 29 "animation/keyframed_animation_curve.cc",
30 "animation/keyframed_animation_curve.h", 30 "animation/keyframed_animation_curve.h",
31 "animation/property_animation_state.cc",
32 "animation/property_animation_state.h",
31 "animation/scroll_offset_animation_curve.cc", 33 "animation/scroll_offset_animation_curve.cc",
32 "animation/scroll_offset_animation_curve.h", 34 "animation/scroll_offset_animation_curve.h",
33 "animation/scroll_offset_animations.cc", 35 "animation/scroll_offset_animations.cc",
34 "animation/scroll_offset_animations.h", 36 "animation/scroll_offset_animations.h",
35 "animation/scroll_offset_animations_impl.cc", 37 "animation/scroll_offset_animations_impl.cc",
36 "animation/scroll_offset_animations_impl.h", 38 "animation/scroll_offset_animations_impl.h",
37 "animation/target_property.cc", 39 "animation/target_property.cc",
38 "animation/target_property.h", 40 "animation/target_property.h",
39 "animation/timing_function.cc", 41 "animation/timing_function.cc",
40 "animation/timing_function.h", 42 "animation/timing_function.h",
(...skipping 1020 matching lines...) Expand 10 before | Expand all | Expand 10 after
1061 "//ui/gl:test_support", 1063 "//ui/gl:test_support",
1062 ] 1064 ]
1063 1065
1064 # This target should not require the Chrome executable to run. 1066 # This target should not require the Chrome executable to run.
1065 assert_no_deps = [ "//chrome" ] 1067 assert_no_deps = [ "//chrome" ]
1066 1068
1067 data = [ 1069 data = [
1068 "test/data/", 1070 "test/data/",
1069 ] 1071 ]
1070 } 1072 }
OLDNEW
« no previous file with comments | « no previous file | cc/animation/animation_player.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698