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 151 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
162 'sources': [ | 162 'sources': [ |
163 'test/aura_test_base.cc', | 163 'test/aura_test_base.cc', |
164 'test/aura_test_base.h', | 164 'test/aura_test_base.h', |
165 'test/aura_test_helper.cc', | 165 'test/aura_test_helper.cc', |
166 'test/aura_test_helper.h', | 166 'test/aura_test_helper.h', |
167 'test/env_test_helper.h', | 167 'test/env_test_helper.h', |
168 'test/event_generator.cc', | 168 'test/event_generator.cc', |
169 'test/event_generator.h', | 169 'test/event_generator.h', |
170 'test/test_cursor_client.cc', | 170 'test/test_cursor_client.cc', |
171 'test/test_cursor_client.h', | 171 'test/test_cursor_client.h', |
172 'test/test_event_handler.cc', | |
173 'test/test_event_handler.h', | |
174 'test/test_focus_client.cc', | 172 'test/test_focus_client.cc', |
175 'test/test_focus_client.h', | 173 'test/test_focus_client.h', |
176 'test/test_screen.cc', | 174 'test/test_screen.cc', |
177 'test/test_screen.h', | 175 'test/test_screen.h', |
178 'test/test_window_tree_client.cc', | 176 'test/test_window_tree_client.cc', |
179 'test/test_window_tree_client.h', | 177 'test/test_window_tree_client.h', |
180 'test/test_windows.cc', | 178 'test/test_windows.cc', |
181 'test/test_windows.h', | 179 'test/test_windows.h', |
182 'test/test_window_delegate.cc', | 180 'test/test_window_delegate.cc', |
183 'test/test_window_delegate.h', | 181 'test/test_window_delegate.h', |
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
282 ['OS=="linux" and ((use_allocator!="none" and use_allocator!="see_use_tc
malloc") or (use_allocator=="see_use_tcmalloc" and linux_use_tcmalloc==1))', { | 280 ['OS=="linux" and ((use_allocator!="none" and use_allocator!="see_use_tc
malloc") or (use_allocator=="see_use_tcmalloc" and linux_use_tcmalloc==1))', { |
283 'dependencies': [ | 281 'dependencies': [ |
284 # See http://crbug.com/162998#c4 for why this is needed. | 282 # See http://crbug.com/162998#c4 for why this is needed. |
285 '../../base/allocator/allocator.gyp:allocator', | 283 '../../base/allocator/allocator.gyp:allocator', |
286 ], | 284 ], |
287 }], | 285 }], |
288 ], | 286 ], |
289 }, | 287 }, |
290 ], | 288 ], |
291 } | 289 } |
OLD | NEW |