| OLD | NEW |
| 1 # Copyright (c) 2010 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, |
| 11 'dependencies': [ | 11 'dependencies': [ |
| (...skipping 413 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 425 'dependencies': [ | 425 'dependencies': [ |
| 426 '../app/app.gyp:app_unittests', | 426 '../app/app.gyp:app_unittests', |
| 427 '../chrome/chrome.gyp:browser_tests', | 427 '../chrome/chrome.gyp:browser_tests', |
| 428 '../chrome/chrome.gyp:installer_util_unittests', | 428 '../chrome/chrome.gyp:installer_util_unittests', |
| 429 '../chrome/chrome.gyp:interactive_ui_tests', | 429 '../chrome/chrome.gyp:interactive_ui_tests', |
| 430 '../chrome/chrome.gyp:memory_test', | 430 '../chrome/chrome.gyp:memory_test', |
| 431 '../chrome/chrome.gyp:mini_installer_test', | 431 '../chrome/chrome.gyp:mini_installer_test', |
| 432 '../chrome/chrome.gyp:nacl_ui_tests', | 432 '../chrome/chrome.gyp:nacl_ui_tests', |
| 433 '../chrome/chrome.gyp:nacl_sandbox_tests', | 433 '../chrome/chrome.gyp:nacl_sandbox_tests', |
| 434 '../chrome/chrome.gyp:page_cycler_tests', | 434 '../chrome/chrome.gyp:page_cycler_tests', |
| 435 '../chrome/chrome.gyp:performance_ui_tests', |
| 435 '../chrome/chrome.gyp:plugin_tests', | 436 '../chrome/chrome.gyp:plugin_tests', |
| 436 '../chrome/chrome.gyp:safe_browsing_tests', | 437 '../chrome/chrome.gyp:safe_browsing_tests', |
| 437 '../chrome/chrome.gyp:selenium_tests', | 438 '../chrome/chrome.gyp:selenium_tests', |
| 438 '../chrome/chrome.gyp:startup_tests', | 439 '../chrome/chrome.gyp:startup_tests', |
| 439 '../chrome/chrome.gyp:sync_integration_tests', | 440 '../chrome/chrome.gyp:sync_integration_tests', |
| 440 '../chrome/chrome.gyp:sync_unit_tests', | 441 '../chrome/chrome.gyp:sync_unit_tests', |
| 441 '../chrome/chrome.gyp:tab_switching_test', | 442 '../chrome/chrome.gyp:tab_switching_test', |
| 442 '../chrome/chrome.gyp:ui_tests', | 443 '../chrome/chrome.gyp:ui_tests', |
| 443 '../chrome/chrome.gyp:unit_tests', | 444 '../chrome/chrome.gyp:unit_tests', |
| 444 '../chrome/chrome.gyp:url_fetch_test', | 445 '../chrome/chrome.gyp:url_fetch_test', |
| (...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 574 ], # targets | 575 ], # targets |
| 575 }], # "chromeos==1" | 576 }], # "chromeos==1" |
| 576 ], # conditions | 577 ], # conditions |
| 577 } | 578 } |
| 578 | 579 |
| 579 # Local Variables: | 580 # Local Variables: |
| 580 # tab-width:2 | 581 # tab-width:2 |
| 581 # indent-tabs-mode:nil | 582 # indent-tabs-mode:nil |
| 582 # End: | 583 # End: |
| 583 # vim: set expandtab tabstop=2 shiftwidth=2: | 584 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |