summaryrefslogtreecommitdiff
path: root/node.gyp
diff options
context:
space:
mode:
authorJoyee Cheung <joyeec9h3@gmail.com>2018-12-31 23:18:08 +0800
committerJoyee Cheung <joyeec9h3@gmail.com>2019-01-11 20:11:55 +0800
commit7824280b5827e1aaba067088b195328185525b21 (patch)
tree7c1971d1ee5ac4a6f02b38e8fb6bfebf5a02c250 /node.gyp
parent5a15f4bdfa060082757062dc5f39519d93e7b8fb (diff)
downloadandroid-node-v8-7824280b5827e1aaba067088b195328185525b21.tar.gz
android-node-v8-7824280b5827e1aaba067088b195328185525b21.tar.bz2
android-node-v8-7824280b5827e1aaba067088b195328185525b21.zip
src: declare process-related C++ methods in node_process.h
Instead of in node_internals.h. Also move process property accessors that are not reused into node_process_object.cc and make them static. PR-URL: https://github.com/nodejs/node/pull/25397 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
Diffstat (limited to 'node.gyp')
-rw-r--r--node.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/node.gyp b/node.gyp
index 36a6ea92dc..0db34a873e 100644
--- a/node.gyp
+++ b/node.gyp
@@ -449,6 +449,7 @@
'src/node_perf_common.h',
'src/node_persistent.h',
'src/node_platform.h',
+ 'src/node_process.h',
'src/node_revert.h',
'src/node_root_certs.h',
'src/node_stat_watcher.h',