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

Side by Side Diff: ios/public/provider/chrome/browser/signin/BUILD.gn

Issue 2964383002: [ObjC ARC] Converts ios/public/provider/chrome/browser/signin:signin to ARC. (Closed)
Patch Set: comments Created 3 years, 5 months 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/public/provider/chrome/browser/signin/chrome_identity.h » ('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("signin") { 5 source_set("signin") {
6 configs += [ "//build/config/compiler:enable_arc" ]
6 sources = [ 7 sources = [
7 "chrome_identity.h", 8 "chrome_identity.h",
8 "chrome_identity.mm", 9 "chrome_identity.mm",
9 "chrome_identity_browser_opener.h", 10 "chrome_identity_browser_opener.h",
10 "chrome_identity_interaction_manager.h", 11 "chrome_identity_interaction_manager.h",
11 "chrome_identity_interaction_manager.mm", 12 "chrome_identity_interaction_manager.mm",
12 "chrome_identity_service.h", 13 "chrome_identity_service.h",
13 "chrome_identity_service.mm", 14 "chrome_identity_service.mm",
14 "signin_error_provider.h", 15 "signin_error_provider.h",
15 "signin_error_provider.mm", 16 "signin_error_provider.mm",
(...skipping 20 matching lines...) Expand all
36 deps = [ 37 deps = [
37 ":signin", 38 ":signin",
38 "//base", 39 "//base",
39 "//google_apis", 40 "//google_apis",
40 "//ios/public/provider/chrome/browser", 41 "//ios/public/provider/chrome/browser",
41 ] 42 ]
42 public_deps = [ 43 public_deps = [
43 "//testing/gmock", 44 "//testing/gmock",
44 ] 45 ]
45 } 46 }
OLDNEW
« no previous file with comments | « no previous file | ios/public/provider/chrome/browser/signin/chrome_identity.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698