| 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 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 54 'animation/animation_timeline.h', | 54 'animation/animation_timeline.h', |
| 55 'animation/element_animations.cc', | 55 'animation/element_animations.cc', |
| 56 'animation/element_animations.h', | 56 'animation/element_animations.h', |
| 57 'animation/keyframed_animation_curve.cc', | 57 'animation/keyframed_animation_curve.cc', |
| 58 'animation/keyframed_animation_curve.h', | 58 'animation/keyframed_animation_curve.h', |
| 59 'animation/layer_animation_controller.cc', | 59 'animation/layer_animation_controller.cc', |
| 60 'animation/layer_animation_controller.h', | 60 'animation/layer_animation_controller.h', |
| 61 'animation/layer_animation_event_observer.h', | 61 'animation/layer_animation_event_observer.h', |
| 62 'animation/layer_animation_value_observer.h', | 62 'animation/layer_animation_value_observer.h', |
| 63 'animation/layer_animation_value_provider.h', | 63 'animation/layer_animation_value_provider.h', |
| 64 'animation/layer_tree_mutator.h', |
| 64 'animation/scroll_offset_animation_curve.cc', | 65 'animation/scroll_offset_animation_curve.cc', |
| 65 'animation/scroll_offset_animation_curve.h', | 66 'animation/scroll_offset_animation_curve.h', |
| 66 'animation/scrollbar_animation_controller.cc', | 67 'animation/scrollbar_animation_controller.cc', |
| 67 'animation/scrollbar_animation_controller.h', | 68 'animation/scrollbar_animation_controller.h', |
| 68 'animation/scrollbar_animation_controller_linear_fade.cc', | 69 'animation/scrollbar_animation_controller_linear_fade.cc', |
| 69 'animation/scrollbar_animation_controller_linear_fade.h', | 70 'animation/scrollbar_animation_controller_linear_fade.h', |
| 70 'animation/scrollbar_animation_controller_thinning.cc', | 71 'animation/scrollbar_animation_controller_thinning.cc', |
| 71 'animation/scrollbar_animation_controller_thinning.h', | 72 'animation/scrollbar_animation_controller_thinning.h', |
| 72 'animation/timing_function.cc', | 73 'animation/timing_function.cc', |
| 73 'animation/timing_function.h', | 74 'animation/timing_function.h', |
| (...skipping 612 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 686 'surfaces/surface_resource_holder.cc', | 687 'surfaces/surface_resource_holder.cc', |
| 687 'surfaces/surface_resource_holder.h', | 688 'surfaces/surface_resource_holder.h', |
| 688 'surfaces/surfaces_export.h', | 689 'surfaces/surfaces_export.h', |
| 689 ], | 690 ], |
| 690 'includes': [ | 691 'includes': [ |
| 691 '../build/android/increase_size_for_speed.gypi', | 692 '../build/android/increase_size_for_speed.gypi', |
| 692 ], | 693 ], |
| 693 }, | 694 }, |
| 694 ], | 695 ], |
| 695 } | 696 } |
| OLD | NEW |