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 121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
146 ['OS=="win"', { | 147 ['OS=="win"', { |
147 'targets': [ | 148 'targets': [ |
148 # These targets are here so the build bots can use them to build | 149 # These targets are here so the build bots can use them to build |
149 # subsets of a full tree for faster cycle times. | 150 # subsets of a full tree for faster cycle times. |
150 { | 151 { |
151 'target_name': 'chromium_builder', | 152 'target_name': 'chromium_builder', |
152 'type': 'none', | 153 'type': 'none', |
153 'dependencies': [ | 154 'dependencies': [ |
154 '../app/app.gyp:app_unittests', | 155 '../app/app.gyp:app_unittests', |
155 '../chrome/chrome.gyp:browser_tests', | 156 '../chrome/chrome.gyp:browser_tests', |
156 '../chrome/chrome.gyp:interactive_ui_tests', | |
157 '../chrome/chrome.gyp:memory_test', | 157 '../chrome/chrome.gyp:memory_test', |
158 '../chrome/chrome.gyp:page_cycler_tests', | 158 '../chrome/chrome.gyp:page_cycler_tests', |
159 '../chrome/chrome.gyp:plugin_tests', | 159 '../chrome/chrome.gyp:plugin_tests', |
160 '../chrome/chrome.gyp:startup_tests', | 160 '../chrome/chrome.gyp:startup_tests', |
161 '../chrome/chrome.gyp:sync_unit_tests', | 161 '../chrome/chrome.gyp:sync_unit_tests', |
162 '../chrome/chrome.gyp:tab_switching_test', | 162 '../chrome/chrome.gyp:tab_switching_test', |
163 '../chrome/chrome.gyp:ui_tests', | 163 '../chrome/chrome.gyp:ui_tests', |
164 '../chrome/chrome.gyp:unit_tests', | 164 '../chrome/chrome.gyp:unit_tests', |
165 '../chrome/chrome.gyp:url_fetch_test', | 165 '../chrome/chrome.gyp:url_fetch_test', |
166 '../chrome/installer/installer.gyp:installer_util_unittests', | 166 '../chrome/installer/installer.gyp:installer_util_unittests', |
167 '../chrome/installer/installer.gyp:mini_installer_test', | 167 '../chrome/installer/installer.gyp:mini_installer_test', |
168 # mini_installer_tests depends on mini_installer. This should be | 168 # mini_installer_tests depends on mini_installer. This should be |
169 # defined in installer.gyp. | 169 # defined in installer.gyp. |
170 '../chrome/installer/mini_installer.gyp:mini_installer', | 170 '../chrome/installer/mini_installer.gyp:mini_installer', |
| 171 '../chrome/test/interactive_ui/interactive_ui_test.gyp:interactive_u
i_tests', |
171 '../courgette/courgette.gyp:courgette_unittests', | 172 '../courgette/courgette.gyp:courgette_unittests', |
172 '../ipc/ipc.gyp:ipc_tests', | 173 '../ipc/ipc.gyp:ipc_tests', |
173 '../media/media.gyp:media_unittests', | 174 '../media/media.gyp:media_unittests', |
174 '../printing/printing.gyp:printing_unittests', | 175 '../printing/printing.gyp:printing_unittests', |
175 '../webkit/tools/test_shell/test_shell.gyp:npapi_layout_test_plugin'
, | 176 '../webkit/tools/test_shell/test_shell.gyp:npapi_layout_test_plugin'
, |
176 # TODO(nsylvain) ui_tests.exe depends on test_shell_common. | 177 # TODO(nsylvain) ui_tests.exe depends on test_shell_common. |
177 # This should: | 178 # This should: |
178 # 1) not be the case. OR. | 179 # 1) not be the case. OR. |
179 # 2) be expressed in the ui tests dependencies. | 180 # 2) be expressed in the ui tests dependencies. |
180 '../webkit/tools/test_shell/test_shell.gyp:test_shell_common', | 181 '../webkit/tools/test_shell/test_shell.gyp:test_shell_common', |
(...skipping 25 matching lines...) Expand all Loading... |
206 ], # targets | 207 ], # targets |
207 }], # OS="win" | 208 }], # OS="win" |
208 ], # conditions | 209 ], # conditions |
209 } | 210 } |
210 | 211 |
211 # Local Variables: | 212 # Local Variables: |
212 # tab-width:2 | 213 # tab-width:2 |
213 # indent-tabs-mode:nil | 214 # indent-tabs-mode:nil |
214 # End: | 215 # End: |
215 # vim: set expandtab tabstop=2 shiftwidth=2: | 216 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |