Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames M Snell <jasnell@gmail.com>2018-05-17 00:24:25 +0300
committerMyles Borins <mylesborins@google.com>2018-05-22 21:24:32 +0300
commit010ad8c26c86c968d57e10e30e68b746d760682c (patch)
treeb5f08c89adc3ccaf5cc78bb646347b6ce395824f /node.gyp
parent08b98d17f1665ea2c6d652983de7b4c954e3c27a (diff)
src: move *Exceptions out to separate cc/h
PR-URL: https://github.com/nodejs/node/pull/20789 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com> Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com>
Diffstat (limited to 'node.gyp')
-rw-r--r--node.gyp2
1 files changed, 2 insertions, 0 deletions
diff --git a/node.gyp b/node.gyp
index 6bd95c9954b..a40206944f8 100644
--- a/node.gyp
+++ b/node.gyp
@@ -307,6 +307,7 @@
'src/connection_wrap.cc',
'src/connect_wrap.cc',
'src/env.cc',
+ 'src/exceptions.cc',
'src/fs_event_wrap.cc',
'src/handle_wrap.cc',
'src/js_stream.cc',
@@ -369,6 +370,7 @@
'src/connect_wrap.h',
'src/env.h',
'src/env-inl.h',
+ 'src/exceptions.h',
'src/handle_wrap.h',
'src/js_stream.h',
'src/module_wrap.h',