summaryrefslogtreecommitdiff
path: root/deps/v8/src/d8.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/d8.gyp')
-rw-r--r--deps/v8/src/d8.gyp14
1 files changed, 7 insertions, 7 deletions
diff --git a/deps/v8/src/d8.gyp b/deps/v8/src/d8.gyp
index f249a78856..cc65a5b75a 100644
--- a/deps/v8/src/d8.gyp
+++ b/deps/v8/src/d8.gyp
@@ -31,20 +31,20 @@
# Enable support for Intel VTune. Supported on ia32/x64 only
'v8_enable_vtunejit%': 0,
'v8_enable_i18n_support%': 1,
- 'v8_toolset_for_d8%': 'target',
},
- 'includes': ['../build/toolchain.gypi', '../build/features.gypi'],
+ 'includes': ['../gypfiles/toolchain.gypi', '../gypfiles/features.gypi'],
'targets': [
{
'target_name': 'd8',
'type': 'executable',
'dependencies': [
- '../tools/gyp/v8.gyp:v8',
- '../tools/gyp/v8.gyp:v8_libplatform',
+ 'v8.gyp:v8',
+ 'v8.gyp:v8_libplatform',
],
# Generated source files need this explicitly:
'include_dirs+': [
'..',
+ '<(DEPTH)',
],
'sources': [
'd8.h',
@@ -52,7 +52,7 @@
],
'conditions': [
[ 'want_separate_host_toolset==1', {
- 'toolsets': [ '<(v8_toolset_for_d8)', ],
+ 'toolsets': [ 'target', ],
}],
['(OS=="linux" or OS=="mac" or OS=="freebsd" or OS=="netbsd" \
or OS=="openbsd" or OS=="solaris" or OS=="android" \
@@ -141,7 +141,7 @@
},
],
'conditions': [
- ['test_isolation_mode != "noop" and v8_toolset_for_d8 == "target"', {
+ ['test_isolation_mode != "noop"', {
'targets': [
{
'target_name': 'd8_run',
@@ -150,7 +150,7 @@
'd8',
],
'includes': [
- '../build/isolate.gypi',
+ '../gypfiles/isolate.gypi',
],
'sources': [
'd8.isolate',