summaryrefslogtreecommitdiff
path: root/node.gypi
diff options
context:
space:
mode:
Diffstat (limited to 'node.gypi')
-rw-r--r--node.gypi8
1 files changed, 0 insertions, 8 deletions
diff --git a/node.gypi b/node.gypi
index cc98b0f723..938455bbae 100644
--- a/node.gypi
+++ b/node.gypi
@@ -105,14 +105,6 @@
'defines': [ 'NODE_HAVE_SMALL_ICU=1' ],
}]],
}],
- [ 'node_use_bundled_v8=="true" and \
- node_enable_v8_vtunejit=="true" and (target_arch=="x64" or \
- target_arch=="ia32" or target_arch=="x32")', {
- 'defines': [ 'NODE_ENABLE_VTUNE_PROFILING' ],
- 'dependencies': [
- 'tools/v8_gypfiles/v8vtune.gyp:v8_vtune'
- ],
- }],
[ 'node_no_browser_globals=="true"', {
'defines': [ 'NODE_NO_BROWSER_GLOBALS' ],
} ],