| 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', |
| 52 'layer_delegate.h', | 54 'layer_delegate.h', |
| 53 'layer_owner.cc', | 55 'layer_owner.cc', |
| 54 'layer_owner.h', | 56 'layer_owner.h', |
| 55 'layer_tree_owner.cc', | 57 'layer_tree_owner.cc', |
| 56 'layer_tree_owner.h', | 58 'layer_tree_owner.h', |
| 57 'layer_type.h', | 59 'layer_type.h', |
| 58 'reflector.h', | 60 'reflector.h', |
| 59 'scoped_animation_duration_scale_mode.cc', | 61 'scoped_animation_duration_scale_mode.cc', |
| 60 'scoped_animation_duration_scale_mode.h', | 62 'scoped_animation_duration_scale_mode.h', |
| 61 'scoped_layer_animation_settings.cc', | 63 'scoped_layer_animation_settings.cc', |
| (...skipping 30 matching lines...) Expand all Loading... |
| 92 '<(DEPTH)/webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', | 94 '<(DEPTH)/webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', |
| 93 'compositor', | 95 'compositor', |
| 94 ], | 96 ], |
| 95 'sources': [ | 97 'sources': [ |
| 96 'test/context_factories_for_test.cc', | 98 'test/context_factories_for_test.cc', |
| 97 'test/context_factories_for_test.h', | 99 'test/context_factories_for_test.h', |
| 98 'test/draw_waiter_for_test.cc', | 100 'test/draw_waiter_for_test.cc', |
| 99 'test/draw_waiter_for_test.h', | 101 'test/draw_waiter_for_test.h', |
| 100 'test/in_process_context_factory.cc', | 102 'test/in_process_context_factory.cc', |
| 101 'test/in_process_context_factory.h', | 103 'test/in_process_context_factory.h', |
| 104 'test/layer_animator_collection_test_controller.cc', |
| 105 'test/layer_animator_collection_test_controller.h', |
| 102 'test/layer_animator_test_controller.cc', | 106 'test/layer_animator_test_controller.cc', |
| 103 'test/layer_animator_test_controller.h', | 107 'test/layer_animator_test_controller.h', |
| 104 'test/test_compositor_host.h', | 108 'test/test_compositor_host.h', |
| 105 'test/test_compositor_host_mac.mm', | 109 'test/test_compositor_host_mac.mm', |
| 106 'test/test_compositor_host_ozone.cc', | 110 'test/test_compositor_host_ozone.cc', |
| 107 'test/test_compositor_host_win.cc', | 111 'test/test_compositor_host_win.cc', |
| 108 'test/test_compositor_host_x11.cc', | 112 'test/test_compositor_host_x11.cc', |
| 109 'test/test_layer_animation_delegate.cc', | 113 'test/test_layer_animation_delegate.cc', |
| 110 'test/test_layer_animation_delegate.h', | 114 'test/test_layer_animation_delegate.h', |
| 111 'test/test_layer_animation_observer.cc', | 115 'test/test_layer_animation_observer.cc', |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 166 'dependencies': [ | 170 'dependencies': [ |
| 167 '<(DEPTH)/base/allocator/allocator.gyp:allocator', | 171 '<(DEPTH)/base/allocator/allocator.gyp:allocator', |
| 168 ], | 172 ], |
| 169 }], | 173 }], |
| 170 ], | 174 ], |
| 171 }], | 175 }], |
| 172 ], | 176 ], |
| 173 }, | 177 }, |
| 174 ], | 178 ], |
| 175 } | 179 } |
| OLD | NEW |