mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-26 12:43:36 +01:00
[gn build] Port e336b74c995
This commit is contained in:
parent
f0bf472ab7
commit
e82f648232
@ -15,6 +15,7 @@ static_library("Format") {
|
||||
"Format.cpp",
|
||||
"FormatToken.cpp",
|
||||
"FormatTokenLexer.cpp",
|
||||
"MacroExpander.cpp",
|
||||
"NamespaceEndCommentsFixer.cpp",
|
||||
"SortJavaScriptImports.cpp",
|
||||
"TokenAnalyzer.cpp",
|
||||
|
@ -23,6 +23,7 @@ unittest("FormatTests") {
|
||||
"FormatTestSelective.cpp",
|
||||
"FormatTestTableGen.cpp",
|
||||
"FormatTestTextProto.cpp",
|
||||
"MacroExpanderTest.cpp",
|
||||
"NamespaceEndCommentsFixerTest.cpp",
|
||||
"SortImportsTestJS.cpp",
|
||||
"SortImportsTestJava.cpp",
|
||||
|
Loading…
Reference in New Issue
Block a user