summaryrefslogtreecommitdiff
path: root/node.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'node.gyp')
-rw-r--r--node.gyp8
1 files changed, 1 insertions, 7 deletions
diff --git a/node.gyp b/node.gyp
index 87ba666480..8068ea17e3 100644
--- a/node.gyp
+++ b/node.gyp
@@ -39,10 +39,7 @@
'lib/sys.js',
'lib/timers.js',
'lib/tls.js',
- 'lib/tty_legacy.js',
- 'lib/tty_posix.js',
- 'lib/tty_uv.js',
- 'lib/tty_win32.js',
+ 'lib/tty.js',
'lib/url.js',
'lib/util.js',
'lib/vm.js',
@@ -109,7 +106,6 @@
'src/node_os.h',
'src/node_root_certs.h',
'src/node_script.h',
- 'src/node_stdio.h',
'src/node_string.h',
'src/node_version.h',
'src/pipe_wrap.h',
@@ -153,7 +149,6 @@
[ 'OS=="win"', {
'sources': [
'src/platform_win32.cc',
- 'src/node_stdio_win32.cc',
# headers to make for a more pleasant IDE experience
'src/platform_win32.h',
],
@@ -169,7 +164,6 @@
'src/node_signal_watcher.cc',
'src/node_stat_watcher.cc',
'src/node_io_watcher.cc',
- 'src/node_stdio.cc',
]
}],
[ 'OS=="mac"', {