[gn build] Port 8bd000a65f

This commit is contained in:
LLVM GN Syncbot 2020-07-04 08:53:11 +00:00
parent 8bd000a65f
commit 2ac9c45910
2 changed files with 2 additions and 0 deletions

View File

@ -63,6 +63,7 @@ static_library("clangd") {
"Compiler.cpp",
"Config.cpp",
"ConfigCompile.cpp",
"ConfigProvider.cpp",
"ConfigYAML.cpp",
"Diagnostics.cpp",
"DraftStore.cpp",

View File

@ -42,6 +42,7 @@ unittest("ClangdTests") {
"CompileCommandsTests.cpp",
"CompilerTests.cpp",
"ConfigCompileTests.cpp",
"ConfigProviderTests.cpp",
"ConfigYAMLTests.cpp",
"DexTests.cpp",
"DiagnosticsTests.cpp",