[gn build] Port cbc9c4ea90e1

This commit is contained in:
LLVM GN Syncbot 2021-04-14 06:32:13 +00:00
parent cbc9c4ea90
commit 9052920676
2 changed files with 2 additions and 0 deletions

View File

@ -97,6 +97,7 @@ static_library("clangd") {
"HeuristicResolver.cpp", "HeuristicResolver.cpp",
"Hover.cpp", "Hover.cpp",
"IncludeFixer.cpp", "IncludeFixer.cpp",
"InlayHints.cpp",
"JSONTransport.cpp", "JSONTransport.cpp",
"ParsedAST.cpp", "ParsedAST.cpp",
"PathMapping.cpp", "PathMapping.cpp",

View File

@ -78,6 +78,7 @@ unittest("ClangdTests") {
"HoverTests.cpp", "HoverTests.cpp",
"IndexActionTests.cpp", "IndexActionTests.cpp",
"IndexTests.cpp", "IndexTests.cpp",
"InlayHintTests.cpp",
"JSONTransportTests.cpp", "JSONTransportTests.cpp",
"LSPBinderTests.cpp", "LSPBinderTests.cpp",
"LSPClient.cpp", "LSPClient.cpp",