[gn build] (manually) port 9c4d194f44 better

This commit is contained in:
Nico Weber 2021-12-02 21:11:36 -05:00
parent 550fd071ed
commit b3aa120f0e
2 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,6 @@ unittest("ClangAnalysisTests") {
"//clang/lib/Analysis",
"//clang/lib/Basic",
"//clang/lib/Frontend",
"//clang/lib/Testing",
"//clang/lib/Tooling",
"//llvm/lib/Support",
]

View File

@ -7,6 +7,7 @@ unittest("StaticAnalysisTests") {
"//clang/lib/Basic",
"//clang/lib/StaticAnalyzer/Core",
"//clang/lib/StaticAnalyzer/Frontend",
"//clang/lib/Testing",
"//clang/lib/Tooling",
"//llvm/lib/Support",
]