summaryrefslogtreecommitdiffstats
path: root/chromium/ios/chrome/browser/geolocation/BUILD.gn
blob: 446d97ab7cebdd7042c30710ed062250e6d4c731 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Copyright 2016 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

source_set("geolocation") {
  sources = [
    "geolocation_logger.h",
    "geolocation_logger.mm",
  ]
  deps = [
    "//base",
    "//components/google/core/common",
    "//components/prefs",
    "//components/strings",
    "//ios/chrome/app:tests_hook",
    "//ios/chrome/browser/shared/model/browser_state",
    "//ios/chrome/browser/shared/ui/util",
    "//ios/chrome/browser/tabs",
    "//ios/web/public",
    "//ios/web/public/navigation",
    "//ui/base",
    "//url",
  ]
  frameworks = [ "CoreLocation.framework" ]
}