|
547 | 547 | '<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "v8_header_set.\\"v8_internal_headers\\".*?v8_enable_snapshot_compression.*?sources \\+= ")',
|
548 | 548 | ],
|
549 | 549 | }],
|
| 550 | + ['v8_enable_sparkplug==1', { |
| 551 | + 'sources': [ |
| 552 | + '<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "v8_header_set.\\"v8_internal_headers\\".*?v8_enable_sparkplug.*?sources \\+= ")', |
| 553 | + ], |
| 554 | + }], |
550 | 555 | ['v8_enable_maglev==1', {
|
551 | 556 | 'sources': [
|
552 | 557 | '<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "v8_header_set.\\"v8_internal_headers\\".*?v8_enable_maglev.*?sources \\+= ")',
|
|
593 | 598 | 'sources': [
|
594 | 599 | '<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "v8_header_set.\\"v8_internal_headers\\".*?v8_enable_i18n_support.*?v8_current_cpu == \\"x86\\".*?sources \\+= ")',
|
595 | 600 | ],
|
| 601 | + 'conditions': [ |
| 602 | + ['v8_enable_sparkplug==1', { |
| 603 | + 'sources': [ |
| 604 | + '<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "v8_header_set.\\"v8_internal_headers\\".*?v8_enable_i18n_support.*?v8_current_cpu == \\"x86\\".*?v8_enable_sparkplug.*?sources \\+= ")', |
| 605 | + ], |
| 606 | + }], |
| 607 | + ], |
596 | 608 | }],
|
597 | 609 | ['v8_target_arch=="x64"', {
|
598 | 610 | 'sources': [
|
|
604 | 616 | '<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "v8_header_set.\\"v8_internal_headers\\".*?v8_enable_i18n_support.*?v8_current_cpu == \\"x64\\".*?is_win.*?sources \\+= ")',
|
605 | 617 | ],
|
606 | 618 | }],
|
| 619 | + ['v8_enable_sparkplug==1', { |
| 620 | + 'sources': [ |
| 621 | + '<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "v8_header_set.\\"v8_internal_headers\\".*?v8_enable_i18n_support.*?v8_current_cpu == \\"x64\\".*?v8_enable_sparkplug.*?sources \\+= ")', |
| 622 | + ], |
| 623 | + }], |
607 | 624 | ['v8_enable_webassembly==1', {
|
608 | 625 | 'conditions': [
|
609 | 626 | ['OS=="linux" or OS=="mac" or OS=="ios" or OS=="freebsd"', {
|
|
624 | 641 | 'sources': [
|
625 | 642 | '<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "v8_header_set.\\"v8_internal_headers\\".*?v8_enable_i18n_support.*?v8_current_cpu == \\"arm\\".*?sources \\+= ")',
|
626 | 643 | ],
|
| 644 | + 'conditions': [ |
| 645 | + ['v8_enable_sparkplug==1', { |
| 646 | + 'sources': [ |
| 647 | + '<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "v8_header_set.\\"v8_internal_headers\\".*?v8_enable_i18n_support.*?v8_current_cpu == \\"arm\\".*?v8_enable_sparkplug.*?sources \\+= ")', |
| 648 | + ], |
| 649 | + }], |
| 650 | + ], |
627 | 651 | }],
|
628 | 652 | ['v8_target_arch=="arm64"', {
|
629 | 653 | 'sources': [
|
|
635 | 659 | '<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "v8_header_set.\\"v8_internal_headers\\".*?v8_enable_i18n_support.*?v8_current_cpu == \\"arm64\\".*?v8_control_flow_integrity.*?sources \\+= ")',
|
636 | 660 | ],
|
637 | 661 | }],
|
| 662 | + ['v8_enable_sparkplug==1', { |
| 663 | + 'sources': [ |
| 664 | + '<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "v8_header_set.\\"v8_internal_headers\\".*?v8_enable_i18n_support.*?v8_current_cpu == \\"arm64\\".*?v8_enable_sparkplug.*?sources \\+= ")', |
| 665 | + ], |
| 666 | + }], |
638 | 667 | ['v8_enable_webassembly==1', {
|
639 | 668 | 'conditions': [
|
640 | 669 | ['((_toolset=="host" and host_arch=="arm64" or _toolset=="target" and target_arch=="arm64") and (OS=="linux" or OS=="mac")) or ((_toolset=="host" and host_arch=="x64" or _toolset=="target" and target_arch=="x64") and (OS=="linux" or OS=="mac"))', {
|
|
660 | 689 | 'sources': [
|
661 | 690 | '<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "v8_header_set.\\"v8_internal_headers\\".*?v8_enable_i18n_support.*?v8_current_cpu == \\"mips64\\".*?sources \\+= ")',
|
662 | 691 | ],
|
| 692 | + 'conditions': [ |
| 693 | + ['v8_enable_sparkplug==1', { |
| 694 | + 'sources': [ |
| 695 | + '<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "v8_header_set.\\"v8_internal_headers\\".*?v8_enable_i18n_support.*?v8_current_cpu == \\"mips64\\".*?v8_enable_sparkplug.*?sources \\+= ")', |
| 696 | + ], |
| 697 | + }], |
| 698 | + ], |
663 | 699 | }],
|
664 | 700 | ['v8_target_arch=="ppc"', {
|
665 | 701 | 'sources': [
|
|
670 | 706 | 'sources': [
|
671 | 707 | '<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "v8_header_set.\\"v8_internal_headers\\".*?v8_enable_i18n_support.*?v8_current_cpu == \\"ppc64\\".*?sources \\+= ")',
|
672 | 708 | ],
|
| 709 | + 'conditions': [ |
| 710 | + ['v8_enable_sparkplug==1', { |
| 711 | + 'sources': [ |
| 712 | + '<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "v8_header_set.\\"v8_internal_headers\\".*?v8_enable_i18n_support.*?v8_current_cpu == \\"ppc64\\".*?v8_enable_sparkplug.*?sources \\+= ")', |
| 713 | + ], |
| 714 | + }], |
| 715 | + ], |
673 | 716 | }],
|
674 | 717 | ['v8_target_arch=="s390x"', {
|
675 | 718 | 'sources': [
|
676 | 719 | '<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "v8_header_set.\\"v8_internal_headers\\".*?v8_enable_i18n_support.*?v8_current_cpu == \\"s390\\".*?sources \\+= ")',
|
677 | 720 | ],
|
| 721 | + 'conditions': [ |
| 722 | + ['v8_enable_sparkplug==1', { |
| 723 | + 'sources': [ |
| 724 | + '<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "v8_header_set.\\"v8_internal_headers\\".*?v8_enable_i18n_support.*?v8_current_cpu == \\"s390\\".*?v8_enable_sparkplug.*?sources \\+= ")', |
| 725 | + ], |
| 726 | + }], |
| 727 | + ], |
678 | 728 | }],
|
679 | 729 | ['v8_target_arch=="riscv64"', {
|
680 | 730 | 'sources': [
|
681 | 731 | '<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "v8_header_set.\\"v8_internal_headers\\".*?v8_enable_i18n_support.*?v8_current_cpu == \\"riscv64\\".*?sources \\+= ")',
|
682 | 732 | ],
|
| 733 | + 'conditions': [ |
| 734 | + ['v8_enable_sparkplug==1', { |
| 735 | + 'sources': [ |
| 736 | + '<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "v8_header_set.\\"v8_internal_headers\\".*?v8_enable_i18n_support.*?v8_current_cpu == \\"riscv64\\".*?v8_enable_sparkplug.*?sources \\+= ")', |
| 737 | + ], |
| 738 | + }], |
| 739 | + ], |
683 | 740 | }],
|
684 | 741 | ['v8_target_arch=="loong64"', {
|
685 | 742 | 'sources': [
|
686 | 743 | '<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "v8_header_set.\\"v8_internal_headers\\".*?v8_enable_i18n_support.*?v8_current_cpu == \\"loong64\\".*?sources \\+= ")',
|
687 | 744 | ],
|
| 745 | + 'conditions': [ |
| 746 | + ['v8_enable_sparkplug==1', { |
| 747 | + 'sources': [ |
| 748 | + '<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "v8_header_set.\\"v8_internal_headers\\".*?v8_enable_i18n_support.*?v8_current_cpu == \\"loong64\\".*?v8_enable_sparkplug.*?sources \\+= ")', |
| 749 | + ], |
| 750 | + }], |
| 751 | + ], |
688 | 752 | }],
|
689 | 753 | ],
|
690 | 754 | },
|
|
885 | 949 | '<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "\\"v8_base_without_compiler.*?v8_enable_snapshot_compression.*?sources \\+= ")',
|
886 | 950 | ],
|
887 | 951 | }],
|
| 952 | + ['v8_enable_sparkplug==1', { |
| 953 | + 'sources': [ |
| 954 | + '<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "\\"v8_base_without_compiler.*?v8_enable_sparkplug.*?sources \\+= ")', |
| 955 | + ], |
| 956 | + }], |
888 | 957 | ['v8_enable_maglev==1', {
|
889 | 958 | 'sources': [
|
890 | 959 | '<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "\\"v8_base_without_compiler.*?v8_enable_maglev.*?sources \\+= ")',
|
|
0 commit comments