summaryrefslogtreecommitdiff
path: root/node.gyp
diff options
context:
space:
mode:
authorRefael Ackermann <refack@gmail.com>2019-05-30 11:54:09 -0400
committerRich Trott <rtrott@gmail.com>2019-06-02 12:03:40 +0200
commitcb92d243e8b3603cf4abd231abe83179950927fc (patch)
tree33f4125357bb7dbd8efa85c32e0cdb71c2fcca04 /node.gyp
parentdb013e1cd3947ed0ae9dddaec127f1707e91a2ee (diff)
downloadandroid-node-v8-cb92d243e8b3603cf4abd231abe83179950927fc.tar.gz
android-node-v8-cb92d243e8b3603cf4abd231abe83179950927fc.tar.bz2
android-node-v8-cb92d243e8b3603cf4abd231abe83179950927fc.zip
tools: fix js2c regression
PR-URL: https://github.com/nodejs/node/pull/27980 Reviewed-By: Michaƫl Zasso <targos@protonmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
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 8ece8060b8..56377d6a0c 100644
--- a/node.gyp
+++ b/node.gyp
@@ -1094,6 +1094,7 @@
'test/cctest/test_node_postmortem_metadata.cc',
'test/cctest/test_environment.cc',
'test/cctest/test_linked_binding.cc',
+ 'test/cctest/test_per_process.cc',
'test/cctest/test_platform.cc',
'test/cctest/test_report_util.cc',
'test/cctest/test_traced_value.cc',