diff --git a/tools/v8_gypfiles/d8.gyp b/tools/v8_gypfiles/d8.gyp index ba79ebcba7f9d5..ef071b40710c49 100644 --- a/tools/v8_gypfiles/d8.gyp +++ b/tools/v8_gypfiles/d8.gyp @@ -20,6 +20,7 @@ 'v8.gyp:v8_libbase', 'v8.gyp:v8_libplatform', 'v8.gyp:generate_bytecode_builtins_list', + 'v8.gyp:v8_abseil', ], # Generated source files need this explicitly: 'include_dirs+': [ @@ -28,15 +29,7 @@ '<(SHARED_INTERMEDIATE_DIR)', ], 'sources': [ - '<(V8_ROOT)/src/d8/async-hooks-wrapper.cc', - '<(V8_ROOT)/src/d8/async-hooks-wrapper.h', - '<(V8_ROOT)/src/d8/d8-console.cc', - '<(V8_ROOT)/src/d8/d8-console.h', - '<(V8_ROOT)/src/d8/d8-js.cc', - '<(V8_ROOT)/src/d8/d8-platforms.cc', - '<(V8_ROOT)/src/d8/d8-platforms.h', - '<(V8_ROOT)/src/d8/d8.cc', - '<(V8_ROOT)/src/d8/d8.h', + '