| 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 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 105 '../chrome/chrome.gyp:linux_packages_<(channel)', | 105 '../chrome/chrome.gyp:linux_packages_<(channel)', |
| 106 ], | 106 ], |
| 107 }], | 107 }], |
| 108 ['chromeos==0', { | 108 ['chromeos==0', { |
| 109 'dependencies': [ | 109 'dependencies': [ |
| 110 '../third_party/cros_dbus_cplusplus/cros_dbus_cplusplus.gyp:*', | 110 '../third_party/cros_dbus_cplusplus/cros_dbus_cplusplus.gyp:*', |
| 111 '../third_party/libmtp/libmtp.gyp:*', | 111 '../third_party/libmtp/libmtp.gyp:*', |
| 112 '../third_party/mtpd/mtpd.gyp:*', | 112 '../third_party/mtpd/mtpd.gyp:*', |
| 113 ], | 113 ], |
| 114 }], | 114 }], |
| 115 ['enable_ipc_fuzzer==1', { |
| 116 'dependencies': [ |
| 117 '../tools/ipc_fuzzer/ipc_fuzzer.gyp:*', |
| 118 ], |
| 119 }], |
| 115 ], | 120 ], |
| 116 }], | 121 }], |
| 117 ['use_x11==1', { | 122 ['use_x11==1', { |
| 118 'dependencies': [ | 123 'dependencies': [ |
| 119 '../tools/xdisplaycheck/xdisplaycheck.gyp:*', | 124 '../tools/xdisplaycheck/xdisplaycheck.gyp:*', |
| 120 ], | 125 ], |
| 121 }], | 126 }], |
| 122 ['toolkit_uses_gtk==1', { | 127 ['toolkit_uses_gtk==1', { |
| 123 'dependencies': [ | 128 'dependencies': [ |
| 124 '../tools/gtk_clipboard_dump/gtk_clipboard_dump.gyp:*', | 129 '../tools/gtk_clipboard_dump/gtk_clipboard_dump.gyp:*', |
| (...skipping 783 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 908 '../chrome/chrome.gyp:interactive_ui_tests_run', | 913 '../chrome/chrome.gyp:interactive_ui_tests_run', |
| 909 '../chrome/chrome.gyp:sync_integration_tests_run', | 914 '../chrome/chrome.gyp:sync_integration_tests_run', |
| 910 '../chrome/chrome.gyp:unit_tests_run', | 915 '../chrome/chrome.gyp:unit_tests_run', |
| 911 '../net/net.gyp:net_unittests_run', | 916 '../net/net.gyp:net_unittests_run', |
| 912 ], | 917 ], |
| 913 }, # target_name: chromium_swarm_tests | 918 }, # target_name: chromium_swarm_tests |
| 914 ], | 919 ], |
| 915 }], | 920 }], |
| 916 ], # conditions | 921 ], # conditions |
| 917 } | 922 } |
| OLD | NEW |