Skip to content

Commit af3c211

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 53b0f41 commit af3c211

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
@@ -163,13 +163,15 @@
163163
'src/signal_wrap.cc',
164164
'src/spawn_sync.cc',
165165
'src/string_bytes.cc',
166+
'src/string_search.cc',
166167
'src/stream_base.cc',
167168
'src/stream_wrap.cc',
168169
'src/tcp_wrap.cc',
169170
'src/timer_wrap.cc',
170171
'src/tty_wrap.cc',
171172
'src/process_wrap.cc',
172173
'src/udp_wrap.cc',
174+
'src/util.cc',
173175
'src/uv.cc',
174176
# headers to make for a more pleasant IDE experience
175177
'src/async-wrap.h',
@@ -208,8 +210,6 @@
208210
'src/tree.h',
209211
'src/util.h',
210212
'src/util-inl.h',
211-
'src/util.cc',
212-
'src/string_search.cc',
213213
'deps/http_parser/http_parser.h',
214214
'deps/v8/include/v8.h',
215215
'deps/v8/include/v8-debug.h',

0 commit comments

Comments
 (0)