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

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

Issue 2928383002: [ObjC ARC] Converts components/signin/ios/browser:browser to ARC. (Closed)
Patch Set: Review fixes. 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 | components/signin/ios/browser/account_consistency_service.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 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 configs += [ "//build/config/compiler:enable_arc" ]
6 sources = [ 7 sources = [
7 "account_consistency_service.h", 8 "account_consistency_service.h",
8 "account_consistency_service.mm", 9 "account_consistency_service.mm",
9 "manage_accounts_delegate.h", 10 "manage_accounts_delegate.h",
10 "merge_session_observer_bridge.h", 11 "merge_session_observer_bridge.h",
11 "merge_session_observer_bridge.mm", 12 "merge_session_observer_bridge.mm",
12 "oauth2_token_service_observer_bridge.h", 13 "oauth2_token_service_observer_bridge.h",
13 "oauth2_token_service_observer_bridge.mm", 14 "oauth2_token_service_observer_bridge.mm",
14 "profile_oauth2_token_service_ios_delegate.h", 15 "profile_oauth2_token_service_ios_delegate.h",
15 "profile_oauth2_token_service_ios_delegate.mm", 16 "profile_oauth2_token_service_ios_delegate.mm",
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 "//components/signin/core/browser", 62 "//components/signin/core/browser",
62 "//components/signin/core/browser:test_support", 63 "//components/signin/core/browser:test_support",
63 "//components/signin/core/common", 64 "//components/signin/core/common",
64 "//components/sync_preferences:test_support", 65 "//components/sync_preferences:test_support",
65 "//ios/web", 66 "//ios/web",
66 "//ios/web/public/test", 67 "//ios/web/public/test",
67 "//ios/web/public/test/fakes", 68 "//ios/web/public/test/fakes",
68 "//third_party/ocmock", 69 "//third_party/ocmock",
69 ] 70 ]
70 } 71 }
OLDNEW
« no previous file with comments | « no previous file | components/signin/ios/browser/account_consistency_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698