[gn build] Port 2f395b7092

This commit is contained in:
LLVM GN Syncbot 2021-01-14 17:39:58 +00:00
parent 8b09cf7956
commit b4e083b0ef
2 changed files with 2 additions and 0 deletions

View File

@ -67,6 +67,7 @@ static_library("clangd") {
]
sources = [
"AST.cpp",
"ASTSignals.cpp",
"ClangdLSPServer.cpp",
"ClangdServer.cpp",
"CodeComplete.cpp",

View File

@ -42,6 +42,7 @@ unittest("ClangdTests") {
target_gen_dir,
]
sources = [
"ASTSignalsTests.cpp",
"ASTTests.cpp",
"Annotations.cpp",
"BackgroundIndexTests.cpp",