summaryrefslogtreecommitdiff
path: root/chromium/chrome/common/mac/BUILD.gn
blob: b2cf3fc79cc588907fec91aae9a36c827ffb1417 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
source_set("launchd") {
  sources = [
    "launchd.h",
    "launchd.mm",
    "service_management.h",
    "service_management.mm",
  ]

  deps = [ "//base" ]

  frameworks = [
    "CoreServices.framework",
    "Foundation.framework",
    "ServiceManagement.framework",
  ]
}