| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 0051d1c commit bf3d944
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -20,6 +20,7 @@ | |||
| 20 | 20 | 'v8.gyp:v8_libbase', | |
| 21 | 21 | 'v8.gyp:v8_libplatform', | |
| 22 | 22 | 'v8.gyp:generate_bytecode_builtins_list', | |
| 23 | + 'v8.gyp:v8_abseil', | ||
| 23 | 24 | ], | |
| 24 | 25 | # Generated source files need this explicitly: | |
| 25 | 26 | 'include_dirs+': [ | |
@@ -28,15 +29,7 @@ | |||
| 28 | 29 | '<(SHARED_INTERMEDIATE_DIR)', | |
| 29 | 30 | ], | |
| 30 | 31 | 'sources': [ | |
| 31 | - '<(V8_ROOT)/src/d8/async-hooks-wrapper.cc', | ||
| 32 | - '<(V8_ROOT)/src/d8/async-hooks-wrapper.h', | ||
| 33 | - '<(V8_ROOT)/src/d8/d8-console.cc', | ||
| 34 | - '<(V8_ROOT)/src/d8/d8-console.h', | ||
| 35 | - '<(V8_ROOT)/src/d8/d8-js.cc', | ||
| 36 | - '<(V8_ROOT)/src/d8/d8-platforms.cc', | ||
| 37 | - '<(V8_ROOT)/src/d8/d8-platforms.h', | ||
| 38 | - '<(V8_ROOT)/src/d8/d8.cc', | ||
| 39 | - '<(V8_ROOT)/src/d8/d8.h', | ||
| 32 | + '<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "v8_executable.\\"d8\\".*?sources = ")', | ||
| 40 | 33 | ], | |
| 41 | 34 | 'conditions': [ | |
| 42 | 35 | [ 'want_separate_host_toolset==1', { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments