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

Side by Side Diff: cc/BUILD.gn

Issue 1950243005: Communicate MT changes to impl-only scroll offset animations (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: apply initial feedback comments Created 4 years, 7 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_host.h » ('j') | cc/animation/animation_host.cc » ('J')
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/keyframed_animation_curve.cc", 27 "animation/keyframed_animation_curve.cc",
28 "animation/keyframed_animation_curve.h", 28 "animation/keyframed_animation_curve.h",
29 "animation/scroll_offset_animation_curve.cc", 29 "animation/scroll_offset_animation_curve.cc",
30 "animation/scroll_offset_animation_curve.h", 30 "animation/scroll_offset_animation_curve.h",
31 "animation/scroll_offset_animations.cc",
32 "animation/scroll_offset_animations.h",
31 "animation/scroll_offset_animations_impl.cc", 33 "animation/scroll_offset_animations_impl.cc",
32 "animation/scroll_offset_animations_impl.h", 34 "animation/scroll_offset_animations_impl.h",
33 "animation/target_property.cc", 35 "animation/target_property.cc",
34 "animation/target_property.h", 36 "animation/target_property.h",
35 "animation/timing_function.cc", 37 "animation/timing_function.cc",
36 "animation/timing_function.h", 38 "animation/timing_function.h",
37 "animation/transform_operation.cc", 39 "animation/transform_operation.cc",
38 "animation/transform_operation.h", 40 "animation/transform_operation.h",
39 "animation/transform_operations.cc", 41 "animation/transform_operations.cc",
40 "animation/transform_operations.h", 42 "animation/transform_operations.h",
(...skipping 958 matching lines...) Expand 10 before | Expand all | Expand 10 after
999 "//testing/gtest", 1001 "//testing/gtest",
1000 "//testing/perf", 1002 "//testing/perf",
1001 "//ui/gfx", 1003 "//ui/gfx",
1002 "//ui/gfx/geometry", 1004 "//ui/gfx/geometry",
1003 "//ui/gl", 1005 "//ui/gl",
1004 "//ui/gl:test_support", 1006 "//ui/gl:test_support",
1005 ] 1007 ]
1006 } 1008 }
1007 # When adding support for isolates, please have a look at run-time dependencies 1009 # When adding support for isolates, please have a look at run-time dependencies
1008 # in the cc_unittests_run target in cc_tests.gyp. 1010 # in the cc_unittests_run target in cc_tests.gyp.
OLDNEW
« no previous file with comments | « no previous file | cc/animation/animation_host.h » ('j') | cc/animation/animation_host.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698