[gn build] sort of merge 37ac559fcc

It'd be nicer if there was a group target that forwarded either to
//clang-tools-extra/clangd/index/remote or
//clangd/index/remote/unimplemented based on if remote index is enabled,
but for now it's never enabled in the gn build.
This commit is contained in:
Nico Weber 2020-11-22 16:07:33 -05:00
parent f4f8a67aaf
commit 6a9d05a0a2
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ executable("clangd") {
"//clang-tools-extra/clang-tidy",
"//clang-tools-extra/clangd",
"//clang-tools-extra/clangd:features",
"//clang-tools-extra/clangd/index/remote/unimplemented",
"//clang-tools-extra/clangd/refactor/tweaks",
"//clang/lib/AST",
"//clang/lib/Basic",