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, |
11 'dependencies': [ | 11 'dependencies': [ |
12 '../app/app.gyp:*', | 12 '../app/app.gyp:*', |
13 '../base/base.gyp:*', | 13 '../base/base.gyp:*', |
14 '../chrome/chrome.gyp:*', | 14 '../chrome/chrome.gyp:*', |
| 15 '../chrome/test/interactive_ui/interactive_ui_test.gyp:*', |
15 '../ipc/ipc.gyp:*', | 16 '../ipc/ipc.gyp:*', |
16 '../media/media.gyp:*', | 17 '../media/media.gyp:*', |
17 '../net/net.gyp:*', | 18 '../net/net.gyp:*', |
18 '../printing/printing.gyp:*', | 19 '../printing/printing.gyp:*', |
19 '../sdch/sdch.gyp:*', | 20 '../sdch/sdch.gyp:*', |
20 '../skia/skia.gyp:*', | 21 '../skia/skia.gyp:*', |
21 '../testing/gmock.gyp:*', | 22 '../testing/gmock.gyp:*', |
22 '../testing/gtest.gyp:*', | 23 '../testing/gtest.gyp:*', |
23 '../third_party/bzip2/bzip2.gyp:*', | 24 '../third_party/bzip2/bzip2.gyp:*', |
24 '../third_party/codesighs/codesighs.gyp:*', | 25 '../third_party/codesighs/codesighs.gyp:*', |
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
151 ['OS=="win"', { | 152 ['OS=="win"', { |
152 'targets': [ | 153 'targets': [ |
153 # These targets are here so the build bots can use them to build | 154 # These targets are here so the build bots can use them to build |
154 # subsets of a full tree for faster cycle times. | 155 # subsets of a full tree for faster cycle times. |
155 { | 156 { |
156 'target_name': 'chromium_builder', | 157 'target_name': 'chromium_builder', |
157 'type': 'none', | 158 'type': 'none', |
158 'dependencies': [ | 159 'dependencies': [ |
159 '../app/app.gyp:app_unittests', | 160 '../app/app.gyp:app_unittests', |
160 '../chrome/chrome.gyp:browser_tests', | 161 '../chrome/chrome.gyp:browser_tests', |
161 '../chrome/chrome.gyp:interactive_ui_tests', | |
162 '../chrome/chrome.gyp:memory_test', | 162 '../chrome/chrome.gyp:memory_test', |
163 '../chrome/chrome.gyp:page_cycler_tests', | 163 '../chrome/chrome.gyp:page_cycler_tests', |
164 '../chrome/chrome.gyp:plugin_tests', | 164 '../chrome/chrome.gyp:plugin_tests', |
165 '../chrome/chrome.gyp:startup_tests', | 165 '../chrome/chrome.gyp:startup_tests', |
166 '../chrome/chrome.gyp:sync_unit_tests', | 166 '../chrome/chrome.gyp:sync_unit_tests', |
167 '../chrome/chrome.gyp:tab_switching_test', | 167 '../chrome/chrome.gyp:tab_switching_test', |
168 '../chrome/chrome.gyp:ui_tests', | 168 '../chrome/chrome.gyp:ui_tests', |
169 '../chrome/chrome.gyp:unit_tests', | 169 '../chrome/chrome.gyp:unit_tests', |
170 '../chrome/chrome.gyp:url_fetch_test', | 170 '../chrome/chrome.gyp:url_fetch_test', |
171 '../chrome/installer/installer.gyp:installer_util_unittests', | 171 '../chrome/installer/installer.gyp:installer_util_unittests', |
172 '../chrome/installer/installer.gyp:mini_installer_test', | 172 '../chrome/installer/installer.gyp:mini_installer_test', |
173 # mini_installer_tests depends on mini_installer. This should be | 173 # mini_installer_tests depends on mini_installer. This should be |
174 # defined in installer.gyp. | 174 # defined in installer.gyp. |
175 '../chrome/installer/mini_installer.gyp:mini_installer', | 175 '../chrome/installer/mini_installer.gyp:mini_installer', |
| 176 '../chrome/test/interactive_ui/interactive_ui_test.gyp:interactive_u
i_tests', |
176 '../courgette/courgette.gyp:courgette_unittests', | 177 '../courgette/courgette.gyp:courgette_unittests', |
177 '../ipc/ipc.gyp:ipc_tests', | 178 '../ipc/ipc.gyp:ipc_tests', |
178 '../media/media.gyp:media_unittests', | 179 '../media/media.gyp:media_unittests', |
179 '../printing/printing.gyp:printing_unittests', | 180 '../printing/printing.gyp:printing_unittests', |
180 '../webkit/tools/test_shell/test_shell.gyp:npapi_layout_test_plugin'
, | 181 '../webkit/tools/test_shell/test_shell.gyp:npapi_layout_test_plugin'
, |
181 # TODO(nsylvain) ui_tests.exe depends on test_shell_common. | 182 # TODO(nsylvain) ui_tests.exe depends on test_shell_common. |
182 # This should: | 183 # This should: |
183 # 1) not be the case. OR. | 184 # 1) not be the case. OR. |
184 # 2) be expressed in the ui tests dependencies. | 185 # 2) be expressed in the ui tests dependencies. |
185 '../webkit/tools/test_shell/test_shell.gyp:test_shell_common', | 186 '../webkit/tools/test_shell/test_shell.gyp:test_shell_common', |
(...skipping 25 matching lines...) Expand all Loading... |
211 ], # targets | 212 ], # targets |
212 }], # OS="win" | 213 }], # OS="win" |
213 ], # conditions | 214 ], # conditions |
214 } | 215 } |
215 | 216 |
216 # Local Variables: | 217 # Local Variables: |
217 # tab-width:2 | 218 # tab-width:2 |
218 # indent-tabs-mode:nil | 219 # indent-tabs-mode:nil |
219 # End: | 220 # End: |
220 # vim: set expandtab tabstop=2 shiftwidth=2: | 221 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |