| 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 '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 269 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 280 }], | 280 }], |
| 281 ['OS=="linux"', { | 281 ['OS=="linux"', { |
| 282 'dependencies': [ | 282 'dependencies': [ |
| 283 '../sandbox/sandbox.gyp:sandbox_linux_unittests', | 283 '../sandbox/sandbox.gyp:sandbox_linux_unittests', |
| 284 '../dbus/dbus.gyp:dbus_unittests', | 284 '../dbus/dbus.gyp:dbus_unittests', |
| 285 ], | 285 ], |
| 286 }], | 286 }], |
| 287 ['OS=="mac"', { | 287 ['OS=="mac"', { |
| 288 'dependencies': [ | 288 'dependencies': [ |
| 289 '../ui/app_list/app_list.gyp:app_list_unittests', | 289 '../ui/app_list/app_list.gyp:app_list_unittests', |
| 290 '../ui/message_center/message_center.gyp:*', |
| 290 ], | 291 ], |
| 291 }], | 292 }], |
| 292 ['test_isolation_mode != "noop"', { | 293 ['test_isolation_mode != "noop"', { |
| 293 'dependencies': [ | 294 'dependencies': [ |
| 294 'chromium_swarm_tests', | 295 'chromium_swarm_tests', |
| 295 ], | 296 ], |
| 296 }], | 297 }], |
| 297 ], | 298 ], |
| 298 }, # target_name: chromium_builder_tests | 299 }, # target_name: chromium_builder_tests |
| 299 { | 300 { |
| (...skipping 525 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 825 '../chrome/chrome.gyp:interactive_ui_tests_run', | 826 '../chrome/chrome.gyp:interactive_ui_tests_run', |
| 826 '../chrome/chrome.gyp:sync_integration_tests_run', | 827 '../chrome/chrome.gyp:sync_integration_tests_run', |
| 827 '../chrome/chrome.gyp:unit_tests_run', | 828 '../chrome/chrome.gyp:unit_tests_run', |
| 828 '../net/net.gyp:net_unittests_run', | 829 '../net/net.gyp:net_unittests_run', |
| 829 ], | 830 ], |
| 830 }, # target_name: chromium_swarm_tests | 831 }, # target_name: chromium_swarm_tests |
| 831 ], | 832 ], |
| 832 }], | 833 }], |
| 833 ], # conditions | 834 ], # conditions |
| 834 } | 835 } |
| OLD | NEW |