| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent b736370 commit 308de27
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -676,6 +676,16 @@ | |||
| 676 | 676 | '<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "v8_header_set.\\"v8_internal_headers\\".*?v8_enable_maglev.*?v8_current_cpu == \\"x64\\".*?sources \\+= ")', | |
| 677 | 677 | ], | |
| 678 | 678 | }], | |
| 679 | + ['v8_target_arch=="s390x"', { | ||
| 680 | + 'sources': [ | ||
| 681 | + '<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "v8_header_set.\\"v8_internal_headers\\".*?v8_enable_maglev.*?v8_current_cpu == \\"s390x\\".*?sources \\+= ")', | ||
| 682 | + ], | ||
| 683 | + }], | ||
| 684 | + ['v8_target_arch=="ppc64"', { | ||
| 685 | + 'sources': [ | ||
| 686 | + '<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "v8_header_set.\\"v8_internal_headers\\".*?v8_enable_maglev.*?v8_current_cpu == \\"ppc64\\".*?sources \\+= ")', | ||
| 687 | + ], | ||
| 688 | + }], | ||
| 679 | 689 | ], | |
| 680 | 690 | }], | |
| 681 | 691 | ['v8_enable_webassembly==1', { | |
@@ -1123,6 +1133,16 @@ | |||
| 1123 | 1133 | '<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "\\"v8_base_without_compiler.*?v8_enable_maglev.*?v8_current_cpu == \\"x64\\".*?sources \\+= ")', | |
| 1124 | 1134 | ], | |
| 1125 | 1135 | }], | |
| 1136 | + ['v8_target_arch=="s390x"', { | ||
| 1137 | + 'sources': [ | ||
| 1138 | + '<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "\\"v8_base_without_compiler.*?v8_enable_maglev.*?v8_current_cpu == \\"s390x\\".*?sources \\+= ")', | ||
| 1139 | + ], | ||
| 1140 | + }], | ||
| 1141 | + ['v8_target_arch=="ppc64"', { | ||
| 1142 | + 'sources': [ | ||
| 1143 | + '<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "\\"v8_base_without_compiler.*?v8_enable_maglev.*?v8_current_cpu == \\"ppc64\\".*?sources \\+= ")', | ||
| 1144 | + ], | ||
| 1145 | + }], | ||
| 1126 | 1146 | ], | |
| 1127 | 1147 | }], | |
| 1128 | 1148 | ['v8_enable_webassembly==1', { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments