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 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
118 ['toolkit_views==1', { | 118 ['toolkit_views==1', { |
119 'dependencies': [ | 119 'dependencies': [ |
120 '../views/views.gyp:*', | 120 '../views/views.gyp:*', |
121 ], | 121 ], |
122 }], | 122 }], |
123 ['chromeos==1', { | 123 ['chromeos==1', { |
124 'dependencies': [ | 124 'dependencies': [ |
125 '../chrome/browser/chromeos/text_input/text_input.gyp:*', | 125 '../chrome/browser/chromeos/text_input/text_input.gyp:*', |
126 ], | 126 ], |
127 }], | 127 }], |
128 ['chromoting==1', { | 128 ['remoting==1', { |
129 'dependencies': [ | 129 'dependencies': [ |
130 '../remoting/chromoting.gyp:*', | 130 '../remoting/remoting.gyp:*', |
131 ], | 131 ], |
132 }], | 132 }], |
133 ], | 133 ], |
134 }, | 134 }, |
135 ], | 135 ], |
136 'conditions': [ | 136 'conditions': [ |
137 ['OS=="mac"', { | 137 ['OS=="mac"', { |
138 'targets': [ | 138 'targets': [ |
139 { | 139 { |
140 # Target to build everything plus the dmg. We don't put the dmg | 140 # Target to build everything plus the dmg. We don't put the dmg |
(...skipping 10 matching lines...) Expand all Loading... |
151 { | 151 { |
152 'target_name': 'chromium_builder_dbg', | 152 'target_name': 'chromium_builder_dbg', |
153 'type': 'none', | 153 'type': 'none', |
154 'dependencies': [ | 154 'dependencies': [ |
155 '../app/app.gyp:app_unittests', | 155 '../app/app.gyp:app_unittests', |
156 '../gfx/gfx.gyp:gfx_unittests', | 156 '../gfx/gfx.gyp:gfx_unittests', |
157 '../gpu/gpu.gyp:gpu_unittests', | 157 '../gpu/gpu.gyp:gpu_unittests', |
158 '../ipc/ipc.gyp:ipc_tests', | 158 '../ipc/ipc.gyp:ipc_tests', |
159 '../media/media.gyp:media_unittests', | 159 '../media/media.gyp:media_unittests', |
160 '../printing/printing.gyp:printing_unittests', | 160 '../printing/printing.gyp:printing_unittests', |
| 161 '../remoting/remoting.gyp:remoting_unittests', |
161 '../chrome/chrome.gyp:browser_tests', | 162 '../chrome/chrome.gyp:browser_tests', |
162 '../chrome/chrome.gyp:nacl_ui_tests', | 163 '../chrome/chrome.gyp:nacl_ui_tests', |
163 '../chrome/chrome.gyp:notifier_unit_tests', | 164 '../chrome/chrome.gyp:notifier_unit_tests', |
164 '../chrome/chrome.gyp:sync_unit_tests', | 165 '../chrome/chrome.gyp:sync_unit_tests', |
165 '../chrome/chrome.gyp:ui_tests', | 166 '../chrome/chrome.gyp:ui_tests', |
166 '../chrome/chrome.gyp:unit_tests', | 167 '../chrome/chrome.gyp:unit_tests', |
167 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', | 168 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', |
168 'temp_gyp/googleurl.gyp:googleurl_unittests', | 169 'temp_gyp/googleurl.gyp:googleurl_unittests', |
169 ], | 170 ], |
170 }, | 171 }, |
(...skipping 12 matching lines...) Expand all Loading... |
183 '../chrome/chrome.gyp:sync_unit_tests', | 184 '../chrome/chrome.gyp:sync_unit_tests', |
184 '../chrome/chrome.gyp:tab_switching_test', | 185 '../chrome/chrome.gyp:tab_switching_test', |
185 '../chrome/chrome.gyp:ui_tests', | 186 '../chrome/chrome.gyp:ui_tests', |
186 '../chrome/chrome.gyp:unit_tests', | 187 '../chrome/chrome.gyp:unit_tests', |
187 '../chrome/chrome.gyp:url_fetch_test', | 188 '../chrome/chrome.gyp:url_fetch_test', |
188 '../gfx/gfx.gyp:gfx_unittests', | 189 '../gfx/gfx.gyp:gfx_unittests', |
189 '../gpu/gpu.gyp:gpu_unittests', | 190 '../gpu/gpu.gyp:gpu_unittests', |
190 '../ipc/ipc.gyp:ipc_tests', | 191 '../ipc/ipc.gyp:ipc_tests', |
191 '../media/media.gyp:media_unittests', | 192 '../media/media.gyp:media_unittests', |
192 '../printing/printing.gyp:printing_unittests', | 193 '../printing/printing.gyp:printing_unittests', |
| 194 '../remoting/remoting.gyp:remoting_unittests', |
193 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', | 195 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', |
194 'temp_gyp/googleurl.gyp:googleurl_unittests', | 196 'temp_gyp/googleurl.gyp:googleurl_unittests', |
195 ], | 197 ], |
196 }, | 198 }, |
197 { | 199 { |
198 'target_name': 'chromium_builder_dbg_tsan_mac', | 200 'target_name': 'chromium_builder_dbg_tsan_mac', |
199 'type': 'none', | 201 'type': 'none', |
200 'dependencies': [ | 202 'dependencies': [ |
201 '../base/base.gyp:base_unittests', | 203 '../base/base.gyp:base_unittests', |
202 'temp_gyp/googleurl.gyp:googleurl_unittests', | 204 'temp_gyp/googleurl.gyp:googleurl_unittests', |
203 '../chrome/chrome.gyp:notifier_unit_tests', | 205 '../chrome/chrome.gyp:notifier_unit_tests', |
204 '../net/net.gyp:net_unittests', | 206 '../net/net.gyp:net_unittests', |
205 '../ipc/ipc.gyp:ipc_tests', | 207 '../ipc/ipc.gyp:ipc_tests', |
206 '../media/media.gyp:media_unittests', | 208 '../media/media.gyp:media_unittests', |
207 '../printing/printing.gyp:printing_unittests', | 209 '../printing/printing.gyp:printing_unittests', |
| 210 '../remoting/remoting.gyp:remoting_unittests', |
208 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', | 211 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', |
209 ], | 212 ], |
210 }, | 213 }, |
211 ], # targets | 214 ], # targets |
212 }], # OS="mac" | 215 }], # OS="mac" |
213 ['OS=="win"', { | 216 ['OS=="win"', { |
214 'targets': [ | 217 'targets': [ |
215 # These targets are here so the build bots can use them to build | 218 # These targets are here so the build bots can use them to build |
216 # subsets of a full tree for faster cycle times. | 219 # subsets of a full tree for faster cycle times. |
217 { | 220 { |
(...skipping 20 matching lines...) Expand all Loading... |
238 # mini_installer_tests depends on mini_installer. This should be | 241 # mini_installer_tests depends on mini_installer. This should be |
239 # defined in installer.gyp. | 242 # defined in installer.gyp. |
240 '../chrome/installer/mini_installer.gyp:mini_installer', | 243 '../chrome/installer/mini_installer.gyp:mini_installer', |
241 '../chrome/installer/mini_installer.gyp:chrome_frame_mini_installer'
, | 244 '../chrome/installer/mini_installer.gyp:chrome_frame_mini_installer'
, |
242 '../courgette/courgette.gyp:courgette_unittests', | 245 '../courgette/courgette.gyp:courgette_unittests', |
243 '../gfx/gfx.gyp:gfx_unittests', | 246 '../gfx/gfx.gyp:gfx_unittests', |
244 '../gpu/gpu.gyp:gpu_unittests', | 247 '../gpu/gpu.gyp:gpu_unittests', |
245 '../ipc/ipc.gyp:ipc_tests', | 248 '../ipc/ipc.gyp:ipc_tests', |
246 '../media/media.gyp:media_unittests', | 249 '../media/media.gyp:media_unittests', |
247 '../printing/printing.gyp:printing_unittests', | 250 '../printing/printing.gyp:printing_unittests', |
| 251 '../remoting/remoting.gyp:remoting_unittests', |
248 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', | 252 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', |
249 '../webkit/support/webkit_support.gyp:npapi_layout_test_plugin', | 253 '../webkit/support/webkit_support.gyp:npapi_layout_test_plugin', |
250 # TODO(nsylvain) ui_tests.exe depends on test_shell_common. | 254 # TODO(nsylvain) ui_tests.exe depends on test_shell_common. |
251 # This should: | 255 # This should: |
252 # 1) not be the case. OR. | 256 # 1) not be the case. OR. |
253 # 2) be expressed in the ui tests dependencies. | 257 # 2) be expressed in the ui tests dependencies. |
254 '../webkit/webkit.gyp:test_shell_common', | 258 '../webkit/webkit.gyp:test_shell_common', |
255 'temp_gyp/googleurl.gyp:googleurl_unittests', | 259 'temp_gyp/googleurl.gyp:googleurl_unittests', |
256 '../chrome_frame/chrome_frame.gyp:chrome_frame_net_tests', | 260 '../chrome_frame/chrome_frame.gyp:chrome_frame_net_tests', |
257 '../chrome_frame/chrome_frame.gyp:chrome_frame_perftests', | 261 '../chrome_frame/chrome_frame.gyp:chrome_frame_perftests', |
(...skipping 15 matching lines...) Expand all Loading... |
273 # TODO(bradnelson): app_unittests should depend on locales. | 277 # TODO(bradnelson): app_unittests should depend on locales. |
274 # However, we can't add dependencies on chrome/ to app/ | 278 # However, we can't add dependencies on chrome/ to app/ |
275 # See http://crbug.com/43603 | 279 # See http://crbug.com/43603 |
276 '../chrome/app/locales/locales.gyp:*', | 280 '../chrome/app/locales/locales.gyp:*', |
277 '../base/base.gyp:base_unittests', | 281 '../base/base.gyp:base_unittests', |
278 'temp_gyp/googleurl.gyp:googleurl_unittests', | 282 'temp_gyp/googleurl.gyp:googleurl_unittests', |
279 '../net/net.gyp:net_unittests', | 283 '../net/net.gyp:net_unittests', |
280 '../ipc/ipc.gyp:ipc_tests', | 284 '../ipc/ipc.gyp:ipc_tests', |
281 '../media/media.gyp:media_unittests', | 285 '../media/media.gyp:media_unittests', |
282 '../printing/printing.gyp:printing_unittests', | 286 '../printing/printing.gyp:printing_unittests', |
| 287 '../remoting/remoting.gyp:remoting_unittests', |
283 '../chrome/chrome.gyp:notifier_unit_tests', | 288 '../chrome/chrome.gyp:notifier_unit_tests', |
284 '../chrome/chrome.gyp:sync_unit_tests', | 289 '../chrome/chrome.gyp:sync_unit_tests', |
285 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', | 290 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', |
286 '../chrome/chrome.gyp:unit_tests', | 291 '../chrome/chrome.gyp:unit_tests', |
287 ], | 292 ], |
288 }, | 293 }, |
289 ], # targets | 294 ], # targets |
290 }], # OS="win" | 295 }], # OS="win" |
291 ['chromeos==1', { | 296 ['chromeos==1', { |
292 'targets': [ | 297 'targets': [ |
(...skipping 20 matching lines...) Expand all Loading... |
313 '../chrome/chrome.gyp:ui_tests', | 318 '../chrome/chrome.gyp:ui_tests', |
314 '../chrome/chrome.gyp:unit_tests', | 319 '../chrome/chrome.gyp:unit_tests', |
315 '../chrome/chrome.gyp:url_fetch_test', | 320 '../chrome/chrome.gyp:url_fetch_test', |
316 '../gfx/gfx.gyp:gfx_unittests', | 321 '../gfx/gfx.gyp:gfx_unittests', |
317 '../ipc/ipc.gyp:ipc_tests', | 322 '../ipc/ipc.gyp:ipc_tests', |
318 '../media/media.gyp:ffmpeg_tests', | 323 '../media/media.gyp:ffmpeg_tests', |
319 '../media/media.gyp:media_unittests', | 324 '../media/media.gyp:media_unittests', |
320 '../media/media.gyp:omx_test', | 325 '../media/media.gyp:omx_test', |
321 '../net/net.gyp:net_unittests', | 326 '../net/net.gyp:net_unittests', |
322 '../printing/printing.gyp:printing_unittests', | 327 '../printing/printing.gyp:printing_unittests', |
| 328 '../remoting/remoting.gyp:remoting_unittests', |
323 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', | 329 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', |
324 'temp_gyp/googleurl.gyp:googleurl_unittests', | 330 'temp_gyp/googleurl.gyp:googleurl_unittests', |
325 '../chrome/browser/chromeos/text_input/text_input.gyp:candidate_wind
ow', | 331 '../chrome/browser/chromeos/text_input/text_input.gyp:candidate_wind
ow', |
326 ], | 332 ], |
327 }, | 333 }, |
328 ], # targets | 334 ], # targets |
329 }], # "chromeos==1" | 335 }], # "chromeos==1" |
330 ], # conditions | 336 ], # conditions |
331 } | 337 } |
332 | 338 |
333 # Local Variables: | 339 # Local Variables: |
334 # tab-width:2 | 340 # tab-width:2 |
335 # indent-tabs-mode:nil | 341 # indent-tabs-mode:nil |
336 # End: | 342 # End: |
337 # vim: set expandtab tabstop=2 shiftwidth=2: | 343 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |