OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 { | 5 { |
6 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 }, | 8 }, |
9 'targets': [ | 9 'targets': [ |
10 { | 10 { |
(...skipping 24 matching lines...) Expand all Loading... |
35 'animation/animation_id_provider.cc', | 35 'animation/animation_id_provider.cc', |
36 'animation/animation_id_provider.h', | 36 'animation/animation_id_provider.h', |
37 'animation/animation_registrar.cc', | 37 'animation/animation_registrar.cc', |
38 'animation/animation_registrar.h', | 38 'animation/animation_registrar.h', |
39 'animation/keyframed_animation_curve.cc', | 39 'animation/keyframed_animation_curve.cc', |
40 'animation/keyframed_animation_curve.h', | 40 'animation/keyframed_animation_curve.h', |
41 'animation/layer_animation_controller.cc', | 41 'animation/layer_animation_controller.cc', |
42 'animation/layer_animation_controller.h', | 42 'animation/layer_animation_controller.h', |
43 'animation/layer_animation_event_observer.h', | 43 'animation/layer_animation_event_observer.h', |
44 'animation/layer_animation_value_observer.h', | 44 'animation/layer_animation_value_observer.h', |
| 45 'animation/layer_animation_value_provider.h', |
45 'animation/scroll_offset_animation_curve.cc', | 46 'animation/scroll_offset_animation_curve.cc', |
46 'animation/scroll_offset_animation_curve.h', | 47 'animation/scroll_offset_animation_curve.h', |
47 'animation/scrollbar_animation_controller.h', | 48 'animation/scrollbar_animation_controller.h', |
48 'animation/scrollbar_animation_controller_linear_fade.cc', | 49 'animation/scrollbar_animation_controller_linear_fade.cc', |
49 'animation/scrollbar_animation_controller_linear_fade.h', | 50 'animation/scrollbar_animation_controller_linear_fade.h', |
50 'animation/scrollbar_animation_controller_thinning.cc', | 51 'animation/scrollbar_animation_controller_thinning.cc', |
51 'animation/scrollbar_animation_controller_thinning.h', | 52 'animation/scrollbar_animation_controller_thinning.h', |
52 'animation/timing_function.cc', | 53 'animation/timing_function.cc', |
53 'animation/timing_function.h', | 54 'animation/timing_function.h', |
54 'animation/transform_operation.cc', | 55 'animation/transform_operation.cc', |
(...skipping 378 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
433 'trees/thread_proxy.cc', | 434 'trees/thread_proxy.cc', |
434 'trees/thread_proxy.h', | 435 'trees/thread_proxy.h', |
435 'trees/tree_synchronizer.cc', | 436 'trees/tree_synchronizer.cc', |
436 'trees/tree_synchronizer.h', | 437 'trees/tree_synchronizer.h', |
437 ], | 438 ], |
438 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 439 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
439 'msvs_disabled_warnings': [ 4267, ], | 440 'msvs_disabled_warnings': [ 4267, ], |
440 }, | 441 }, |
441 ], | 442 ], |
442 } | 443 } |
OLD | NEW |