gn build: Merge r372595

llvm-svn: 372597
This commit is contained in:
GN Sync Bot 2019-09-23 12:44:45 +00:00
parent 1ae7905fc8
commit 09855a2b50
2 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,7 @@ static_library("Refactoring") {
"Rename/USRFindingAction.cpp",
"Rename/USRLocFinder.cpp",
"SourceCode.cpp",
"SourceCodeBuilders.cpp",
"Stencil.cpp",
"Transformer.cpp",
]

View File

@ -62,6 +62,7 @@ unittest("ToolingTests") {
"RefactoringTest.cpp",
"ReplacementsYamlTest.cpp",
"RewriterTest.cpp",
"SourceCodeBuildersTest.cpp",
"SourceCodeTest.cpp",
"StencilTest.cpp",
"ToolingTest.cpp",