| 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 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 93 ], | 93 ], |
| 94 'conditions': [ | 94 'conditions': [ |
| 95 ['branding=="Chrome"', { | 95 ['branding=="Chrome"', { |
| 96 'dependencies': [ | 96 'dependencies': [ |
| 97 '../chrome/chrome.gyp:linux_packages_<(channel)', | 97 '../chrome/chrome.gyp:linux_packages_<(channel)', |
| 98 ], | 98 ], |
| 99 }], | 99 }], |
| 100 ['chromeos==0', { | 100 ['chromeos==0', { |
| 101 'dependencies': [ | 101 'dependencies': [ |
| 102 '../third_party/cros_dbus_cplusplus/cros_dbus_cplusplus.gyp:*', | 102 '../third_party/cros_dbus_cplusplus/cros_dbus_cplusplus.gyp:*', |
| 103 '../third_party/libmtp/libmtp.gyp:*', |
| 104 '../third_party/mtpd/mtpd.gyp:*', |
| 103 ], | 105 ], |
| 104 }], | 106 }], |
| 105 ], | 107 ], |
| 106 }], | 108 }], |
| 107 ['toolkit_uses_gtk==1', { | 109 ['toolkit_uses_gtk==1', { |
| 108 'dependencies': [ | 110 'dependencies': [ |
| 109 '../tools/gtk_clipboard_dump/gtk_clipboard_dump.gyp:*', | 111 '../tools/gtk_clipboard_dump/gtk_clipboard_dump.gyp:*', |
| 110 '../tools/xdisplaycheck/xdisplaycheck.gyp:*', | 112 '../tools/xdisplaycheck/xdisplaycheck.gyp:*', |
| 111 ], | 113 ], |
| 112 }], | 114 }], |
| (...skipping 594 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 707 '../base/base.gyp:base_unittests_run', | 709 '../base/base.gyp:base_unittests_run', |
| 708 '../chrome/chrome.gyp:browser_tests_run', | 710 '../chrome/chrome.gyp:browser_tests_run', |
| 709 '../chrome/chrome.gyp:unit_tests_run', | 711 '../chrome/chrome.gyp:unit_tests_run', |
| 710 '../net/net.gyp:net_unittests_run', | 712 '../net/net.gyp:net_unittests_run', |
| 711 ], | 713 ], |
| 712 }, # target_name: chromium_swarm_tests | 714 }, # target_name: chromium_swarm_tests |
| 713 ], | 715 ], |
| 714 }], | 716 }], |
| 715 ], # conditions | 717 ], # conditions |
| 716 } | 718 } |
| OLD | NEW |