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 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
97 'test/draw_waiter_for_test.h', | 97 'test/draw_waiter_for_test.h', |
98 'test/in_process_context_factory.cc', | 98 'test/in_process_context_factory.cc', |
99 'test/in_process_context_factory.h', | 99 'test/in_process_context_factory.h', |
100 'test/layer_animator_test_controller.cc', | 100 'test/layer_animator_test_controller.cc', |
101 'test/layer_animator_test_controller.h', | 101 'test/layer_animator_test_controller.h', |
102 'test/test_compositor_host.h', | 102 'test/test_compositor_host.h', |
103 'test/test_compositor_host_mac.mm', | 103 'test/test_compositor_host_mac.mm', |
104 'test/test_compositor_host_ozone.cc', | 104 'test/test_compositor_host_ozone.cc', |
105 'test/test_compositor_host_win.cc', | 105 'test/test_compositor_host_win.cc', |
106 'test/test_compositor_host_x11.cc', | 106 'test/test_compositor_host_x11.cc', |
107 'test/test_context_factory.cc', | |
108 'test/test_context_factory.h', | |
109 'test/test_layer_animation_delegate.cc', | 107 'test/test_layer_animation_delegate.cc', |
110 'test/test_layer_animation_delegate.h', | 108 'test/test_layer_animation_delegate.h', |
111 'test/test_layer_animation_observer.cc', | 109 'test/test_layer_animation_observer.cc', |
112 'test/test_layer_animation_observer.h', | 110 'test/test_layer_animation_observer.h', |
113 'test/test_layers.cc', | 111 'test/test_layers.cc', |
114 'test/test_layers.h', | 112 'test/test_layers.h', |
115 'test/test_suite.cc', | 113 'test/test_suite.cc', |
116 'test/test_suite.h', | 114 'test/test_suite.h', |
117 'test/test_utils.cc', | 115 'test/test_utils.cc', |
118 'test/test_utils.h', | 116 'test/test_utils.h', |
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
164 'dependencies': [ | 162 'dependencies': [ |
165 '<(DEPTH)/base/allocator/allocator.gyp:allocator', | 163 '<(DEPTH)/base/allocator/allocator.gyp:allocator', |
166 ], | 164 ], |
167 }], | 165 }], |
168 ], | 166 ], |
169 }], | 167 }], |
170 ], | 168 ], |
171 }, | 169 }, |
172 ], | 170 ], |
173 } | 171 } |
OLD | NEW |