| 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 384 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 395 '../third_party/WebKit/public/all.gyp:all_blink', | 395 '../third_party/WebKit/public/all.gyp:all_blink', |
| 396 '../content/content_shell_and_tests.gyp:content_shell', | 396 '../content/content_shell_and_tests.gyp:content_shell', |
| 397 ], | 397 ], |
| 398 'conditions': [ | 398 'conditions': [ |
| 399 ['OS=="win"', { | 399 ['OS=="win"', { |
| 400 'dependencies': [ | 400 'dependencies': [ |
| 401 '../content/content_shell_and_tests.gyp:content_shell_crash_serv
ice', | 401 '../content/content_shell_and_tests.gyp:content_shell_crash_serv
ice', |
| 402 ], | 402 ], |
| 403 }, { # OS!="win" | 403 }, { # OS!="win" |
| 404 'dependencies': [ | 404 'dependencies': [ |
| 405 '../breakpad/breakpad.gyp:minidump_stackwalk', |
| 406 ], |
| 407 }], |
| 408 ['OS=="mac"', { |
| 409 'dependencies': [ |
| 410 '../breakpad/breakpad.gyp:dump_syms#host', |
| 411 ], |
| 412 }], |
| 413 ['OS=="linux"', { |
| 414 'dependencies': [ |
| 405 '../breakpad/breakpad.gyp:dump_syms', | 415 '../breakpad/breakpad.gyp:dump_syms', |
| 406 '../breakpad/breakpad.gyp:minidump_stackwalk', | |
| 407 ], | 416 ], |
| 408 }], | 417 }], |
| 409 ], | 418 ], |
| 410 }, # target_name: blink_tests | 419 }, # target_name: blink_tests |
| 411 { | 420 { |
| 412 # TODO(jochen): Eventually remove this target after everybody and | 421 # TODO(jochen): Eventually remove this target after everybody and |
| 413 # the bots started to use blink_tests only. | 422 # the bots started to use blink_tests only. |
| 414 'target_name': 'all_webkit', | 423 'target_name': 'all_webkit', |
| 415 'type': 'none', | 424 'type': 'none', |
| 416 'dependencies': [ | 425 'dependencies': [ |
| (...skipping 644 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1061 '../chrome/chrome.gyp:interactive_ui_tests_run', | 1070 '../chrome/chrome.gyp:interactive_ui_tests_run', |
| 1062 '../chrome/chrome.gyp:sync_integration_tests_run', | 1071 '../chrome/chrome.gyp:sync_integration_tests_run', |
| 1063 '../chrome/chrome.gyp:unit_tests_run', | 1072 '../chrome/chrome.gyp:unit_tests_run', |
| 1064 '../net/net.gyp:net_unittests_run', | 1073 '../net/net.gyp:net_unittests_run', |
| 1065 ], | 1074 ], |
| 1066 }, # target_name: chromium_swarm_tests | 1075 }, # target_name: chromium_swarm_tests |
| 1067 ], | 1076 ], |
| 1068 }], | 1077 }], |
| 1069 ], # conditions | 1078 ], # conditions |
| 1070 } | 1079 } |
| OLD | NEW |