Skip to content

Commit 74f9cc9

Browse files
danbevitaloacasas
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 a3abba0 commit 74f9cc9

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
@@ -171,13 +171,15 @@
171171
'src/signal_wrap.cc',
172172
'src/spawn_sync.cc',
173173
'src/string_bytes.cc',
174+
'src/string_search.cc',
174175
'src/stream_base.cc',
175176
'src/stream_wrap.cc',
176177
'src/tcp_wrap.cc',
177178
'src/timer_wrap.cc',
178179
'src/tty_wrap.cc',
179180
'src/process_wrap.cc',
180181
'src/udp_wrap.cc',
182+
'src/util.cc',
181183
'src/uv.cc',
182184
# headers to make for a more pleasant IDE experience
183185
'src/async-wrap.h',
@@ -218,8 +220,6 @@
218220
'src/tree.h',
219221
'src/util.h',
220222
'src/util-inl.h',
221-
'src/util.cc',
222-
'src/string_search.cc',
223223
'deps/http_parser/http_parser.h',
224224
'deps/v8/include/v8.h',
225225
'deps/v8/include/v8-debug.h',

0 commit comments

Comments
 (0)