Skip to content

Commit 4b1bd4e

Browse files
danbevItalo A. Casas
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: nodejs#10850 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Italo A. Casas <me@italoacasas.com>
1 parent 62e92f4 commit 4b1bd4e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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)