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

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

Issue 2930303002: [ObjC ARC] Converts ios/chrome/browser/signin:test_support 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
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 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 "//ios/chrome/common", 70 "//ios/chrome/common",
71 "//ios/public/provider/chrome/browser", 71 "//ios/public/provider/chrome/browser",
72 "//ios/public/provider/chrome/browser/signin", 72 "//ios/public/provider/chrome/browser/signin",
73 "//ios/web", 73 "//ios/web",
74 "//net", 74 "//net",
75 "//url", 75 "//url",
76 ] 76 ]
77 } 77 }
78 78
79 source_set("test_support") { 79 source_set("test_support") {
80 configs += [ "//build/config/compiler:enable_arc" ]
80 testonly = true 81 testonly = true
81 sources = [ 82 sources = [
82 "authentication_service_fake.h", 83 "authentication_service_fake.h",
83 "authentication_service_fake.mm", 84 "authentication_service_fake.mm",
84 "fake_oauth2_token_service_builder.h", 85 "fake_oauth2_token_service_builder.h",
85 "fake_oauth2_token_service_builder.mm", 86 "fake_oauth2_token_service_builder.mm",
86 "fake_signin_manager_builder.cc", 87 "fake_signin_manager_builder.cc",
87 "fake_signin_manager_builder.h", 88 "fake_signin_manager_builder.h",
88 ] 89 ]
89 deps = [ 90 deps = [
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
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

Powered by Google App Engine
This is Rietveld 408576698