[gn build] (semi-automatically) port 0360b9f1599b
authorNico Weber <thakis@chromium.org>
Tue, 24 May 2022 15:40:40 +0000 (11:40 -0400)
committerNico Weber <thakis@chromium.org>
Tue, 24 May 2022 15:41:28 +0000 (11:41 -0400)
llvm/utils/gn/secondary/clang-tools-extra/pseudo/lib/BUILD.gn
llvm/utils/gn/secondary/clang-tools-extra/pseudo/unittests/BUILD.gn

index 5bca835..670b5c3 100644 (file)
@@ -8,6 +8,7 @@ static_library("lib") {
   ]
   include_dirs = [ "../include" ]
   sources = [
+    "Bracket.cpp",
     "DirectiveTree.cpp",
     "Forest.cpp",
     "GLR.cpp",
index 143c1ce..96db81a 100644 (file)
@@ -8,9 +8,11 @@ unittest("ClangPseudoTests") {
     "//clang/lib/Lex",
     "//clang/lib/Testing",
     "//llvm/lib/Support",
+    "//llvm/lib/Testing/Support",
   ]
   include_dirs = [ "../include" ]
   sources = [
+    "BracketTest.cpp",
     "DirectiveTreeTest.cpp",
     "ForestTest.cpp",
     "GLRTest.cpp",