blob: 049eb2e1e5670a4cb89bc3bd1210a4132ae33140 [file] [log] [blame]
# Copyright 2016 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
source_set("geolocation") {
configs += [ "//build/config/compiler:enable_arc" ]
sources = [
"geolocation_logger.h",
"geolocation_logger.mm",
]
deps = [
"//base",
"//components/google/core/common",
"//components/prefs",
"//components/strings",
"//ios/chrome/app:tests_hook",
"//ios/chrome/app/strings",
"//ios/chrome/browser",
"//ios/chrome/browser/browser_state",
"//ios/chrome/browser/tabs",
"//ios/chrome/browser/ui/util",
"//ios/public/provider/chrome/browser",
"//ios/web/public",
"//ios/web/public/navigation",
"//ui/base",
"//url",
]
frameworks = [ "CoreLocation.framework" ]
}