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

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

Issue 2935733002: [ObjC ARC] Converts ios/chrome/browser/signin:unit_tests to ARC. (Closed)
Patch Set: Created 3 years, 6 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/chrome/browser/signin/authentication_service_unittest.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("signin") { 5 source_set("signin") {
6 sources = [ 6 sources = [
7 "about_signin_internals_factory.cc", 7 "about_signin_internals_factory.cc",
8 "about_signin_internals_factory.h", 8 "about_signin_internals_factory.h",
9 "account_consistency_service_factory.h", 9 "account_consistency_service_factory.h",
10 "account_consistency_service_factory.mm", 10 "account_consistency_service_factory.mm",
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 "//components/signin/core/browser:test_support", 92 "//components/signin/core/browser:test_support",
93 "//components/signin/ios/browser", 93 "//components/signin/ios/browser",
94 "//ios/chrome/browser/browser_state", 94 "//ios/chrome/browser/browser_state",
95 "//ios/chrome/browser/sync", 95 "//ios/chrome/browser/sync",
96 "//ios/public/provider/chrome/browser", 96 "//ios/public/provider/chrome/browser",
97 "//ios/public/provider/chrome/browser/signin", 97 "//ios/public/provider/chrome/browser/signin",
98 ] 98 ]
99 } 99 }
100 100
101 source_set("unit_tests") { 101 source_set("unit_tests") {
102 configs += [ "//build/config/compiler:enable_arc" ]
102 testonly = true 103 testonly = true
103 sources = [ 104 sources = [
104 "authentication_service_unittest.mm", 105 "authentication_service_unittest.mm",
105 "chrome_identity_service_observer_bridge_unittest.mm", 106 "chrome_identity_service_observer_bridge_unittest.mm",
106 "gaia_auth_fetcher_ios_unittest.mm", 107 "gaia_auth_fetcher_ios_unittest.mm",
107 ] 108 ]
108 deps = [ 109 deps = [
109 ":signin", 110 ":signin",
110 ":test_support", 111 ":test_support",
111 "//base", 112 "//base",
(...skipping 30 matching lines...) Expand all
142 "signin_capability.cc", 143 "signin_capability.cc",
143 "signin_capability.h", 144 "signin_capability.h",
144 ] 145 ]
145 deps = [ 146 deps = [
146 ":signin", 147 ":signin",
147 "//base", 148 "//base",
148 "//components/signin/core/browser", 149 "//components/signin/core/browser",
149 "//ios/chrome/browser/browser_state", 150 "//ios/chrome/browser/browser_state",
150 ] 151 ]
151 } 152 }
OLDNEW
« no previous file with comments | « no previous file | ios/chrome/browser/signin/authentication_service_unittest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698