OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 207 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
218 ['OS!="ios"', { | 218 ['OS!="ios"', { |
219 'dependencies': [ | 219 'dependencies': [ |
220 '../cc/cc_tests.gyp:cc_unittests', | 220 '../cc/cc_tests.gyp:cc_unittests', |
221 '../chrome/chrome.gyp:browser_tests', | 221 '../chrome/chrome.gyp:browser_tests', |
222 '../chrome/chrome.gyp:chromedriver2_tests', | 222 '../chrome/chrome.gyp:chromedriver2_tests', |
223 '../chrome/chrome.gyp:chromedriver2_unittests', | 223 '../chrome/chrome.gyp:chromedriver2_unittests', |
224 '../chrome/chrome.gyp:interactive_ui_tests', | 224 '../chrome/chrome.gyp:interactive_ui_tests', |
225 '../chrome/chrome.gyp:sync_integration_tests', | 225 '../chrome/chrome.gyp:sync_integration_tests', |
226 '../cloud_print/cloud_print.gyp:cloud_print_unittests', | 226 '../cloud_print/cloud_print.gyp:cloud_print_unittests', |
227 '../components/components.gyp:components_unittests', | 227 '../components/components.gyp:components_unittests', |
228 '../content/content.gyp:content_browsertests', | 228 '../content/content_shell_and_tests.gyp:content_browsertests', |
229 '../content/content.gyp:content_shell', | 229 '../content/content_shell_and_tests.gyp:content_unittests', |
230 '../content/content.gyp:content_unittests', | 230 '../content/content_shell_and_tests.gyp:content_shell', |
231 '../device/device.gyp:device_unittests', | 231 '../device/device.gyp:device_unittests', |
232 '../gpu/gpu.gyp:gpu_unittests', | 232 '../gpu/gpu.gyp:gpu_unittests', |
233 '../gpu/gles2_conform_support/gles2_conform_support.gyp:gles2_confor
m_support', | 233 '../gpu/gles2_conform_support/gles2_conform_support.gyp:gles2_confor
m_support', |
234 '../ipc/ipc.gyp:ipc_tests', | 234 '../ipc/ipc.gyp:ipc_tests', |
235 '../jingle/jingle.gyp:jingle_unittests', | 235 '../jingle/jingle.gyp:jingle_unittests', |
236 '../ppapi/ppapi_internal.gyp:ppapi_unittests', | 236 '../ppapi/ppapi_internal.gyp:ppapi_unittests', |
237 '../printing/printing.gyp:printing_unittests', | 237 '../printing/printing.gyp:printing_unittests', |
238 '../remoting/remoting.gyp:remoting_unittests', | 238 '../remoting/remoting.gyp:remoting_unittests', |
239 '../sync/sync.gyp:sync_unit_tests', | 239 '../sync/sync.gyp:sync_unit_tests', |
240 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', | 240 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', |
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
316 }, # target_name: chromium_2010_builder_tests | 316 }, # target_name: chromium_2010_builder_tests |
317 ], | 317 ], |
318 'conditions': [ | 318 'conditions': [ |
319 ['OS!="ios"', { | 319 ['OS!="ios"', { |
320 'targets': [ | 320 'targets': [ |
321 { | 321 { |
322 'target_name': 'all_webkit', | 322 'target_name': 'all_webkit', |
323 'type': 'none', | 323 'type': 'none', |
324 'dependencies': [ | 324 'dependencies': [ |
325 '../third_party/WebKit/public/all.gyp:all_blink', | 325 '../third_party/WebKit/public/all.gyp:all_blink', |
326 '../content/content.gyp:content_shell', | 326 '../content/content_shell_and_tests.gyp:content_shell', |
327 ], | 327 ], |
328 }, # target_name: all_webkit | 328 }, # target_name: all_webkit |
329 { | 329 { |
330 'target_name': 'chromium_builder_nacl_win_integration', | 330 'target_name': 'chromium_builder_nacl_win_integration', |
331 'type': 'none', | 331 'type': 'none', |
332 'dependencies': [ | 332 'dependencies': [ |
333 'chromium_builder_qa', # needed for pyauto | 333 'chromium_builder_qa', # needed for pyauto |
334 'chromium_builder_tests', | 334 'chromium_builder_tests', |
335 ], | 335 ], |
336 }, # target_name: chromium_builder_nacl_win_integration | 336 }, # target_name: chromium_builder_nacl_win_integration |
337 { | 337 { |
338 'target_name': 'chromium_builder_perf', | 338 'target_name': 'chromium_builder_perf', |
339 'type': 'none', | 339 'type': 'none', |
340 'dependencies': [ | 340 'dependencies': [ |
341 'chromium_builder_qa', # needed for pyauto | 341 'chromium_builder_qa', # needed for pyauto |
342 '../cc/cc_tests.gyp:cc_perftests', | 342 '../cc/cc_tests.gyp:cc_perftests', |
343 '../chrome/chrome.gyp:performance_browser_tests', | 343 '../chrome/chrome.gyp:performance_browser_tests', |
344 '../chrome/chrome.gyp:performance_ui_tests', | 344 '../chrome/chrome.gyp:performance_ui_tests', |
345 '../chrome/chrome.gyp:sync_performance_tests', | 345 '../chrome/chrome.gyp:sync_performance_tests', |
346 ], | 346 ], |
347 }, # target_name: chromium_builder_perf | 347 }, # target_name: chromium_builder_perf |
348 { | 348 { |
349 'target_name': 'chromium_gpu_builder', | 349 'target_name': 'chromium_gpu_builder', |
350 'type': 'none', | 350 'type': 'none', |
351 'dependencies': [ | 351 'dependencies': [ |
352 '../chrome/chrome.gyp:gpu_tests', | 352 '../chrome/chrome.gyp:gpu_tests', |
353 '../chrome/chrome.gyp:performance_browser_tests', | 353 '../chrome/chrome.gyp:performance_browser_tests', |
354 '../chrome/chrome.gyp:performance_ui_tests', | 354 '../chrome/chrome.gyp:performance_ui_tests', |
355 '../content/content.gyp:content_browsertests', | 355 '../content/content_shell_and_tests.gyp:content_browsertests', |
356 '../content/content.gyp:content_gl_tests', | 356 '../content/content_shell_and_tests.gyp:content_gl_tests', |
357 '../gpu/gpu.gyp:gl_tests', | 357 '../gpu/gpu.gyp:gl_tests', |
358 ], | 358 ], |
359 'conditions': [ | 359 'conditions': [ |
360 ['internal_gles2_conform_tests', { | 360 ['internal_gles2_conform_tests', { |
361 'dependencies': [ | 361 'dependencies': [ |
362 '../gpu/gles2_conform_test/gles2_conform_test.gyp:gles2_conform_
test', | 362 '../gpu/gles2_conform_test/gles2_conform_test.gyp:gles2_conform_
test', |
363 ], | 363 ], |
364 }], # internal_gles2_conform | 364 }], # internal_gles2_conform |
365 ], | 365 ], |
366 }, # target_name: chromium_gpu_builder | 366 }, # target_name: chromium_gpu_builder |
367 { | 367 { |
368 'target_name': 'chromium_gpu_debug_builder', | 368 'target_name': 'chromium_gpu_debug_builder', |
369 'type': 'none', | 369 'type': 'none', |
370 'dependencies': [ | 370 'dependencies': [ |
371 '../chrome/chrome.gyp:gpu_tests', | 371 '../chrome/chrome.gyp:gpu_tests', |
372 '../content/content.gyp:content_browsertests', | 372 '../content/content_shell_and_tests.gyp:content_browsertests', |
373 '../content/content.gyp:content_gl_tests', | 373 '../content/content_shell_and_tests.gyp:content_gl_tests', |
374 '../gpu/gpu.gyp:gl_tests', | 374 '../gpu/gpu.gyp:gl_tests', |
375 ], | 375 ], |
376 'conditions': [ | 376 'conditions': [ |
377 ['internal_gles2_conform_tests', { | 377 ['internal_gles2_conform_tests', { |
378 'dependencies': [ | 378 'dependencies': [ |
379 '../gpu/gles2_conform_test/gles2_conform_test.gyp:gles2_conform_
test', | 379 '../gpu/gles2_conform_test/gles2_conform_test.gyp:gles2_conform_
test', |
380 ], | 380 ], |
381 }], # internal_gles2_conform | 381 }], # internal_gles2_conform |
382 ], | 382 ], |
383 }, # target_name: chromium_gpu_debug_builder | 383 }, # target_name: chromium_gpu_debug_builder |
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
429 }, # target_name: chromium_builder_perf_av | 429 }, # target_name: chromium_builder_perf_av |
430 { | 430 { |
431 # This target contains everything we need to run tests on the special | 431 # This target contains everything we need to run tests on the special |
432 # device-equipped WebRTC bots. We have device-requiring tests in | 432 # device-equipped WebRTC bots. We have device-requiring tests in |
433 # PyAuto, browser_tests and content_browsertests. | 433 # PyAuto, browser_tests and content_browsertests. |
434 'target_name': 'chromium_builder_webrtc', | 434 'target_name': 'chromium_builder_webrtc', |
435 'type': 'none', | 435 'type': 'none', |
436 'dependencies': [ | 436 'dependencies': [ |
437 'chromium_builder_qa', # needed for perf pyauto tests | 437 'chromium_builder_qa', # needed for perf pyauto tests |
438 '../chrome/chrome.gyp:browser_tests', | 438 '../chrome/chrome.gyp:browser_tests', |
439 '../content/content.gyp:content_browsertests', | 439 '../content/content_shell_and_tests.gyp:content_browsertests', |
440 '../content/content.gyp:content_unittests', | 440 '../content/content_shell_and_tests.gyp:content_unittests', |
441 '../third_party/libjingle/libjingle.gyp:peerconnection_server', | 441 '../third_party/libjingle/libjingle.gyp:peerconnection_server', |
442 '../third_party/webrtc/tools/tools.gyp:frame_analyzer', | 442 '../third_party/webrtc/tools/tools.gyp:frame_analyzer', |
443 '../third_party/webrtc/tools/tools.gyp:rgba_to_i420_converter', | 443 '../third_party/webrtc/tools/tools.gyp:rgba_to_i420_converter', |
444 ], | 444 ], |
445 'conditions': [ | 445 'conditions': [ |
446 ['OS=="win"', { | 446 ['OS=="win"', { |
447 'dependencies': [ | 447 'dependencies': [ |
448 '../chrome/chrome.gyp:crash_service', | 448 '../chrome/chrome.gyp:crash_service', |
449 ], | 449 ], |
450 }], | 450 }], |
(...skipping 29 matching lines...) Expand all Loading... |
480 'target_name': 'chromium_builder_dbg', | 480 'target_name': 'chromium_builder_dbg', |
481 'type': 'none', | 481 'type': 'none', |
482 'dependencies': [ | 482 'dependencies': [ |
483 '../cc/cc_tests.gyp:cc_unittests', | 483 '../cc/cc_tests.gyp:cc_unittests', |
484 '../chrome/chrome.gyp:browser_tests', | 484 '../chrome/chrome.gyp:browser_tests', |
485 '../chrome/chrome.gyp:interactive_ui_tests', | 485 '../chrome/chrome.gyp:interactive_ui_tests', |
486 '../chrome/chrome.gyp:sync_integration_tests', | 486 '../chrome/chrome.gyp:sync_integration_tests', |
487 '../chrome/chrome.gyp:unit_tests', | 487 '../chrome/chrome.gyp:unit_tests', |
488 '../cloud_print/cloud_print.gyp:cloud_print_unittests', | 488 '../cloud_print/cloud_print.gyp:cloud_print_unittests', |
489 '../components/components.gyp:components_unittests', | 489 '../components/components.gyp:components_unittests', |
490 '../content/content.gyp:content_browsertests', | 490 '../content/content_shell_and_tests.gyp:content_browsertests', |
491 '../content/content.gyp:content_unittests', | 491 '../content/content_shell_and_tests.gyp:content_unittests', |
492 '../device/device.gyp:device_unittests', | 492 '../device/device.gyp:device_unittests', |
493 '../gpu/gpu.gyp:gpu_unittests', | 493 '../gpu/gpu.gyp:gpu_unittests', |
494 '../ipc/ipc.gyp:ipc_tests', | 494 '../ipc/ipc.gyp:ipc_tests', |
495 '../jingle/jingle.gyp:jingle_unittests', | 495 '../jingle/jingle.gyp:jingle_unittests', |
496 '../media/media.gyp:media_unittests', | 496 '../media/media.gyp:media_unittests', |
497 '../ppapi/ppapi_internal.gyp:ppapi_unittests', | 497 '../ppapi/ppapi_internal.gyp:ppapi_unittests', |
498 '../printing/printing.gyp:printing_unittests', | 498 '../printing/printing.gyp:printing_unittests', |
499 '../remoting/remoting.gyp:remoting_unittests', | 499 '../remoting/remoting.gyp:remoting_unittests', |
500 '../rlz/rlz.gyp:*', | 500 '../rlz/rlz.gyp:*', |
501 '../sql/sql.gyp:sql_unittests', | 501 '../sql/sql.gyp:sql_unittests', |
(...skipping 10 matching lines...) Expand all Loading... |
512 'type': 'none', | 512 'type': 'none', |
513 'dependencies': [ | 513 'dependencies': [ |
514 '../cc/cc_tests.gyp:cc_unittests', | 514 '../cc/cc_tests.gyp:cc_unittests', |
515 '../chrome/chrome.gyp:browser_tests', | 515 '../chrome/chrome.gyp:browser_tests', |
516 '../chrome/chrome.gyp:performance_browser_tests', | 516 '../chrome/chrome.gyp:performance_browser_tests', |
517 '../chrome/chrome.gyp:performance_ui_tests', | 517 '../chrome/chrome.gyp:performance_ui_tests', |
518 '../chrome/chrome.gyp:sync_integration_tests', | 518 '../chrome/chrome.gyp:sync_integration_tests', |
519 '../chrome/chrome.gyp:unit_tests', | 519 '../chrome/chrome.gyp:unit_tests', |
520 '../cloud_print/cloud_print.gyp:cloud_print_unittests', | 520 '../cloud_print/cloud_print.gyp:cloud_print_unittests', |
521 '../components/components.gyp:components_unittests', | 521 '../components/components.gyp:components_unittests', |
522 '../content/content.gyp:content_browsertests', | 522 '../content/content_shell_and_tests.gyp:content_browsertests', |
523 '../content/content.gyp:content_unittests', | 523 '../content/content_shell_and_tests.gyp:content_unittests', |
524 '../device/device.gyp:device_unittests', | 524 '../device/device.gyp:device_unittests', |
525 '../gpu/gpu.gyp:gpu_unittests', | 525 '../gpu/gpu.gyp:gpu_unittests', |
526 '../ipc/ipc.gyp:ipc_tests', | 526 '../ipc/ipc.gyp:ipc_tests', |
527 '../jingle/jingle.gyp:jingle_unittests', | 527 '../jingle/jingle.gyp:jingle_unittests', |
528 '../media/media.gyp:media_unittests', | 528 '../media/media.gyp:media_unittests', |
529 '../ppapi/ppapi_internal.gyp:ppapi_unittests', | 529 '../ppapi/ppapi_internal.gyp:ppapi_unittests', |
530 '../printing/printing.gyp:printing_unittests', | 530 '../printing/printing.gyp:printing_unittests', |
531 '../remoting/remoting.gyp:remoting_unittests', | 531 '../remoting/remoting.gyp:remoting_unittests', |
532 '../sql/sql.gyp:sql_unittests', | 532 '../sql/sql.gyp:sql_unittests', |
533 '../sync/sync.gyp:sync_unit_tests', | 533 '../sync/sync.gyp:sync_unit_tests', |
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
566 ], | 566 ], |
567 }, | 567 }, |
568 { | 568 { |
569 'target_name': 'chromium_builder_dbg_valgrind_mac', | 569 'target_name': 'chromium_builder_dbg_valgrind_mac', |
570 'type': 'none', | 570 'type': 'none', |
571 'dependencies': [ | 571 'dependencies': [ |
572 '../base/base.gyp:base_unittests', | 572 '../base/base.gyp:base_unittests', |
573 '../chrome/chrome.gyp:unit_tests', | 573 '../chrome/chrome.gyp:unit_tests', |
574 '../cloud_print/cloud_print.gyp:cloud_print_unittests', | 574 '../cloud_print/cloud_print.gyp:cloud_print_unittests', |
575 '../components/components.gyp:components_unittests', | 575 '../components/components.gyp:components_unittests', |
576 '../content/content.gyp:content_unittests', | 576 '../content/content_shell_and_tests.gyp:content_unittests', |
577 '../crypto/crypto.gyp:crypto_unittests', | 577 '../crypto/crypto.gyp:crypto_unittests', |
578 '../device/device.gyp:device_unittests', | 578 '../device/device.gyp:device_unittests', |
579 '../ipc/ipc.gyp:ipc_tests', | 579 '../ipc/ipc.gyp:ipc_tests', |
580 '../jingle/jingle.gyp:jingle_unittests', | 580 '../jingle/jingle.gyp:jingle_unittests', |
581 '../media/media.gyp:media_unittests', | 581 '../media/media.gyp:media_unittests', |
582 '../net/net.gyp:net_unittests', | 582 '../net/net.gyp:net_unittests', |
583 '../printing/printing.gyp:printing_unittests', | 583 '../printing/printing.gyp:printing_unittests', |
584 '../remoting/remoting.gyp:remoting_unittests', | 584 '../remoting/remoting.gyp:remoting_unittests', |
585 '../sql/sql.gyp:sql_unittests', | 585 '../sql/sql.gyp:sql_unittests', |
586 '../sync/sync.gyp:sync_unit_tests', | 586 '../sync/sync.gyp:sync_unit_tests', |
(...skipping 17 matching lines...) Expand all Loading... |
604 '../chrome/chrome.gyp:browser_tests', | 604 '../chrome/chrome.gyp:browser_tests', |
605 '../chrome/chrome.gyp:installer_util_unittests', | 605 '../chrome/chrome.gyp:installer_util_unittests', |
606 '../chrome/chrome.gyp:interactive_ui_tests', | 606 '../chrome/chrome.gyp:interactive_ui_tests', |
607 '../chrome/chrome.gyp:mini_installer_test', | 607 '../chrome/chrome.gyp:mini_installer_test', |
608 '../chrome/chrome.gyp:performance_browser_tests', | 608 '../chrome/chrome.gyp:performance_browser_tests', |
609 '../chrome/chrome.gyp:performance_ui_tests', | 609 '../chrome/chrome.gyp:performance_ui_tests', |
610 '../chrome/chrome.gyp:sync_integration_tests', | 610 '../chrome/chrome.gyp:sync_integration_tests', |
611 '../chrome/chrome.gyp:unit_tests', | 611 '../chrome/chrome.gyp:unit_tests', |
612 '../cloud_print/cloud_print.gyp:cloud_print_unittests', | 612 '../cloud_print/cloud_print.gyp:cloud_print_unittests', |
613 '../components/components.gyp:components_unittests', | 613 '../components/components.gyp:components_unittests', |
614 '../content/content.gyp:content_browsertests', | 614 '../content/content_shell_and_tests.gyp:content_browsertests', |
615 '../content/content.gyp:content_unittests', | 615 '../content/content_shell_and_tests.gyp:content_unittests', |
616 # mini_installer_tests depends on mini_installer. This should be | 616 # mini_installer_tests depends on mini_installer. This should be |
617 # defined in installer.gyp. | 617 # defined in installer.gyp. |
618 '../chrome/installer/mini_installer.gyp:mini_installer', | 618 '../chrome/installer/mini_installer.gyp:mini_installer', |
619 '../chrome_frame/chrome_frame.gyp:npchrome_frame', | 619 '../chrome_frame/chrome_frame.gyp:npchrome_frame', |
620 '../courgette/courgette.gyp:courgette_unittests', | 620 '../courgette/courgette.gyp:courgette_unittests', |
621 '../device/device.gyp:device_unittests', | 621 '../device/device.gyp:device_unittests', |
622 '../gpu/gpu.gyp:gpu_unittests', | 622 '../gpu/gpu.gyp:gpu_unittests', |
623 '../ipc/ipc.gyp:ipc_tests', | 623 '../ipc/ipc.gyp:ipc_tests', |
624 '../jingle/jingle.gyp:jingle_unittests', | 624 '../jingle/jingle.gyp:jingle_unittests', |
625 '../media/media.gyp:media_unittests', | 625 '../media/media.gyp:media_unittests', |
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
671 }], # target_arch!="x64" | 671 }], # target_arch!="x64" |
672 ], | 672 ], |
673 }, | 673 }, |
674 { | 674 { |
675 'target_name': 'chromium_builder_dbg_tsan_win', | 675 'target_name': 'chromium_builder_dbg_tsan_win', |
676 'type': 'none', | 676 'type': 'none', |
677 'dependencies': [ | 677 'dependencies': [ |
678 '../base/base.gyp:base_unittests', | 678 '../base/base.gyp:base_unittests', |
679 '../cloud_print/cloud_print.gyp:cloud_print_unittests', | 679 '../cloud_print/cloud_print.gyp:cloud_print_unittests', |
680 '../components/components.gyp:components_unittests', | 680 '../components/components.gyp:components_unittests', |
681 '../content/content.gyp:content_unittests', | 681 '../content/content_shell_and_tests.gyp:content_unittests', |
682 '../crypto/crypto.gyp:crypto_unittests', | 682 '../crypto/crypto.gyp:crypto_unittests', |
683 '../ipc/ipc.gyp:ipc_tests', | 683 '../ipc/ipc.gyp:ipc_tests', |
684 '../jingle/jingle.gyp:jingle_unittests', | 684 '../jingle/jingle.gyp:jingle_unittests', |
685 '../media/media.gyp:media_unittests', | 685 '../media/media.gyp:media_unittests', |
686 '../net/net.gyp:net_unittests', | 686 '../net/net.gyp:net_unittests', |
687 '../printing/printing.gyp:printing_unittests', | 687 '../printing/printing.gyp:printing_unittests', |
688 '../remoting/remoting.gyp:remoting_unittests', | 688 '../remoting/remoting.gyp:remoting_unittests', |
689 '../sql/sql.gyp:sql_unittests', | 689 '../sql/sql.gyp:sql_unittests', |
690 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', | 690 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', |
691 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', | 691 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', |
692 '../url/url.gyp:googleurl_unittests', | 692 '../url/url.gyp:googleurl_unittests', |
693 ], | 693 ], |
694 }, | 694 }, |
695 { | 695 { |
696 'target_name': 'chromium_builder_dbg_drmemory_win', | 696 'target_name': 'chromium_builder_dbg_drmemory_win', |
697 'type': 'none', | 697 'type': 'none', |
698 'dependencies': [ | 698 'dependencies': [ |
699 '../base/base.gyp:base_unittests', | 699 '../base/base.gyp:base_unittests', |
700 '../chrome/chrome.gyp:unit_tests', | 700 '../chrome/chrome.gyp:unit_tests', |
701 '../cloud_print/cloud_print.gyp:cloud_print_unittests', | 701 '../cloud_print/cloud_print.gyp:cloud_print_unittests', |
702 '../components/components.gyp:components_unittests', | 702 '../components/components.gyp:components_unittests', |
703 '../content/content.gyp:content_unittests', | 703 '../content/content_shell_and_tests.gyp:content_unittests', |
704 '../crypto/crypto.gyp:crypto_unittests', | 704 '../crypto/crypto.gyp:crypto_unittests', |
705 '../device/device.gyp:device_unittests', | 705 '../device/device.gyp:device_unittests', |
706 '../ipc/ipc.gyp:ipc_tests', | 706 '../ipc/ipc.gyp:ipc_tests', |
707 '../jingle/jingle.gyp:jingle_unittests', | 707 '../jingle/jingle.gyp:jingle_unittests', |
708 '../media/media.gyp:media_unittests', | 708 '../media/media.gyp:media_unittests', |
709 '../net/net.gyp:net_unittests', | 709 '../net/net.gyp:net_unittests', |
710 '../printing/printing.gyp:printing_unittests', | 710 '../printing/printing.gyp:printing_unittests', |
711 '../remoting/remoting.gyp:remoting_unittests', | 711 '../remoting/remoting.gyp:remoting_unittests', |
712 '../sql/sql.gyp:sql_unittests', | 712 '../sql/sql.gyp:sql_unittests', |
713 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', | 713 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', |
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
787 { | 787 { |
788 'target_name': 'aura_builder', | 788 'target_name': 'aura_builder', |
789 'type': 'none', | 789 'type': 'none', |
790 'dependencies': [ | 790 'dependencies': [ |
791 '../cc/cc_tests.gyp:cc_unittests', | 791 '../cc/cc_tests.gyp:cc_unittests', |
792 '../chrome/chrome.gyp:browser_tests', | 792 '../chrome/chrome.gyp:browser_tests', |
793 '../chrome/chrome.gyp:chrome', | 793 '../chrome/chrome.gyp:chrome', |
794 '../chrome/chrome.gyp:interactive_ui_tests', | 794 '../chrome/chrome.gyp:interactive_ui_tests', |
795 '../chrome/chrome.gyp:unit_tests', | 795 '../chrome/chrome.gyp:unit_tests', |
796 '../components/components.gyp:components_unittests', | 796 '../components/components.gyp:components_unittests', |
797 '../content/content.gyp:content_browsertests', | 797 '../content/content_shell_and_tests.gyp:content_browsertests', |
798 '../content/content.gyp:content_unittests', | 798 '../content/content_shell_and_tests.gyp:content_unittests', |
799 '../device/device.gyp:device_unittests', | 799 '../device/device.gyp:device_unittests', |
800 '../ppapi/ppapi_internal.gyp:ppapi_unittests', | 800 '../ppapi/ppapi_internal.gyp:ppapi_unittests', |
801 '../remoting/remoting.gyp:remoting_unittests', | 801 '../remoting/remoting.gyp:remoting_unittests', |
802 '../ui/app_list/app_list.gyp:*', | 802 '../ui/app_list/app_list.gyp:*', |
803 '../ui/aura/aura.gyp:*', | 803 '../ui/aura/aura.gyp:*', |
804 '../ui/compositor/compositor.gyp:*', | 804 '../ui/compositor/compositor.gyp:*', |
805 '../ui/message_center/message_center.gyp:*', | 805 '../ui/message_center/message_center.gyp:*', |
806 '../ui/ui.gyp:ui_unittests', | 806 '../ui/ui.gyp:ui_unittests', |
807 '../ui/snapshot/snapshot.gyp:snapshot_unittests', | 807 '../ui/snapshot/snapshot.gyp:snapshot_unittests', |
808 '../ui/views/views.gyp:views', | 808 '../ui/views/views.gyp:views', |
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
885 '../chrome/chrome.gyp:interactive_ui_tests_run', | 885 '../chrome/chrome.gyp:interactive_ui_tests_run', |
886 '../chrome/chrome.gyp:sync_integration_tests_run', | 886 '../chrome/chrome.gyp:sync_integration_tests_run', |
887 '../chrome/chrome.gyp:unit_tests_run', | 887 '../chrome/chrome.gyp:unit_tests_run', |
888 '../net/net.gyp:net_unittests_run', | 888 '../net/net.gyp:net_unittests_run', |
889 ], | 889 ], |
890 }, # target_name: chromium_swarm_tests | 890 }, # target_name: chromium_swarm_tests |
891 ], | 891 ], |
892 }], | 892 }], |
893 ], # conditions | 893 ], # conditions |
894 } | 894 } |
OLD | NEW |