gn build: Merge r371976

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@371977 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Nico Weber 2019-09-16 11:33:54 +00:00
parent f4c41d6cba
commit bd50d31a90
2 changed files with 2 additions and 0 deletions

View File

@ -102,6 +102,7 @@ static_library("clangd") {
"RIFF.cpp",
"Selection.cpp",
"SemanticHighlighting.cpp",
"SemanticSelection.cpp",
"SourceCode.cpp",
"TUScheduler.cpp",
"Threading.cpp",

View File

@ -63,6 +63,7 @@ unittest("ClangdTests") {
"RenameTests.cpp",
"SelectionTests.cpp",
"SemanticHighlightingTests.cpp",
"SemanticSelectionTests.cpp",
"SerializationTests.cpp",
"SourceCodeTests.cpp",
"SymbolCollectorTests.cpp",