| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1023,6 +1023,18 @@ | |||
| 1023 | 1023 | 'sources': [ | |
| 1024 | 1024 | '<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "\\"v8_base_without_compiler.*?v8_enable_wasm_gdb_remote_debugging.*?v8_current_cpu == \\"loong64\\".*?sources \\+= ")', | |
| 1025 | 1025 | ], | |
| 1026 | + 'conditions': [ | ||
| 1027 | + ['v8_enable_webassembly==1', { | ||
| 1028 | + 'conditions': [ | ||
| 1029 | + ['(_toolset=="host" and host_arch=="arm64" or _toolset=="target" and target_arch=="arm64") or (_toolset=="host" and host_arch=="loong64" or _toolset=="target" and target_arch=="loong64") or (_toolset=="host" and host_arch=="x64" or _toolset=="target" and target_arch=="x64")', { | ||
| 1030 | + 'sources': [ | ||
| 1031 | + '<(V8_ROOT)/src/trap-handler/handler-inside-posix.cc', | ||
| 1032 | + '<(V8_ROOT)/src/trap-handler/handler-outside-posix.cc', | ||
| 1033 | + ], | ||
| 1034 | + }], | ||
| 1035 | + ], | ||
| 1036 | + }], | ||
| 1037 | + ], | ||
| 1026 | 1038 | }], | |
| 1027 | 1039 | ['OS=="win"', { | |
| 1028 | 1040 | # This will prevent V8's .cc files conflicting with the inspector's | |
| Back | FazBrowse Home | New Git URL |
0 commit comments