1import("//third-party/unittest/unittest.gni")
2
3unittest("DebugInfoGSYMTests") {
4  deps = [
5    "//llvm/lib/CodeGen/AsmPrinter",
6    "//llvm/lib/DebugInfo/GSYM",
7    "//llvm/lib/MC",
8    "//llvm/lib/Object",
9    "//llvm/lib/ObjectYAML",
10    "//llvm/lib/Support",
11    "//llvm/lib/Target:TargetsToBuild",
12    "//llvm/lib/Testing/Support",
13  ]
14  sources = [ "GSYMTest.cpp" ]
15}
16