[NFC][Py Reformat] Reformat python files in llvm
[llvm-project.git] / llvm / utils / gn / secondary / clang-tools-extra / pseudo / lib / BUILD.gn
blobee5cd10df92e5cdb935813129dbce9008a1b9c65
1 static_library("lib") {
2   output_name = "clangPseudo"
3   configs += [ "//llvm/utils/gn/build:clang_code" ]
4   deps = [
5     "//clang-tools-extra/pseudo/lib/grammar",
6     "//clang/lib/Basic",
7     "//clang/lib/Lex",
8     "//llvm/lib/Support",
9   ]
10   include_dirs = [ "../include" ]
11   sources = [
12     "Bracket.cpp",
13     "DirectiveTree.cpp",
14     "Disambiguate.cpp",
15     "Forest.cpp",
16     "GLR.cpp",
17     "Lex.cpp",
18     "Token.cpp",
19   ]