source_set("remote") { configs += [ "//llvm/utils/gn/build:clang_code" ] deps = [ "//clang-tools-extra/clangd/support", "//llvm/lib/Support", ] include_dirs = [ "../.." ] sources = [] if (false) { sources += [ "Client.cpp" ] } }