OLD | NEW |
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 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 131 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
142 'target_name': 'chromium_builder', | 142 'target_name': 'chromium_builder', |
143 'type': 'none', | 143 'type': 'none', |
144 'dependencies': [ | 144 'dependencies': [ |
145 '../app/app.gyp:app_unittests', | 145 '../app/app.gyp:app_unittests', |
146 '../chrome/chrome.gyp:browser_tests', | 146 '../chrome/chrome.gyp:browser_tests', |
147 '../chrome/chrome.gyp:interactive_ui_tests', | 147 '../chrome/chrome.gyp:interactive_ui_tests', |
148 '../chrome/chrome.gyp:memory_test', | 148 '../chrome/chrome.gyp:memory_test', |
149 '../chrome/chrome.gyp:page_cycler_tests', | 149 '../chrome/chrome.gyp:page_cycler_tests', |
150 '../chrome/chrome.gyp:plugin_tests', | 150 '../chrome/chrome.gyp:plugin_tests', |
151 '../chrome/chrome.gyp:startup_tests', | 151 '../chrome/chrome.gyp:startup_tests', |
| 152 '../chrome/chrome.gyp:sync_unit_tests', |
152 '../chrome/chrome.gyp:tab_switching_test', | 153 '../chrome/chrome.gyp:tab_switching_test', |
153 '../chrome/chrome.gyp:ui_tests', | 154 '../chrome/chrome.gyp:ui_tests', |
154 '../chrome/chrome.gyp:unit_tests', | 155 '../chrome/chrome.gyp:unit_tests', |
155 '../chrome/chrome.gyp:url_fetch_test', | 156 '../chrome/chrome.gyp:url_fetch_test', |
156 '../chrome/installer/installer.gyp:installer_util_unittests', | 157 '../chrome/installer/installer.gyp:installer_util_unittests', |
157 '../chrome/installer/installer.gyp:mini_installer_test', | 158 '../chrome/installer/installer.gyp:mini_installer_test', |
158 '../courgette/courgette.gyp:courgette_unittests', | 159 '../courgette/courgette.gyp:courgette_unittests', |
159 '../ipc/ipc.gyp:ipc_tests', | 160 '../ipc/ipc.gyp:ipc_tests', |
160 '../media/media.gyp:media_unittests', | 161 '../media/media.gyp:media_unittests', |
161 '../printing/printing.gyp:printing_unittests', | 162 '../printing/printing.gyp:printing_unittests', |
(...skipping 18 matching lines...) Expand all Loading... |
180 'type': 'none', | 181 'type': 'none', |
181 'dependencies': [ | 182 'dependencies': [ |
182 '../webkit/tools/test_shell/test_shell.gyp:test_shell_tests', | 183 '../webkit/tools/test_shell/test_shell.gyp:test_shell_tests', |
183 '../webkit/tools/test_shell/test_shell.gyp:test_shell', | 184 '../webkit/tools/test_shell/test_shell.gyp:test_shell', |
184 ], | 185 ], |
185 }, | 186 }, |
186 ], # targets | 187 ], # targets |
187 }], # OS="win" | 188 }], # OS="win" |
188 ], # conditions | 189 ], # conditions |
189 } | 190 } |
OLD | NEW |