llvm/llvm/utils/gn/secondary/lldb/source/Interpreter/Interfaces/BUILD.gn

static_library("Interfaces") {
  output_name = "lldbInterpreterInterfaces"
  configs += [ "//llvm/utils/gn/build:lldb_code" ]
  deps = [
    "//lldb/source/Utility",
    "//llvm/lib/Support",
  ]
  sources = [ "ScriptedInterfaceUsages.cpp" ]
}