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 'variables': { | 6 'variables': { |
7 # A hook that can be overridden in other repositories to add additional | 7 # A hook that can be overridden in other repositories to add additional |
8 # compilation targets to 'All'. | 8 # compilation targets to 'All'. |
9 'app_targets%': [], | 9 'app_targets%': [], |
10 # For Android-specific targets. | 10 # For Android-specific targets. |
(...skipping 449 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
460 '../mojo/mojo_nacl_untrusted.gyp:libmojo', | 460 '../mojo/mojo_nacl_untrusted.gyp:libmojo', |
461 '../mojo/mojo_nacl.gyp:monacl_codegen', | 461 '../mojo/mojo_nacl.gyp:monacl_codegen', |
462 '../mojo/mojo_nacl.gyp:monacl_sel', | 462 '../mojo/mojo_nacl.gyp:monacl_sel', |
463 '../mojo/mojo_nacl.gyp:monacl_shell', | 463 '../mojo/mojo_nacl.gyp:monacl_shell', |
464 ], | 464 ], |
465 }], | 465 }], |
466 ], | 466 ], |
467 }, # target_name: chromium_builder_tests | 467 }, # target_name: chromium_builder_tests |
468 ], | 468 ], |
469 'conditions': [ | 469 'conditions': [ |
470 # TODO(GYP) - make gyp_all and gn_all work on iOS and Android also. | 470 ['OS!="ios"', { |
| 471 'targets': [ |
| 472 { |
| 473 'target_name': 'blink_tests', |
| 474 'type': 'none', |
| 475 'dependencies': [ |
| 476 '../third_party/WebKit/public/all.gyp:all_blink', |
| 477 ], |
| 478 'conditions': [ |
| 479 ['OS=="android"', { |
| 480 'dependencies': [ |
| 481 '../content/content_shell_and_tests.gyp:content_shell_apk', |
| 482 '../breakpad/breakpad.gyp:dump_syms#host', |
| 483 '../breakpad/breakpad.gyp:minidump_stackwalk#host', |
| 484 ], |
| 485 }, { # OS!="android" |
| 486 'dependencies': [ |
| 487 '../content/content_shell_and_tests.gyp:content_shell', |
| 488 ], |
| 489 }], |
| 490 ['OS=="win"', { |
| 491 'dependencies': [ |
| 492 '../content/content_shell_and_tests.gyp:content_shell_crash_serv
ice', |
| 493 '../content/content_shell_and_tests.gyp:layout_test_helper', |
| 494 ], |
| 495 }], |
| 496 ['OS!="win" and OS!="android"', { |
| 497 'dependencies': [ |
| 498 '../breakpad/breakpad.gyp:minidump_stackwalk', |
| 499 ], |
| 500 }], |
| 501 ['OS=="mac"', { |
| 502 'dependencies': [ |
| 503 '../breakpad/breakpad.gyp:dump_syms#host', |
| 504 '../content/content_shell_and_tests.gyp:layout_test_helper', |
| 505 ], |
| 506 }], |
| 507 ['OS=="linux"', { |
| 508 'dependencies': [ |
| 509 '../breakpad/breakpad.gyp:dump_syms', |
| 510 ], |
| 511 }], |
| 512 ], |
| 513 }, # target_name: blink_tests |
| 514 ], |
| 515 }], # OS!=ios |
471 ['OS!="ios" and OS!="android"', { | 516 ['OS!="ios" and OS!="android"', { |
472 'targets': [ | 517 'targets': [ |
473 { | 518 { |
| 519 # TODO(GYP) - make gyp_all and gn_all work on iOS and Android also. |
474 'target_name': 'gyp_all', | 520 'target_name': 'gyp_all', |
475 'type': 'none', | 521 'type': 'none', |
476 'dependencies': [ | 522 'dependencies': [ |
477 ':gn_all', | 523 ':gn_all', |
478 '../chrome/chrome.gyp:chromedriver_unittests', | 524 '../chrome/chrome.gyp:chromedriver_unittests', |
479 '../components/components_tests.gyp:components_browsertests', | 525 '../components/components_tests.gyp:components_browsertests', |
480 # '../components/nacl.gyp:nacl_loader_unittests', # TODO(GYP) | 526 # '../components/nacl.gyp:nacl_loader_unittests', # TODO(GYP) |
481 # '../remoting/remoting.gyp:remoting_unittests', # TODO(GYP) | 527 # '../remoting/remoting.gyp:remoting_unittests', # TODO(GYP) |
482 '../ui/compositor/compositor.gyp:compositor_unittests', | 528 '../ui/compositor/compositor.gyp:compositor_unittests', |
483 ], | 529 ], |
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
613 ], | 659 ], |
614 }], | 660 }], |
615 ['OS=="linux"', { | 661 ['OS=="linux"', { |
616 'dependencies': [ | 662 'dependencies': [ |
617 '../dbus/dbus.gyp:dbus_unittests', | 663 '../dbus/dbus.gyp:dbus_unittests', |
618 '../sandbox/sandbox.gyp:sandbox_linux_unittests', | 664 '../sandbox/sandbox.gyp:sandbox_linux_unittests', |
619 ], | 665 ], |
620 }], | 666 }], |
621 ], | 667 ], |
622 }, | 668 }, |
623 ]}, | 669 ]},{ |
624 ], # OS!="ios" and OS!="android" | |
625 ['OS!="iOS"', { | |
626 'targets': [ | |
627 { | |
628 'target_name': 'blink_tests', | |
629 'type': 'none', | |
630 'dependencies': [ | |
631 '../third_party/WebKit/public/all.gyp:all_blink', | |
632 ], | |
633 'conditions': [ | |
634 ['OS=="android"', { | |
635 'dependencies': [ | |
636 '../content/content_shell_and_tests.gyp:content_shell_apk', | |
637 '../breakpad/breakpad.gyp:dump_syms#host', | |
638 '../breakpad/breakpad.gyp:minidump_stackwalk#host', | |
639 ], | |
640 }, { # OS!="android" | |
641 'dependencies': [ | |
642 '../content/content_shell_and_tests.gyp:content_shell', | |
643 ], | |
644 }], | |
645 ['OS=="win"', { | |
646 'dependencies': [ | |
647 '../content/content_shell_and_tests.gyp:content_shell_crash_serv
ice', | |
648 '../content/content_shell_and_tests.gyp:layout_test_helper', | |
649 ], | |
650 }], | |
651 ['OS!="win" and OS!="android"', { | |
652 'dependencies': [ | |
653 '../breakpad/breakpad.gyp:minidump_stackwalk', | |
654 ], | |
655 }], | |
656 ['OS=="mac"', { | |
657 'dependencies': [ | |
658 '../breakpad/breakpad.gyp:dump_syms#host', | |
659 '../content/content_shell_and_tests.gyp:layout_test_helper', | |
660 ], | |
661 }], | |
662 ['OS=="linux"', { | |
663 'dependencies': [ | |
664 '../breakpad/breakpad.gyp:dump_syms', | |
665 ], | |
666 }], | |
667 ], | |
668 }, # target_name: blink_tests | |
669 ], | |
670 }], # OS!=ios | |
671 ['OS!="ios" and OS!="android"', { | |
672 'targets': [ | |
673 { | |
674 'target_name': 'chromium_builder_nacl_win_integration', | 670 'target_name': 'chromium_builder_nacl_win_integration', |
675 'type': 'none', | 671 'type': 'none', |
676 'dependencies': [ | 672 'dependencies': [ |
677 'chromium_builder_tests', | 673 'chromium_builder_tests', |
678 ], | 674 ], |
679 }, # target_name: chromium_builder_nacl_win_integration | 675 }, # target_name: chromium_builder_nacl_win_integration |
680 { | 676 { |
681 'target_name': 'chromium_builder_perf', | 677 'target_name': 'chromium_builder_perf', |
682 'type': 'none', | 678 'type': 'none', |
683 'dependencies': [ | 679 'dependencies': [ |
(...skipping 794 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1478 'dependencies': [ | 1474 'dependencies': [ |
1479 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', | 1475 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', |
1480 '../ui/views/views.gyp:views', | 1476 '../ui/views/views.gyp:views', |
1481 '../ui/views/views.gyp:views_unittests', | 1477 '../ui/views/views.gyp:views_unittests', |
1482 ], | 1478 ], |
1483 }, # target_name: macviews_builder | 1479 }, # target_name: macviews_builder |
1484 ], # targets | 1480 ], # targets |
1485 }], # os=='mac' and toolkit_views==1 | 1481 }], # os=='mac' and toolkit_views==1 |
1486 ], # conditions | 1482 ], # conditions |
1487 } | 1483 } |
OLD | NEW |