OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 'target_name': 'All', | 8 'target_name': 'All', |
9 'type': 'none', | 9 'type': 'none', |
10 'xcode_create_dependents_test_runner': 1, | 10 'xcode_create_dependents_test_runner': 1, |
(...skipping 257 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
268 'chromium_builder_qa', # needed for pyauto | 268 'chromium_builder_qa', # needed for pyauto |
269 'chromium_builder_tests', | 269 'chromium_builder_tests', |
270 ], | 270 ], |
271 }, # target_name: chromium_builder_nacl_win_integration | 271 }, # target_name: chromium_builder_nacl_win_integration |
272 { | 272 { |
273 'target_name': 'chromium_builder_perf', | 273 'target_name': 'chromium_builder_perf', |
274 'type': 'none', | 274 'type': 'none', |
275 'dependencies': [ | 275 'dependencies': [ |
276 'chromium_builder_qa', # needed for pyauto | 276 'chromium_builder_qa', # needed for pyauto |
277 '../chrome/chrome.gyp:performance_ui_tests', | 277 '../chrome/chrome.gyp:performance_ui_tests', |
278 '../chrome/chrome.gyp:ui_tests', | |
279 '../chrome/chrome.gyp:plugin_tests', | 278 '../chrome/chrome.gyp:plugin_tests', |
280 '../chrome/chrome.gyp:sync_performance_tests', | 279 '../chrome/chrome.gyp:sync_performance_tests', |
| 280 '../chrome/chrome.gyp:ui_tests', |
281 ], | 281 ], |
282 }, # target_name: chromium_builder_perf | 282 }, # target_name: chromium_builder_perf |
283 { | 283 { |
284 'target_name': 'chromium_gpu_builder', | 284 'target_name': 'chromium_gpu_builder', |
285 'type': 'none', | 285 'type': 'none', |
286 'dependencies': [ | 286 'dependencies': [ |
287 '../chrome/chrome.gyp:gpu_tests', | 287 '../chrome/chrome.gyp:gpu_tests', |
288 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:DumpRenderTree'
, | 288 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:DumpRenderTree'
, |
289 ], | 289 ], |
290 }, # target_name: chromium_gpu_builder | 290 }, # target_name: chromium_gpu_builder |
(...skipping 280 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
571 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', | 571 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', |
572 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', | 572 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', |
573 '../views/views.gyp:views_unittests', | 573 '../views/views.gyp:views_unittests', |
574 'temp_gyp/googleurl.gyp:googleurl_unittests', | 574 'temp_gyp/googleurl.gyp:googleurl_unittests', |
575 ], | 575 ], |
576 }, | 576 }, |
577 ], # targets | 577 ], # targets |
578 }], # "chromeos==1" | 578 }], # "chromeos==1" |
579 ], # conditions | 579 ], # conditions |
580 } | 580 } |
OLD | NEW |