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

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

Issue 2890983002: [ObjC ARC] Converts components/signin/ios/browser:test_support to ARC. (Closed)
Patch Set: Created 3 years, 7 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 | components/signin/ios/browser/fake_profile_oauth2_token_service_ios_provider.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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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("browser") { 5 source_set("browser") {
6 sources = [ 6 sources = [
7 "account_consistency_service.h", 7 "account_consistency_service.h",
8 "account_consistency_service.mm", 8 "account_consistency_service.mm",
9 "manage_accounts_delegate.h", 9 "manage_accounts_delegate.h",
10 "merge_session_observer_bridge.h", 10 "merge_session_observer_bridge.h",
(...skipping 15 matching lines...) Expand all
26 "//components/prefs", 26 "//components/prefs",
27 "//components/signin/core/browser", 27 "//components/signin/core/browser",
28 "//components/signin/core/common", 28 "//components/signin/core/common",
29 "//google_apis", 29 "//google_apis",
30 "//ios/web", 30 "//ios/web",
31 "//net", 31 "//net",
32 ] 32 ]
33 } 33 }
34 34
35 source_set("test_support") { 35 source_set("test_support") {
36 configs += [ "//build/config/compiler:enable_arc" ]
36 testonly = true 37 testonly = true
37 sources = [ 38 sources = [
38 "fake_profile_oauth2_token_service_ios_provider.h", 39 "fake_profile_oauth2_token_service_ios_provider.h",
39 "fake_profile_oauth2_token_service_ios_provider.mm", 40 "fake_profile_oauth2_token_service_ios_provider.mm",
40 ] 41 ]
41 42
42 public_deps = [ 43 public_deps = [
43 ":browser", 44 ":browser",
44 "//base", 45 "//base",
45 "//google_apis:test_support", 46 "//google_apis:test_support",
(...skipping 12 matching lines...) Expand all
58 "//components/prefs:test_support", 59 "//components/prefs:test_support",
59 "//components/signin/core/browser", 60 "//components/signin/core/browser",
60 "//components/signin/core/browser:test_support", 61 "//components/signin/core/browser:test_support",
61 "//components/signin/core/common", 62 "//components/signin/core/common",
62 "//components/sync_preferences:test_support", 63 "//components/sync_preferences:test_support",
63 "//ios/web", 64 "//ios/web",
64 "//ios/web:test_support", 65 "//ios/web:test_support",
65 "//third_party/ocmock", 66 "//third_party/ocmock",
66 ] 67 ]
67 } 68 }
OLDNEW
« no previous file with comments | « no previous file | components/signin/ios/browser/fake_profile_oauth2_token_service_ios_provider.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698