]> granicus.if.org Git - llvm/commitdiff
gn build: Merge r361418 more
authorNico Weber <nicolasweber@gmx.de>
Thu, 23 May 2019 18:01:16 +0000 (18:01 +0000)
committerNico Weber <nicolasweber@gmx.de>
Thu, 23 May 2019 18:01:16 +0000 (18:01 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@361520 91177308-0d34-0410-b5e6-96231b3b80d8

utils/gn/secondary/clang-tools-extra/clang-tidy/utils/BUILD.gn
utils/gn/secondary/clang-tools-extra/unittests/clang-tidy/BUILD.gn

index ea5783ff566df48703fec83959f8672a497d538a..2deb47501ce6cd18a8907af41dfb35b06fcd0261 100644 (file)
@@ -7,6 +7,7 @@ static_library("utils") {
     "//clang/lib/ASTMatchers",
     "//clang/lib/Basic",
     "//clang/lib/Lex",
+    "//clang/lib/Tooling/Refactoring",
     "//llvm/lib/Support",
   ]
   sources = [
index 12ea944e3b25b975e77c02e352377e803a97fe17..7d1f256458957e3ea12cc108c45c54b75354253b 100644 (file)
@@ -18,6 +18,7 @@ unittest("ClangTidyTests") {
     "//clang/lib/Serialization",
     "//clang/lib/Tooling",
     "//clang/lib/Tooling/Core",
+    "//clang/lib/Tooling/Refactoring",
     "//llvm/lib/Support",
   ]
   include_dirs = [ "//clang-tools-extra/clang-tidy" ]