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 16 matching lines...) Expand all Loading... |
27 'sources': [ | 27 'sources': [ |
28 'closure_animation_observer.cc', | 28 'closure_animation_observer.cc', |
29 'closure_animation_observer.h', | 29 'closure_animation_observer.h', |
30 'compositor.cc', | 30 'compositor.cc', |
31 'compositor.h', | 31 'compositor.h', |
32 'compositor_animation_observer.h', | 32 'compositor_animation_observer.h', |
33 'compositor_export.h', | 33 'compositor_export.h', |
34 'compositor_observer.h', | 34 'compositor_observer.h', |
35 'compositor_switches.cc', | 35 'compositor_switches.cc', |
36 'compositor_switches.h', | 36 'compositor_switches.h', |
37 'compositor_vsync_manager.cc', | |
38 'compositor_vsync_manager.h', | |
39 'debug_utils.cc', | 37 'debug_utils.cc', |
40 'debug_utils.h', | 38 'debug_utils.h', |
41 'dip_util.cc', | 39 'dip_util.cc', |
42 'dip_util.h', | 40 'dip_util.h', |
43 'float_animation_curve_adapter.cc', | 41 'float_animation_curve_adapter.cc', |
44 'float_animation_curve_adapter.h', | 42 'float_animation_curve_adapter.h', |
45 'layer.cc', | 43 'layer.cc', |
46 'layer.h', | 44 'layer.h', |
47 'layer_animation_delegate.h', | 45 'layer_animation_delegate.h', |
48 'layer_animation_element.cc', | 46 'layer_animation_element.cc', |
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
175 'dependencies': [ | 173 'dependencies': [ |
176 '<(DEPTH)/base/allocator/allocator.gyp:allocator', | 174 '<(DEPTH)/base/allocator/allocator.gyp:allocator', |
177 ], | 175 ], |
178 }], | 176 }], |
179 ], | 177 ], |
180 }], | 178 }], |
181 ], | 179 ], |
182 }, | 180 }, |
183 ], | 181 ], |
184 } | 182 } |
OLD | NEW |