[gn build] Port d1ec581ebf

This commit is contained in:
LLVM GN Syncbot 2021-08-18 08:10:40 +00:00
parent d1ec581ebf
commit f58c0a962c
2 changed files with 2 additions and 0 deletions

View File

@ -98,6 +98,7 @@ static_library("clangd") {
"Headers.cpp",
"HeuristicResolver.cpp",
"Hover.cpp",
"IncludeCleaner.cpp",
"IncludeFixer.cpp",
"InlayHints.cpp",
"JSONTransport.cpp",

View File

@ -76,6 +76,7 @@ unittest("ClangdTests") {
"HeaderSourceSwitchTests.cpp",
"HeadersTests.cpp",
"HoverTests.cpp",
"IncludeCleanerTests.cpp",
"IndexActionTests.cpp",
"IndexTests.cpp",
"InlayHintTests.cpp",