summaryrefslogtreecommitdiff
path: root/chromium/chrome/common/mac/BUILD.gn
blob: b23c0b4579b7183c9a11f6084f61cef73479aa14 (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" ]

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