| 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 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 58 'layer_animator.cc', | 58 'layer_animator.cc', |
| 59 'layer_animator.h', | 59 'layer_animator.h', |
| 60 'layer_animator_collection.cc', | 60 'layer_animator_collection.cc', |
| 61 'layer_animator_collection.h', | 61 'layer_animator_collection.h', |
| 62 'layer_delegate.h', | 62 'layer_delegate.h', |
| 63 'layer_owner.cc', | 63 'layer_owner.cc', |
| 64 'layer_owner.h', | 64 'layer_owner.h', |
| 65 'layer_tree_owner.cc', | 65 'layer_tree_owner.cc', |
| 66 'layer_tree_owner.h', | 66 'layer_tree_owner.h', |
| 67 'layer_type.h', | 67 'layer_type.h', |
| 68 'paint_cache.cc', |
| 69 'paint_cache.h', |
| 68 'paint_context.cc', | 70 'paint_context.cc', |
| 69 'paint_context.h', | 71 'paint_context.h', |
| 70 'paint_recorder.cc', | 72 'paint_recorder.cc', |
| 71 'paint_recorder.h', | 73 'paint_recorder.h', |
| 72 'reflector.cc', | 74 'reflector.cc', |
| 73 'reflector.h', | 75 'reflector.h', |
| 74 'scoped_animation_duration_scale_mode.cc', | 76 'scoped_animation_duration_scale_mode.cc', |
| 75 'scoped_animation_duration_scale_mode.h', | 77 'scoped_animation_duration_scale_mode.h', |
| 76 'scoped_layer_animation_settings.cc', | 78 'scoped_layer_animation_settings.cc', |
| 77 'scoped_layer_animation_settings.h', | 79 'scoped_layer_animation_settings.h', |
| (...skipping 107 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 |