[gn build] Port c03d6257c5

This commit is contained in:
LLVM GN Syncbot 2022-04-06 19:38:53 +00:00
parent c03d6257c5
commit ee5fda1ff8
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ static_library("lib") {
]
include_dirs = [ "../include" ]
sources = [
"DirectiveMap.cpp",
"DirectiveTree.cpp",
"Forest.cpp",
"Grammar.cpp",
"GrammarBNF.cpp",

View File

@ -11,7 +11,7 @@ unittest("ClangPseudoTests") {
]
include_dirs = [ "../include" ]
sources = [
"DirectiveMapTest.cpp",
"DirectiveTreeTest.cpp",
"ForestTest.cpp",
"GrammarTest.cpp",
"LRTableTest.cpp",