Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(382)

Side by Side Diff: build/all.gyp

Issue 6747017: Add JingleThreadWrapper. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: - Created 9 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | jingle/glue/thread_wrapper.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
152 '../chrome/chrome.gyp:nacl_ui_tests', 152 '../chrome/chrome.gyp:nacl_ui_tests',
153 '../chrome/chrome.gyp:nacl_sandbox_tests', 153 '../chrome/chrome.gyp:nacl_sandbox_tests',
154 '../chrome/chrome.gyp:safe_browsing_tests', 154 '../chrome/chrome.gyp:safe_browsing_tests',
155 '../chrome/chrome.gyp:sync_integration_tests', 155 '../chrome/chrome.gyp:sync_integration_tests',
156 '../chrome/chrome.gyp:sync_unit_tests', 156 '../chrome/chrome.gyp:sync_unit_tests',
157 '../chrome/chrome.gyp:ui_tests', 157 '../chrome/chrome.gyp:ui_tests',
158 '../chrome/chrome.gyp:unit_tests', 158 '../chrome/chrome.gyp:unit_tests',
159 '../ui/ui.gyp:gfx_unittests', 159 '../ui/ui.gyp:gfx_unittests',
160 '../gpu/gpu.gyp:gpu_unittests', 160 '../gpu/gpu.gyp:gpu_unittests',
161 '../ipc/ipc.gyp:ipc_tests', 161 '../ipc/ipc.gyp:ipc_tests',
162 '../jingle/jingle.gyp:notifier_unit_tests', 162 '../jingle/jingle.gyp:jingle_unittests',
163 '../media/media.gyp:media_unittests', 163 '../media/media.gyp:media_unittests',
164 '../net/net.gyp:net_unittests', 164 '../net/net.gyp:net_unittests',
165 '../printing/printing.gyp:printing_unittests', 165 '../printing/printing.gyp:printing_unittests',
166 '../remoting/remoting.gyp:remoting_unittests', 166 '../remoting/remoting.gyp:remoting_unittests',
167 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_unittests', 167 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_unittests',
168 'temp_gyp/googleurl.gyp:googleurl_unittests', 168 'temp_gyp/googleurl.gyp:googleurl_unittests',
169 ], 169 ],
170 'conditions': [ 170 'conditions': [
171 ['OS=="win"', { 171 ['OS=="win"', {
172 'dependencies': [ 172 'dependencies': [
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
257 '../chrome/chrome.gyp:nacl_ui_tests', 257 '../chrome/chrome.gyp:nacl_ui_tests',
258 '../chrome/chrome.gyp:nacl_sandbox_tests', 258 '../chrome/chrome.gyp:nacl_sandbox_tests',
259 '../chrome/chrome.gyp:safe_browsing_tests', 259 '../chrome/chrome.gyp:safe_browsing_tests',
260 '../chrome/chrome.gyp:sync_integration_tests', 260 '../chrome/chrome.gyp:sync_integration_tests',
261 '../chrome/chrome.gyp:sync_unit_tests', 261 '../chrome/chrome.gyp:sync_unit_tests',
262 '../chrome/chrome.gyp:ui_tests', 262 '../chrome/chrome.gyp:ui_tests',
263 '../chrome/chrome.gyp:unit_tests', 263 '../chrome/chrome.gyp:unit_tests',
264 '../ui/ui.gyp:gfx_unittests', 264 '../ui/ui.gyp:gfx_unittests',
265 '../gpu/gpu.gyp:gpu_unittests', 265 '../gpu/gpu.gyp:gpu_unittests',
266 '../ipc/ipc.gyp:ipc_tests', 266 '../ipc/ipc.gyp:ipc_tests',
267 '../jingle/jingle.gyp:notifier_unit_tests', 267 '../jingle/jingle.gyp:jingle_unittests',
268 '../media/media.gyp:media_unittests', 268 '../media/media.gyp:media_unittests',
269 '../printing/printing.gyp:printing_unittests', 269 '../printing/printing.gyp:printing_unittests',
270 '../remoting/remoting.gyp:remoting_unittests', 270 '../remoting/remoting.gyp:remoting_unittests',
271 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 271 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
272 'temp_gyp/googleurl.gyp:googleurl_unittests', 272 'temp_gyp/googleurl.gyp:googleurl_unittests',
273 ], 273 ],
274 }, 274 },
275 { 275 {
276 'target_name': 'chromium_builder_rel', 276 'target_name': 'chromium_builder_rel',
277 'type': 'none', 277 'type': 'none',
278 'dependencies': [ 278 'dependencies': [
279 '../app/app.gyp:app_unittests', 279 '../app/app.gyp:app_unittests',
280 '../chrome/chrome.gyp:browser_tests', 280 '../chrome/chrome.gyp:browser_tests',
281 '../chrome/chrome.gyp:memory_test', 281 '../chrome/chrome.gyp:memory_test',
282 '../chrome/chrome.gyp:nacl_ui_tests', 282 '../chrome/chrome.gyp:nacl_ui_tests',
283 '../chrome/chrome.gyp:nacl_sandbox_tests', 283 '../chrome/chrome.gyp:nacl_sandbox_tests',
284 '../chrome/chrome.gyp:page_cycler_tests', 284 '../chrome/chrome.gyp:page_cycler_tests',
285 '../chrome/chrome.gyp:plugin_tests', 285 '../chrome/chrome.gyp:plugin_tests',
286 '../chrome/chrome.gyp:safe_browsing_tests', 286 '../chrome/chrome.gyp:safe_browsing_tests',
287 '../chrome/chrome.gyp:startup_tests', 287 '../chrome/chrome.gyp:startup_tests',
288 '../chrome/chrome.gyp:sync_integration_tests', 288 '../chrome/chrome.gyp:sync_integration_tests',
289 '../chrome/chrome.gyp:sync_unit_tests', 289 '../chrome/chrome.gyp:sync_unit_tests',
290 '../chrome/chrome.gyp:tab_switching_test', 290 '../chrome/chrome.gyp:tab_switching_test',
291 '../chrome/chrome.gyp:ui_tests', 291 '../chrome/chrome.gyp:ui_tests',
292 '../chrome/chrome.gyp:unit_tests', 292 '../chrome/chrome.gyp:unit_tests',
293 '../chrome/chrome.gyp:url_fetch_test', 293 '../chrome/chrome.gyp:url_fetch_test',
294 '../ui/ui.gyp:gfx_unittests', 294 '../ui/ui.gyp:gfx_unittests',
295 '../gpu/gpu.gyp:gpu_unittests', 295 '../gpu/gpu.gyp:gpu_unittests',
296 '../ipc/ipc.gyp:ipc_tests', 296 '../ipc/ipc.gyp:ipc_tests',
297 '../jingle/jingle.gyp:notifier_unit_tests', 297 '../jingle/jingle.gyp:jingle_unittests',
298 '../media/media.gyp:media_unittests', 298 '../media/media.gyp:media_unittests',
299 '../printing/printing.gyp:printing_unittests', 299 '../printing/printing.gyp:printing_unittests',
300 '../remoting/remoting.gyp:remoting_unittests', 300 '../remoting/remoting.gyp:remoting_unittests',
301 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 301 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
302 'temp_gyp/googleurl.gyp:googleurl_unittests', 302 'temp_gyp/googleurl.gyp:googleurl_unittests',
303 ], 303 ],
304 }, 304 },
305 { 305 {
306 'target_name': 'chromium_builder_dbg_tsan_mac', 306 'target_name': 'chromium_builder_dbg_tsan_mac',
307 'type': 'none', 307 'type': 'none',
308 'dependencies': [ 308 'dependencies': [
309 '../base/base.gyp:base_unittests', 309 '../base/base.gyp:base_unittests',
310 'temp_gyp/googleurl.gyp:googleurl_unittests', 310 'temp_gyp/googleurl.gyp:googleurl_unittests',
311 '../net/net.gyp:net_unittests', 311 '../net/net.gyp:net_unittests',
312 '../ipc/ipc.gyp:ipc_tests', 312 '../ipc/ipc.gyp:ipc_tests',
313 '../jingle/jingle.gyp:notifier_unit_tests', 313 '../jingle/jingle.gyp:jingle_unittests',
314 '../media/media.gyp:media_unittests', 314 '../media/media.gyp:media_unittests',
315 '../printing/printing.gyp:printing_unittests', 315 '../printing/printing.gyp:printing_unittests',
316 '../remoting/remoting.gyp:remoting_unittests', 316 '../remoting/remoting.gyp:remoting_unittests',
317 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 317 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
318 ], 318 ],
319 }, 319 },
320 { 320 {
321 'target_name': 'chromium_builder_dbg_valgrind_mac', 321 'target_name': 'chromium_builder_dbg_valgrind_mac',
322 'type': 'none', 322 'type': 'none',
323 'dependencies': [ 323 'dependencies': [
324 '../app/app.gyp:app_unittests', 324 '../app/app.gyp:app_unittests',
325 '../base/base.gyp:base_unittests', 325 '../base/base.gyp:base_unittests',
326 'temp_gyp/googleurl.gyp:googleurl_unittests', 326 'temp_gyp/googleurl.gyp:googleurl_unittests',
327 '../ipc/ipc.gyp:ipc_tests', 327 '../ipc/ipc.gyp:ipc_tests',
328 '../media/media.gyp:media_unittests', 328 '../media/media.gyp:media_unittests',
329 '../net/net.gyp:net_unittests', 329 '../net/net.gyp:net_unittests',
330 '../printing/printing.gyp:printing_unittests', 330 '../printing/printing.gyp:printing_unittests',
331 '../remoting/remoting.gyp:remoting_unittests', 331 '../remoting/remoting.gyp:remoting_unittests',
332 '../chrome/chrome.gyp:safe_browsing_tests', 332 '../chrome/chrome.gyp:safe_browsing_tests',
333 '../chrome/chrome.gyp:sync_unit_tests', 333 '../chrome/chrome.gyp:sync_unit_tests',
334 '../chrome/chrome.gyp:unit_tests', 334 '../chrome/chrome.gyp:unit_tests',
335 '../chrome/chrome.gyp:ui_tests', 335 '../chrome/chrome.gyp:ui_tests',
336 '../ui/ui.gyp:gfx_unittests', 336 '../ui/ui.gyp:gfx_unittests',
337 '../jingle/jingle.gyp:notifier_unit_tests', 337 '../jingle/jingle.gyp:jingle_unittests',
338 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 338 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
339 ], 339 ],
340 }, 340 },
341 ], # targets 341 ], # targets
342 }], # OS="mac" 342 }], # OS="mac"
343 ['OS=="win"', { 343 ['OS=="win"', {
344 'targets': [ 344 'targets': [
345 # These targets are here so the build bots can use them to build 345 # These targets are here so the build bots can use them to build
346 # subsets of a full tree for faster cycle times. 346 # subsets of a full tree for faster cycle times.
347 { 347 {
(...skipping 25 matching lines...) Expand all
373 '../chrome_frame/chrome_frame.gyp:chrome_frame_net_tests', 373 '../chrome_frame/chrome_frame.gyp:chrome_frame_net_tests',
374 '../chrome_frame/chrome_frame.gyp:chrome_frame_perftests', 374 '../chrome_frame/chrome_frame.gyp:chrome_frame_perftests',
375 '../chrome_frame/chrome_frame.gyp:chrome_frame_reliability_tests', 375 '../chrome_frame/chrome_frame.gyp:chrome_frame_reliability_tests',
376 '../chrome_frame/chrome_frame.gyp:chrome_frame_tests', 376 '../chrome_frame/chrome_frame.gyp:chrome_frame_tests',
377 '../chrome_frame/chrome_frame.gyp:chrome_frame_unittests', 377 '../chrome_frame/chrome_frame.gyp:chrome_frame_unittests',
378 '../chrome_frame/chrome_frame.gyp:npchrome_frame', 378 '../chrome_frame/chrome_frame.gyp:npchrome_frame',
379 '../courgette/courgette.gyp:courgette_unittests', 379 '../courgette/courgette.gyp:courgette_unittests',
380 '../ui/ui.gyp:gfx_unittests', 380 '../ui/ui.gyp:gfx_unittests',
381 '../gpu/gpu.gyp:gpu_unittests', 381 '../gpu/gpu.gyp:gpu_unittests',
382 '../ipc/ipc.gyp:ipc_tests', 382 '../ipc/ipc.gyp:ipc_tests',
383 '../jingle/jingle.gyp:notifier_unit_tests', 383 '../jingle/jingle.gyp:jingle_unittests',
384 '../media/media.gyp:media_unittests', 384 '../media/media.gyp:media_unittests',
385 '../printing/printing.gyp:printing_unittests', 385 '../printing/printing.gyp:printing_unittests',
386 '../remoting/remoting.gyp:remoting_unittests', 386 '../remoting/remoting.gyp:remoting_unittests',
387 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 387 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
388 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:copy_TestNe tscapePlugIn', 388 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:copy_TestNe tscapePlugIn',
389 '../views/views.gyp:views_unittests', 389 '../views/views.gyp:views_unittests',
390 # TODO(nsylvain) ui_tests.exe depends on test_shell_common. 390 # TODO(nsylvain) ui_tests.exe depends on test_shell_common.
391 # This should: 391 # This should:
392 # 1) not be the case. OR. 392 # 1) not be the case. OR.
393 # 2) be expressed in the ui tests dependencies. 393 # 2) be expressed in the ui tests dependencies.
394 '../webkit/webkit.gyp:test_shell_common', 394 '../webkit/webkit.gyp:test_shell_common',
395 'temp_gyp/googleurl.gyp:googleurl_unittests', 395 'temp_gyp/googleurl.gyp:googleurl_unittests',
396 ], 396 ],
397 }, 397 },
398 { 398 {
399 'target_name': 'chromium_builder_dbg_tsan_win', 399 'target_name': 'chromium_builder_dbg_tsan_win',
400 'type': 'none', 400 'type': 'none',
401 'dependencies': [ 401 'dependencies': [
402 '../app/app.gyp:app_unittests', 402 '../app/app.gyp:app_unittests',
403 # TODO(bradnelson): app_unittests should depend on locales. 403 # TODO(bradnelson): app_unittests should depend on locales.
404 # However, we can't add dependencies on chrome/ to app/ 404 # However, we can't add dependencies on chrome/ to app/
405 # See http://crbug.com/43603 405 # See http://crbug.com/43603
406 '../base/base.gyp:base_unittests', 406 '../base/base.gyp:base_unittests',
407 '../chrome/app/locales/locales.gyp:*', 407 '../chrome/app/locales/locales.gyp:*',
408 '../chrome/chrome.gyp:sync_unit_tests', 408 '../chrome/chrome.gyp:sync_unit_tests',
409 '../ipc/ipc.gyp:ipc_tests', 409 '../ipc/ipc.gyp:ipc_tests',
410 '../jingle/jingle.gyp:notifier_unit_tests', 410 '../jingle/jingle.gyp:jingle_unittests',
411 '../media/media.gyp:media_unittests', 411 '../media/media.gyp:media_unittests',
412 '../net/net.gyp:net_unittests', 412 '../net/net.gyp:net_unittests',
413 '../printing/printing.gyp:printing_unittests', 413 '../printing/printing.gyp:printing_unittests',
414 '../remoting/remoting.gyp:remoting_unittests', 414 '../remoting/remoting.gyp:remoting_unittests',
415 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 415 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
416 'temp_gyp/googleurl.gyp:googleurl_unittests', 416 'temp_gyp/googleurl.gyp:googleurl_unittests',
417 ], 417 ],
418 }, 418 },
419 ], # targets 419 ], # targets
420 'conditions': [ 420 'conditions': [
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
475 '../chrome/chrome.gyp:safe_browsing_tests', 475 '../chrome/chrome.gyp:safe_browsing_tests',
476 '../chrome/chrome.gyp:startup_tests', 476 '../chrome/chrome.gyp:startup_tests',
477 '../chrome/chrome.gyp:sync_unit_tests', 477 '../chrome/chrome.gyp:sync_unit_tests',
478 '../chrome/chrome.gyp:sync_integration_tests', 478 '../chrome/chrome.gyp:sync_integration_tests',
479 '../chrome/chrome.gyp:tab_switching_test', 479 '../chrome/chrome.gyp:tab_switching_test',
480 '../chrome/chrome.gyp:ui_tests', 480 '../chrome/chrome.gyp:ui_tests',
481 '../chrome/chrome.gyp:unit_tests', 481 '../chrome/chrome.gyp:unit_tests',
482 '../chrome/chrome.gyp:url_fetch_test', 482 '../chrome/chrome.gyp:url_fetch_test',
483 '../ui/ui.gyp:gfx_unittests', 483 '../ui/ui.gyp:gfx_unittests',
484 '../ipc/ipc.gyp:ipc_tests', 484 '../ipc/ipc.gyp:ipc_tests',
485 '../jingle/jingle.gyp:notifier_unit_tests', 485 '../jingle/jingle.gyp:jingle_unittests',
486 '../media/media.gyp:ffmpeg_tests', 486 '../media/media.gyp:ffmpeg_tests',
487 '../media/media.gyp:media_unittests', 487 '../media/media.gyp:media_unittests',
488 '../media/media.gyp:omx_test', 488 '../media/media.gyp:omx_test',
489 '../net/net.gyp:net_unittests', 489 '../net/net.gyp:net_unittests',
490 '../printing/printing.gyp:printing_unittests', 490 '../printing/printing.gyp:printing_unittests',
491 '../remoting/remoting.gyp:remoting_unittests', 491 '../remoting/remoting.gyp:remoting_unittests',
492 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 492 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
493 '../views/views.gyp:views_unittests', 493 '../views/views.gyp:views_unittests',
494 'temp_gyp/googleurl.gyp:googleurl_unittests', 494 'temp_gyp/googleurl.gyp:googleurl_unittests',
495 ], 495 ],
496 }, 496 },
497 ], # targets 497 ], # targets
498 }], # "chromeos==1" 498 }], # "chromeos==1"
499 ], # conditions 499 ], # conditions
500 } 500 }
501 501
502 # Local Variables: 502 # Local Variables:
503 # tab-width:2 503 # tab-width:2
504 # indent-tabs-mode:nil 504 # indent-tabs-mode:nil
505 # End: 505 # End:
506 # vim: set expandtab tabstop=2 shiftwidth=2: 506 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | jingle/glue/thread_wrapper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698