| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent aadea12 commit ffb0302
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -917,6 +917,13 @@ | |||
| 917 | 917 | 'sources': [ | |
| 918 | 918 | '<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "v8_source_set.\\"v8_turboshaft.*?sources = ")', | |
| 919 | 919 | ], | |
| 920 | + 'conditions': [ | ||
| 921 | + ['v8_enable_maglev==0', { | ||
| 922 | + 'sources': [ | ||
| 923 | + '<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "v8_source_set.\\"v8_turboshaft.*?!v8_enable_maglev.*?sources \\+= ")', | ||
| 924 | + ], | ||
| 925 | + }], | ||
| 926 | + ], | ||
| 920 | 927 | }, # v8_turboshaft | |
| 921 | 928 | { | |
| 922 | 929 | 'target_name': 'v8_compiler_for_mksnapshot', | |
| Back | FazBrowse Home | New Git URL |
0 commit comments