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

Side by Side Diff: cc/BUILD.gn

Issue 1700653002: CC Animation: Expose TargetProperty enum to be aliased in Blink Platform. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 10 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.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("//testing/test.gni") 5 import("//testing/test.gni")
6 6
7 component("cc") { 7 component("cc") {
8 sources = [ 8 sources = [
9 "animation/animation.cc", 9 "animation/animation.cc",
10 "animation/animation.h", 10 "animation/animation.h",
(...skipping 16 matching lines...) Expand all
27 "animation/element_animations.h", 27 "animation/element_animations.h",
28 "animation/keyframed_animation_curve.cc", 28 "animation/keyframed_animation_curve.cc",
29 "animation/keyframed_animation_curve.h", 29 "animation/keyframed_animation_curve.h",
30 "animation/layer_animation_controller.cc", 30 "animation/layer_animation_controller.cc",
31 "animation/layer_animation_controller.h", 31 "animation/layer_animation_controller.h",
32 "animation/layer_animation_event_observer.h", 32 "animation/layer_animation_event_observer.h",
33 "animation/layer_animation_value_observer.h", 33 "animation/layer_animation_value_observer.h",
34 "animation/layer_animation_value_provider.h", 34 "animation/layer_animation_value_provider.h",
35 "animation/scroll_offset_animation_curve.cc", 35 "animation/scroll_offset_animation_curve.cc",
36 "animation/scroll_offset_animation_curve.h", 36 "animation/scroll_offset_animation_curve.h",
37 "animation/target_property.cc",
38 "animation/target_property.h",
37 "animation/timing_function.cc", 39 "animation/timing_function.cc",
38 "animation/timing_function.h", 40 "animation/timing_function.h",
39 "animation/transform_operation.cc", 41 "animation/transform_operation.cc",
40 "animation/transform_operation.h", 42 "animation/transform_operation.h",
41 "animation/transform_operations.cc", 43 "animation/transform_operations.cc",
42 "animation/transform_operations.h", 44 "animation/transform_operations.h",
43 "debug/benchmark_instrumentation.cc", 45 "debug/benchmark_instrumentation.cc",
44 "debug/benchmark_instrumentation.h", 46 "debug/benchmark_instrumentation.h",
45 "debug/debug_colors.cc", 47 "debug/debug_colors.cc",
46 "debug/debug_colors.h", 48 "debug/debug_colors.h",
(...skipping 936 matching lines...) Expand 10 before | Expand all | Expand 10 after
983 "//ui/gl", 985 "//ui/gl",
984 "//ui/gl:test_support", 986 "//ui/gl:test_support",
985 ] 987 ]
986 988
987 if (is_android) { 989 if (is_android) {
988 isolate_file = "cc_perftests.isolate" 990 isolate_file = "cc_perftests.isolate"
989 } 991 }
990 } 992 }
991 # When adding support for isolates, please have a look at run-time dependencies 993 # When adding support for isolates, please have a look at run-time dependencies
992 # in the cc_unittests_run target in cc_tests.gyp. 994 # in the cc_unittests_run target in cc_tests.gyp.
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