forked from OSchip/llvm-project
[gn build] Port b58a420ff4
This commit is contained in:
parent
b4c83a13f6
commit
75ac914b14
|
@ -6,7 +6,7 @@ static_library("Lex") {
|
|||
"//llvm/lib/Support",
|
||||
]
|
||||
sources = [
|
||||
"DependencyDirectivesSourceMinimizer.cpp",
|
||||
"DependencyDirectivesScanner.cpp",
|
||||
"HeaderMap.cpp",
|
||||
"HeaderSearch.cpp",
|
||||
"InitHeaderSearch.cpp",
|
||||
|
|
|
@ -11,7 +11,7 @@ unittest("LexTests") {
|
|||
"//llvm/lib/Support",
|
||||
]
|
||||
sources = [
|
||||
"DependencyDirectivesSourceMinimizerTest.cpp",
|
||||
"DependencyDirectivesScannerTest.cpp",
|
||||
"HeaderMapTest.cpp",
|
||||
"HeaderSearchTest.cpp",
|
||||
"LexerTest.cpp",
|
||||
|
|
Loading…
Reference in New Issue