xref: /llvm-project/llvm/utils/gn/secondary/clang-tools-extra/clang-change-namespace/tool/BUILD.gn (revision 1afd889d0b4352ddaef33680ace94045938591f1)
19920b98cSNico Weberexecutable("clang-change-namespace") {
29920b98cSNico Weber  configs += [ "//llvm/utils/gn/build:clang_code" ]
39920b98cSNico Weber  deps = [
49920b98cSNico Weber    "//clang-tools-extra/clang-change-namespace",
59920b98cSNico Weber    "//clang/lib/AST",
69920b98cSNico Weber    "//clang/lib/ASTMatchers",
79920b98cSNico Weber    "//clang/lib/Basic",
89920b98cSNico Weber    "//clang/lib/Format",
99920b98cSNico Weber    "//clang/lib/Frontend",
109920b98cSNico Weber    "//clang/lib/Rewrite",
119920b98cSNico Weber    "//clang/lib/Serialization",
129920b98cSNico Weber    "//clang/lib/Tooling",
139920b98cSNico Weber    "//clang/lib/Tooling/Core",
149920b98cSNico Weber  ]
159920b98cSNico Weber  include_dirs = [ ".." ]
16*1afd889dSNico Weber  sources = [ "ClangChangeNamespace.cpp" ]
179920b98cSNico Weber}
18