[gn build] Port ccdb56ac10

This commit is contained in:
LLVM GN Syncbot 2022-05-17 19:07:18 +00:00
parent 118c5d1c97
commit d910508a65
2 changed files with 2 additions and 0 deletions

View File

@ -132,6 +132,7 @@ static_library("clangd") {
"index/Ref.cpp",
"index/Relation.cpp",
"index/Serialization.cpp",
"index/StdLib.cpp",
"index/Symbol.cpp",
"index/SymbolCollector.cpp",
"index/SymbolID.cpp",

View File

@ -99,6 +99,7 @@ unittest("ClangdTests") {
"SemanticSelectionTests.cpp",
"SerializationTests.cpp",
"SourceCodeTests.cpp",
"StdLibTests.cpp",
"SymbolCollectorTests.cpp",
"SymbolInfoTests.cpp",
"SyncAPI.cpp",