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 150 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
161 '..', | 161 '..', |
162 ], | 162 ], |
163 'sources': [ | 163 'sources': [ |
164 'test/aura_test_base.cc', | 164 'test/aura_test_base.cc', |
165 'test/aura_test_base.h', | 165 'test/aura_test_base.h', |
166 'test/aura_test_helper.cc', | 166 'test/aura_test_helper.cc', |
167 'test/aura_test_helper.h', | 167 'test/aura_test_helper.h', |
168 'test/aura_test_utils.cc', | 168 'test/aura_test_utils.cc', |
169 'test/aura_test_utils.h', | 169 'test/aura_test_utils.h', |
170 'test/env_test_helper.h', | 170 'test/env_test_helper.h', |
171 'test/event_generator.cc', | 171 'test/event_generator_delegate_aura.cc', |
172 'test/event_generator.h', | 172 'test/event_generator_delegate_aura.h', |
173 'test/test_cursor_client.cc', | 173 'test/test_cursor_client.cc', |
174 'test/test_cursor_client.h', | 174 'test/test_cursor_client.h', |
175 'test/test_focus_client.cc', | 175 'test/test_focus_client.cc', |
176 'test/test_focus_client.h', | 176 'test/test_focus_client.h', |
177 'test/test_screen.cc', | 177 'test/test_screen.cc', |
178 'test/test_screen.h', | 178 'test/test_screen.h', |
179 'test/test_window_tree_client.cc', | 179 'test/test_window_tree_client.cc', |
180 'test/test_window_tree_client.h', | 180 'test/test_window_tree_client.h', |
181 'test/test_windows.cc', | 181 'test/test_windows.cc', |
182 'test/test_windows.h', | 182 'test/test_windows.h', |
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
300 ['OS=="linux" and use_allocator!="none"', { | 300 ['OS=="linux" and use_allocator!="none"', { |
301 'dependencies': [ | 301 'dependencies': [ |
302 # See http://crbug.com/162998#c4 for why this is needed. | 302 # See http://crbug.com/162998#c4 for why this is needed. |
303 '../../base/allocator/allocator.gyp:allocator', | 303 '../../base/allocator/allocator.gyp:allocator', |
304 ], | 304 ], |
305 }], | 305 }], |
306 ], | 306 ], |
307 }, | 307 }, |
308 ], | 308 ], |
309 } | 309 } |
OLD | NEW |