| 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 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 55 'layer_animator.cc', | 55 'layer_animator.cc', |
| 56 'layer_animator.h', | 56 'layer_animator.h', |
| 57 'layer_animator_collection.cc', | 57 'layer_animator_collection.cc', |
| 58 'layer_animator_collection.h', | 58 'layer_animator_collection.h', |
| 59 'layer_delegate.h', | 59 'layer_delegate.h', |
| 60 'layer_owner.cc', | 60 'layer_owner.cc', |
| 61 'layer_owner.h', | 61 'layer_owner.h', |
| 62 'layer_tree_owner.cc', | 62 'layer_tree_owner.cc', |
| 63 'layer_tree_owner.h', | 63 'layer_tree_owner.h', |
| 64 'layer_type.h', | 64 'layer_type.h', |
| 65 'reflector.cc', | |
| 66 'reflector.h', | 65 'reflector.h', |
| 67 'scoped_animation_duration_scale_mode.cc', | 66 'scoped_animation_duration_scale_mode.cc', |
| 68 'scoped_animation_duration_scale_mode.h', | 67 'scoped_animation_duration_scale_mode.h', |
| 69 'scoped_layer_animation_settings.cc', | 68 'scoped_layer_animation_settings.cc', |
| 70 'scoped_layer_animation_settings.h', | 69 'scoped_layer_animation_settings.h', |
| 71 'transform_animation_curve_adapter.cc', | 70 'transform_animation_curve_adapter.cc', |
| 72 'transform_animation_curve_adapter.h', | 71 'transform_animation_curve_adapter.h', |
| 73 ], | 72 ], |
| 74 'conditions': [ | 73 'conditions': [ |
| 75 ['OS == "win" and use_aura == 1', { | 74 ['OS == "win" and use_aura == 1', { |
| (...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 176 'dependencies': [ | 175 'dependencies': [ |
| 177 '<(DEPTH)/base/allocator/allocator.gyp:allocator', | 176 '<(DEPTH)/base/allocator/allocator.gyp:allocator', |
| 178 ], | 177 ], |
| 179 }], | 178 }], |
| 180 ], | 179 ], |
| 181 }], | 180 }], |
| 182 ], | 181 ], |
| 183 }, | 182 }, |
| 184 ], | 183 ], |
| 185 } | 184 } |
| OLD | NEW |