[gn build] Port 8bd000a65fe
authorLLVM GN Syncbot <llvmgnsyncbot@gmail.com>
Sat, 4 Jul 2020 08:53:11 +0000 (08:53 +0000)
committerLLVM GN Syncbot <llvmgnsyncbot@gmail.com>
Sat, 4 Jul 2020 08:53:11 +0000 (08:53 +0000)
llvm/utils/gn/secondary/clang-tools-extra/clangd/BUILD.gn
llvm/utils/gn/secondary/clang-tools-extra/clangd/unittests/BUILD.gn

index 7ed1b60..dade4cc 100644 (file)
@@ -63,6 +63,7 @@ static_library("clangd") {
     "Compiler.cpp",
     "Config.cpp",
     "ConfigCompile.cpp",
+    "ConfigProvider.cpp",
     "ConfigYAML.cpp",
     "Diagnostics.cpp",
     "DraftStore.cpp",
index a4d5434..b45aa8d 100644 (file)
@@ -42,6 +42,7 @@ unittest("ClangdTests") {
     "CompileCommandsTests.cpp",
     "CompilerTests.cpp",
     "ConfigCompileTests.cpp",
+    "ConfigProviderTests.cpp",
     "ConfigYAMLTests.cpp",
     "DexTests.cpp",
     "DiagnosticsTests.cpp",