Skip to content

Commit 5929de8

Browse files
committed
[gn build] Port 7790d69
1 parent 7790d69 commit 5929de8

File tree

1 file changed

+1
-1
lines changed
  • llvm/utils/gn/secondary/lldb/tools/lldb-dap

1 file changed

+1
-1
lines changed

llvm/utils/gn/secondary/lldb/tools/lldb-dap/BUILD.gn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ executable("lldb-dap") {
8383
"Handler/TestGetTargetBreakpointsRequestHandler.cpp",
8484
"Handler/ThreadsRequestHandler.cpp",
8585
"Handler/VariablesRequestHandler.cpp",
86-
"IOStream.cpp",
8786
"InstructionBreakpoint.cpp",
8887
"JSONUtils.cpp",
8988
"LLDBUtils.cpp",
@@ -92,6 +91,7 @@ executable("lldb-dap") {
9291
"Protocol.cpp",
9392
"RunInTerminal.cpp",
9493
"SourceBreakpoint.cpp",
94+
"Transport.cpp",
9595
"Watchpoint.cpp",
9696
"lldb-dap.cpp",
9797
]

0 commit comments

Comments
 (0)