forked from OSchip/llvm-project
[gn build] Port 8bd000a65f
This commit is contained in:
parent
8bd000a65f
commit
2ac9c45910
|
@ -63,6 +63,7 @@ static_library("clangd") {
|
|||
"Compiler.cpp",
|
||||
"Config.cpp",
|
||||
"ConfigCompile.cpp",
|
||||
"ConfigProvider.cpp",
|
||||
"ConfigYAML.cpp",
|
||||
"Diagnostics.cpp",
|
||||
"DraftStore.cpp",
|
||||
|
|
|
@ -42,6 +42,7 @@ unittest("ClangdTests") {
|
|||
"CompileCommandsTests.cpp",
|
||||
"CompilerTests.cpp",
|
||||
"ConfigCompileTests.cpp",
|
||||
"ConfigProviderTests.cpp",
|
||||
"ConfigYAMLTests.cpp",
|
||||
"DexTests.cpp",
|
||||
"DiagnosticsTests.cpp",
|
||||
|
|
Loading…
Reference in New Issue