[gn build] Port 23444edf30

This commit is contained in:
LLVM GN Syncbot 2020-02-21 17:21:54 +00:00
parent 41bd9ead35
commit 8c70a2597f
2 changed files with 2 additions and 0 deletions

View File

@ -9,5 +9,6 @@ static_library("ASTMatchers") {
sources = [
"ASTMatchFinder.cpp",
"ASTMatchersInternal.cpp",
"GtestMatchers.cpp",
]
}

View File

@ -15,5 +15,6 @@ unittest("ASTMatchersTests") {
"ASTMatchersNarrowingTest.cpp",
"ASTMatchersNodeTest.cpp",
"ASTMatchersTraversalTest.cpp",
"GtestMatchersTest.cpp",
]
}