xref: /llvm-project/llvm/utils/gn/secondary/clang-tools-extra/clangd/index/remote/BUILD.gn (revision 191117cec5cdffb46fc3b889bd0627b77b798864)
1source_set("remote") {
2  configs += [ "//llvm/utils/gn/build:clang_code" ]
3  deps = [
4    "//clang-tools-extra/clangd/support",
5    "//llvm/lib/Support",
6  ]
7  include_dirs = [ "../.." ]
8  sources = []
9  if (false) {
10    sources += [ "Client.cpp" ]
11  }
12}
13