[NFC][Py Reformat] Reformat python files in llvm
[llvm-project.git] / llvm / utils / gn / secondary / lldb / source / DataFormatters / BUILD.gn
blob5dcbc01053fbe18404b9ba89a2fb047568b9aa1c
1 static_library("DataFormatters") {
2   output_name = "lldbDataFormatters"
3   configs += [ "//llvm/utils/gn/build:lldb_code" ]
4   deps = [
5     "//lldb/source/Core",
7     #"//lldb/source/Interpreter", # FIXME: Dependency cycle.
8     #"//lldb/source/Symbol", # FIXME: 3-hop Dependency cycle (DataFormatters->Symbol->Expression->Interpreter->DataFormatters)
9     #"//lldb/source/Target",  # FIXME: 3-hop Dependency cycle (DataFormatters->Target->Expression->Interpreter->DataFormatters)
10     "//lldb/source/Utility",
11     "//llvm/lib/Support",
12   ]
13   sources = [
14     "CXXFunctionPointer.cpp",
15     "DataVisualization.cpp",
16     "DumpValueObjectOptions.cpp",
17     "FormatCache.cpp",
18     "FormatClasses.cpp",
19     "FormatManager.cpp",
20     "FormattersHelpers.cpp",
21     "LanguageCategory.cpp",
22     "StringPrinter.cpp",
23     "TypeCategory.cpp",
24     "TypeCategoryMap.cpp",
25     "TypeFormat.cpp",
26     "TypeSummary.cpp",
27     "TypeSynthetic.cpp",
28     "ValueObjectPrinter.cpp",
29     "VectorType.cpp",
30   ]