Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(23)

Side by Side Diff: ios/chrome/browser/geolocation/BUILD.gn

Issue 2528003002: [ObjC ARC] Converts ios/chrome/browser/geolocation:geolocation to ARC.Automatically generated ARC… (Closed)
Patch Set: comments, cleanup Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | ios/chrome/browser/geolocation/CLLocation+OmniboxGeolocation.mm » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 source_set("geolocation") { 5 source_set("geolocation") {
6 configs += [ "//build/config/compiler:enable_arc" ]
6 sources = [ 7 sources = [
7 "CLLocation+OmniboxGeolocation.h", 8 "CLLocation+OmniboxGeolocation.h",
8 "CLLocation+OmniboxGeolocation.mm", 9 "CLLocation+OmniboxGeolocation.mm",
9 "CLLocation+XGeoHeader.h", 10 "CLLocation+XGeoHeader.h",
10 "CLLocation+XGeoHeader.mm", 11 "CLLocation+XGeoHeader.mm",
11 "location_manager+Testing.h", 12 "location_manager+Testing.h",
12 "location_manager.h", 13 "location_manager.h",
13 "location_manager.mm", 14 "location_manager.mm",
14 "omnibox_geolocation_authorization_alert.h", 15 "omnibox_geolocation_authorization_alert.h",
15 "omnibox_geolocation_authorization_alert.mm", 16 "omnibox_geolocation_authorization_alert.mm",
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 deps = [ 56 deps = [
56 ":geolocation", 57 ":geolocation",
57 "//base", 58 "//base",
58 "//components/prefs:test_support", 59 "//components/prefs:test_support",
59 "//ios/chrome/test:test_support", 60 "//ios/chrome/test:test_support",
60 "//ios/public/provider/chrome/browser", 61 "//ios/public/provider/chrome/browser",
61 "//testing/gtest", 62 "//testing/gtest",
62 "//third_party/ocmock", 63 "//third_party/ocmock",
63 ] 64 ]
64 } 65 }
OLDNEW
« no previous file with comments | « no previous file | ios/chrome/browser/geolocation/CLLocation+OmniboxGeolocation.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698