|
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 \\+= ")', |
|
588 | 593 | 'sources': [ |
589 | 594 | '<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "v8_header_set.\\"v8_internal_headers\\".*?v8_enable_i18n_support.*?v8_current_cpu == \\"x86\\".*?sources \\+= ")', |
590 | 595 | ], |
| 596 | + 'conditions': [ |
| 597 | + ['v8_enable_sparkplug==1', { |
| 598 | + 'sources': [ |
| 599 | + '<!@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 \\+= ")', |
| 600 | + ], |
| 601 | + }], |
| 602 | + ], |
591 | 603 | }], |
592 | 604 | ['v8_target_arch=="x64"', { |
593 | 605 | 'sources': [ |
|
599 | 611 | '<!@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 \\+= ")', |
600 | 612 | ], |
601 | 613 | }], |
| 614 | + ['v8_enable_sparkplug==1', { |
| 615 | + 'sources': [ |
| 616 | + '<!@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 \\+= ")', |
| 617 | + ], |
| 618 | + }], |
602 | 619 | ['v8_enable_webassembly==1', { |
603 | 620 | 'conditions': [ |
604 | 621 | ['OS=="linux" or OS=="mac" or OS=="ios" or OS=="freebsd"', { |
|
619 | 636 | 'sources': [ |
620 | 637 | '<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "v8_header_set.\\"v8_internal_headers\\".*?v8_enable_i18n_support.*?v8_current_cpu == \\"arm\\".*?sources \\+= ")', |
621 | 638 | ], |
| 639 | + 'conditions': [ |
| 640 | + ['v8_enable_sparkplug==1', { |
| 641 | + 'sources': [ |
| 642 | + '<!@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 \\+= ")', |
| 643 | + ], |
| 644 | + }], |
| 645 | + ], |
622 | 646 | }], |
623 | 647 | ['v8_target_arch=="arm64"', { |
624 | 648 | 'sources': [ |
|
630 | 654 | '<!@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 \\+= ")', |
631 | 655 | ], |
632 | 656 | }], |
| 657 | + ['v8_enable_sparkplug==1', { |
| 658 | + 'sources': [ |
| 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_enable_sparkplug.*?sources \\+= ")', |
| 660 | + ], |
| 661 | + }], |
633 | 662 | ['v8_enable_webassembly==1', { |
634 | 663 | 'conditions': [ |
635 | 664 | ['((_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"))', { |
|
655 | 684 | 'sources': [ |
656 | 685 | '<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "v8_header_set.\\"v8_internal_headers\\".*?v8_enable_i18n_support.*?v8_current_cpu == \\"mips64\\".*?sources \\+= ")', |
657 | 686 | ], |
| 687 | + 'conditions': [ |
| 688 | + ['v8_enable_sparkplug==1', { |
| 689 | + 'sources': [ |
| 690 | + '<!@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 \\+= ")', |
| 691 | + ], |
| 692 | + }], |
| 693 | + ], |
658 | 694 | }], |
659 | 695 | ['v8_target_arch=="ppc"', { |
660 | 696 | 'sources': [ |
|
665 | 701 | 'sources': [ |
666 | 702 | '<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "v8_header_set.\\"v8_internal_headers\\".*?v8_enable_i18n_support.*?v8_current_cpu == \\"ppc64\\".*?sources \\+= ")', |
667 | 703 | ], |
| 704 | + 'conditions': [ |
| 705 | + ['v8_enable_sparkplug==1', { |
| 706 | + 'sources': [ |
| 707 | + '<!@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 \\+= ")', |
| 708 | + ], |
| 709 | + }], |
| 710 | + ], |
668 | 711 | }], |
669 | 712 | ['v8_target_arch=="s390x"', { |
670 | 713 | 'sources': [ |
671 | 714 | '<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "v8_header_set.\\"v8_internal_headers\\".*?v8_enable_i18n_support.*?v8_current_cpu == \\"s390\\".*?sources \\+= ")', |
672 | 715 | ], |
| 716 | + 'conditions': [ |
| 717 | + ['v8_enable_sparkplug==1', { |
| 718 | + 'sources': [ |
| 719 | + '<!@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 \\+= ")', |
| 720 | + ], |
| 721 | + }], |
| 722 | + ], |
673 | 723 | }], |
674 | 724 | ['v8_target_arch=="riscv64"', { |
675 | 725 | 'sources': [ |
676 | 726 | '<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "v8_header_set.\\"v8_internal_headers\\".*?v8_enable_i18n_support.*?v8_current_cpu == \\"riscv64\\".*?sources \\+= ")', |
677 | 727 | ], |
| 728 | + 'conditions': [ |
| 729 | + ['v8_enable_sparkplug==1', { |
| 730 | + 'sources': [ |
| 731 | + '<!@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 \\+= ")', |
| 732 | + ], |
| 733 | + }], |
| 734 | + ], |
678 | 735 | }], |
679 | 736 | ['v8_target_arch=="loong64"', { |
680 | 737 | 'sources': [ |
681 | 738 | '<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "v8_header_set.\\"v8_internal_headers\\".*?v8_enable_i18n_support.*?v8_current_cpu == \\"loong64\\".*?sources \\+= ")', |
682 | 739 | ], |
| 740 | + 'conditions': [ |
| 741 | + ['v8_enable_sparkplug==1', { |
| 742 | + 'sources': [ |
| 743 | + '<!@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 \\+= ")', |
| 744 | + ], |
| 745 | + }], |
| 746 | + ], |
683 | 747 | }], |
684 | 748 | ], |
685 | 749 | }, |
|
880 | 944 | '<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "\\"v8_base_without_compiler.*?v8_enable_snapshot_compression.*?sources \\+= ")', |
881 | 945 | ], |
882 | 946 | }], |
| 947 | + ['v8_enable_sparkplug==1', { |
| 948 | + 'sources': [ |
| 949 | + '<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "\\"v8_base_without_compiler.*?v8_enable_sparkplug.*?sources \\+= ")', |
| 950 | + ], |
| 951 | + }], |
883 | 952 | ['v8_enable_maglev==1', { |
884 | 953 | 'sources': [ |
885 | 954 | '<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "\\"v8_base_without_compiler.*?v8_enable_maglev.*?sources \\+= ")', |
|
0 commit comments