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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
42 'layer.h', | 42 'layer.h', |
43 'layer_animation_delegate.h', | 43 'layer_animation_delegate.h', |
44 'layer_animation_element.cc', | 44 'layer_animation_element.cc', |
45 'layer_animation_element.h', | 45 'layer_animation_element.h', |
46 'layer_animation_observer.cc', | 46 'layer_animation_observer.cc', |
47 'layer_animation_observer.h', | 47 'layer_animation_observer.h', |
48 'layer_animation_sequence.cc', | 48 'layer_animation_sequence.cc', |
49 'layer_animation_sequence.h', | 49 'layer_animation_sequence.h', |
50 'layer_animator.cc', | 50 'layer_animator.cc', |
51 'layer_animator.h', | 51 'layer_animator.h', |
52 'layer_animator_collection.cc', | |
53 'layer_animator_collection.h', | |
54 'layer_delegate.h', | 52 'layer_delegate.h', |
55 'layer_owner.cc', | 53 'layer_owner.cc', |
56 'layer_owner.h', | 54 'layer_owner.h', |
57 'layer_tree_owner.cc', | 55 'layer_tree_owner.cc', |
58 'layer_tree_owner.h', | 56 'layer_tree_owner.h', |
59 'layer_type.h', | 57 'layer_type.h', |
60 'reflector.h', | 58 'reflector.h', |
61 'scoped_animation_duration_scale_mode.cc', | 59 'scoped_animation_duration_scale_mode.cc', |
62 'scoped_animation_duration_scale_mode.h', | 60 'scoped_animation_duration_scale_mode.h', |
63 'scoped_layer_animation_settings.cc', | 61 'scoped_layer_animation_settings.cc', |
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
168 'dependencies': [ | 166 'dependencies': [ |
169 '<(DEPTH)/base/allocator/allocator.gyp:allocator', | 167 '<(DEPTH)/base/allocator/allocator.gyp:allocator', |
170 ], | 168 ], |
171 }], | 169 }], |
172 ], | 170 ], |
173 }], | 171 }], |
174 ], | 172 ], |
175 }, | 173 }, |
176 ], | 174 ], |
177 } | 175 } |
OLD | NEW |