| 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 20 matching lines...) Expand all Loading... |
| 31 'closure_animation_observer.h', | 31 'closure_animation_observer.h', |
| 32 'compositing_recorder.cc', | 32 'compositing_recorder.cc', |
| 33 'compositing_recorder.h', | 33 'compositing_recorder.h', |
| 34 'compositor.cc', | 34 'compositor.cc', |
| 35 'compositor.h', | 35 'compositor.h', |
| 36 'compositor_animation_observer.h', | 36 'compositor_animation_observer.h', |
| 37 'compositor_export.h', | 37 'compositor_export.h', |
| 38 'compositor_observer.h', | 38 'compositor_observer.h', |
| 39 'compositor_switches.cc', | 39 'compositor_switches.cc', |
| 40 'compositor_switches.h', | 40 'compositor_switches.h', |
| 41 'compositor_vsync_manager.cc', |
| 42 'compositor_vsync_manager.h', |
| 41 'debug_utils.cc', | 43 'debug_utils.cc', |
| 42 'debug_utils.h', | 44 'debug_utils.h', |
| 43 'dip_util.cc', | 45 'dip_util.cc', |
| 44 'dip_util.h', | 46 'dip_util.h', |
| 45 'float_animation_curve_adapter.cc', | 47 'float_animation_curve_adapter.cc', |
| 46 'float_animation_curve_adapter.h', | 48 'float_animation_curve_adapter.h', |
| 47 'layer.cc', | 49 'layer.cc', |
| 48 'layer.h', | 50 'layer.h', |
| 49 'layer_animation_delegate.h', | 51 'layer_animation_delegate.h', |
| 50 'layer_animation_element.cc', | 52 'layer_animation_element.cc', |
| (...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 185 'dependencies': [ | 187 'dependencies': [ |
| 186 '<(DEPTH)/base/allocator/allocator.gyp:allocator', | 188 '<(DEPTH)/base/allocator/allocator.gyp:allocator', |
| 187 ], | 189 ], |
| 188 }], | 190 }], |
| 189 ], | 191 ], |
| 190 }], | 192 }], |
| 191 ], | 193 ], |
| 192 }, | 194 }, |
| 193 ], | 195 ], |
| 194 } | 196 } |
| OLD | NEW |