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 274 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
285 '../chrome/chrome.gyp:plugin_tests', | 285 '../chrome/chrome.gyp:plugin_tests', |
286 '../chrome/chrome.gyp:sync_performance_tests', | 286 '../chrome/chrome.gyp:sync_performance_tests', |
287 '../chrome/chrome.gyp:ui_tests', | 287 '../chrome/chrome.gyp:ui_tests', |
288 ], | 288 ], |
289 }, # target_name: chromium_builder_perf | 289 }, # target_name: chromium_builder_perf |
290 { | 290 { |
291 'target_name': 'chromium_gpu_builder', | 291 'target_name': 'chromium_gpu_builder', |
292 'type': 'none', | 292 'type': 'none', |
293 'dependencies': [ | 293 'dependencies': [ |
294 '../chrome/chrome.gyp:gpu_tests', | 294 '../chrome/chrome.gyp:gpu_tests', |
| 295 '../chrome/chrome.gyp:performance_ui_tests', |
295 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:DumpRenderTree'
, | 296 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:DumpRenderTree'
, |
296 ], | 297 ], |
297 }, # target_name: chromium_gpu_builder | 298 }, # target_name: chromium_gpu_builder |
298 { | 299 { |
299 'target_name': 'chromium_builder_qa', | 300 'target_name': 'chromium_builder_qa', |
300 'type': 'none', | 301 'type': 'none', |
301 'dependencies': [ | 302 'dependencies': [ |
302 '../chrome/chrome.gyp:chromedriver', | 303 '../chrome/chrome.gyp:chromedriver', |
303 ], | 304 ], |
304 'conditions': [ | 305 'conditions': [ |
(...skipping 281 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
586 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', | 587 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', |
587 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', | 588 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', |
588 '../views/views.gyp:views_unittests', | 589 '../views/views.gyp:views_unittests', |
589 'temp_gyp/googleurl.gyp:googleurl_unittests', | 590 'temp_gyp/googleurl.gyp:googleurl_unittests', |
590 ], | 591 ], |
591 }, | 592 }, |
592 ], # targets | 593 ], # targets |
593 }], # "chromeos==1" | 594 }], # "chromeos==1" |
594 ], # conditions | 595 ], # conditions |
595 } | 596 } |
OLD | NEW |