aboutsummaryrefslogtreecommitdiff
path: root/tools/v8_gypfiles/d8.gyp
diff options
context:
space:
mode:
authorMichaël Zasso <targos@protonmail.com>2019-05-18 14:42:15 +0200
committerMichaël Zasso <targos@protonmail.com>2019-08-01 12:56:46 +0200
commit1dd31fe1aacb7b5574ded1a89d39dbe72b0d827f (patch)
treec2413fc205bf82ff083ec49380c517af3be49850 /tools/v8_gypfiles/d8.gyp
parent84d3243ce92143b0fa4d6b868c27b715f4681d0b (diff)
downloadandroid-node-v8-1dd31fe1aacb7b5574ded1a89d39dbe72b0d827f.tar.gz
android-node-v8-1dd31fe1aacb7b5574ded1a89d39dbe72b0d827f.tar.bz2
android-node-v8-1dd31fe1aacb7b5574ded1a89d39dbe72b0d827f.zip
tools: sync gypfiles with V8 7.6
Co-authored-by: Refael Ackermann (רפאל פלחי) <refack@gmail.com> Co-authored-by: Ujjwal Sharma <usharma1998@gmail.com> PR-URL: https://github.com/nodejs/node/pull/28016 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Refael Ackermann (רפאל פלחי) <refack@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Diffstat (limited to 'tools/v8_gypfiles/d8.gyp')
-rw-r--r--tools/v8_gypfiles/d8.gyp22
1 files changed, 11 insertions, 11 deletions
diff --git a/tools/v8_gypfiles/d8.gyp b/tools/v8_gypfiles/d8.gyp
index e995c3cf56..7e7e426cbf 100644
--- a/tools/v8_gypfiles/d8.gyp
+++ b/tools/v8_gypfiles/d8.gyp
@@ -26,15 +26,15 @@
'<(SHARED_INTERMEDIATE_DIR)',
],
'sources': [
- '<(V8_ROOT)/src/async-hooks-wrapper.cc',
- '<(V8_ROOT)/src/async-hooks-wrapper.h',
- '<(V8_ROOT)/src/d8-console.cc',
- '<(V8_ROOT)/src/d8-console.h',
- '<(V8_ROOT)/src/d8-js.cc',
- '<(V8_ROOT)/src/d8-platforms.cc',
- '<(V8_ROOT)/src/d8-platforms.h',
- '<(V8_ROOT)/src/d8.cc',
- '<(V8_ROOT)/src/d8.h',
+ '<(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',
],
'conditions': [
[ 'want_separate_host_toolset==1', {
@@ -46,10 +46,10 @@
['(OS=="linux" or OS=="mac" or OS=="freebsd" or OS=="netbsd" \
or OS=="openbsd" or OS=="solaris" or OS=="android" \
or OS=="qnx" or OS=="aix")', {
- 'sources': [ '<(V8_ROOT)/src/d8-posix.cc', ]
+ 'sources': [ '<(V8_ROOT)/src/d8/d8-posix.cc', ]
}],
[ 'OS=="win"', {
- 'sources': [ '<(V8_ROOT)/src/d8-windows.cc', ]
+ 'sources': [ '<(V8_ROOT)/src/d8/d8-windows.cc', ]
}],
[ 'component!="shared_library"', {
'conditions': [