Skip to content

Commit 2d31fd8

Browse files
danbevMylesBorins
authored andcommitted
build: move source files from headers section
Currently, the sources list contains sources and headers which are separated by a comment. I noticed two .cc files after the headers comment and this commit moves those files the start of the list where the rest of source files are. PR-URL: #10850 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Italo A. Casas <[email protected]>
1 parent bde1a7e commit 2d31fd8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

node.gyp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,13 +167,15 @@
167167
'src/signal_wrap.cc',
168168
'src/spawn_sync.cc',
169169
'src/string_bytes.cc',
170+
'src/string_search.cc',
170171
'src/stream_base.cc',
171172
'src/stream_wrap.cc',
172173
'src/tcp_wrap.cc',
173174
'src/timer_wrap.cc',
174175
'src/tty_wrap.cc',
175176
'src/process_wrap.cc',
176177
'src/udp_wrap.cc',
178+
'src/util.cc',
177179
'src/uv.cc',
178180
# headers to make for a more pleasant IDE experience
179181
'src/async-wrap.h',
@@ -214,8 +216,6 @@
214216
'src/tree.h',
215217
'src/util.h',
216218
'src/util-inl.h',
217-
'src/util.cc',
218-
'src/string_search.cc',
219219
'deps/http_parser/http_parser.h',
220220
'deps/v8/include/v8.h',
221221
'deps/v8/include/v8-debug.h',

0 commit comments

Comments
 (0)