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

Side by Side Diff: cc/BUILD.gn

Issue 2349643003: CC Animation: Extract PropertyAnimationState as a non-nested struct. (Closed)
Patch Set: Created 4 years, 3 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
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 999 matching lines...) Expand 10 before | Expand all | Expand 10 after
1040 "//testing/perf", 1042 "//testing/perf",
1041 "//ui/gfx", 1043 "//ui/gfx",
1042 "//ui/gfx/geometry", 1044 "//ui/gfx/geometry",
1043 "//ui/gl", 1045 "//ui/gl",
1044 "//ui/gl:test_support", 1046 "//ui/gl:test_support",
1045 ] 1047 ]
1046 1048
1047 # This target should not require the Chrome executable to run. 1049 # This target should not require the Chrome executable to run.
1048 assert_no_deps = [ "//chrome" ] 1050 assert_no_deps = [ "//chrome" ]
1049 } 1051 }
OLDNEW
« no previous file with comments | « no previous file | cc/animation/animation_player.h » ('j') | cc/animation/property_animation_state.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698