Skip to content
This repository was archived by the owner on Mar 4, 2020. It is now read-only.

Commit 28428d3

Browse files
committed
fixup! chore: add GN build files
- nodejs/node#21238 - nodejs/node#20987
1 parent 8510e28 commit 28428d3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

BUILD.gn

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -369,6 +369,8 @@ component("node_lib") {
369369
"src/connect_wrap.h",
370370
"src/connection_wrap.cc",
371371
"src/connection_wrap.h",
372+
"src/debug_utils.cc",
373+
"src/debug_utils.h",
372374
"src/env-inl.h",
373375
"src/env.cc",
374376
"src/env.h",
@@ -470,10 +472,7 @@ component("node_lib") {
470472
"src/uv.cc",
471473
]
472474
if (is_win) {
473-
sources += [ "src/backtrace_win32.cc" ]
474475
libs += [ "psapi.lib" ]
475-
} else {
476-
sources += [ "src/backtrace_posix.cc" ]
477476
}
478477

479478
if (is_mac) {

0 commit comments

Comments
 (0)