gn build: Merge r360572
authorNico Weber <nicolasweber@gmx.de>
Mon, 13 May 2019 16:15:40 +0000 (16:15 +0000)
committerNico Weber <nicolasweber@gmx.de>
Mon, 13 May 2019 16:15:40 +0000 (16:15 +0000)
llvm-svn: 360597

llvm/utils/gn/secondary/clang/unittests/AST/BUILD.gn

index 877d9d9..1edceba 100644 (file)
@@ -13,7 +13,10 @@ unittest("ASTTests") {
   ]
   sources = [
     "ASTContextParentMapTest.cpp",
+    "ASTImporterFixtures.cpp",
+    "ASTImporterGenericRedeclTest.cpp",
     "ASTImporterTest.cpp",
+    "ASTImporterVisibilityTest.cpp",
     "ASTTypeTraitsTest.cpp",
     "ASTVectorTest.cpp",
     "CommentLexer.cpp",