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

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

Issue 2933873002: [ObjC ARC] Converts ios/chrome/browser/passwords:passwords to ARC. (Closed)
Patch Set: fix names and nil assignments. 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/passwords/ios_chrome_password_manager_client.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 import("//ios/web/js_compile.gni") 5 import("//ios/web/js_compile.gni")
6 6
7 source_set("passwords") { 7 source_set("passwords") {
8 configs += [ "//build/config/compiler:enable_arc" ]
8 sources = [ 9 sources = [
9 "ios_chrome_password_manager_client.h", 10 "ios_chrome_password_manager_client.h",
10 "ios_chrome_password_manager_client.mm", 11 "ios_chrome_password_manager_client.mm",
11 "ios_chrome_password_manager_driver.h", 12 "ios_chrome_password_manager_driver.h",
12 "ios_chrome_password_manager_driver.mm", 13 "ios_chrome_password_manager_driver.mm",
13 "ios_chrome_password_manager_infobar_delegate.h", 14 "ios_chrome_password_manager_infobar_delegate.h",
14 "ios_chrome_password_manager_infobar_delegate.mm", 15 "ios_chrome_password_manager_infobar_delegate.mm",
15 "ios_chrome_password_manager_setting_migrator_service_factory.cc", 16 "ios_chrome_password_manager_setting_migrator_service_factory.cc",
16 "ios_chrome_password_manager_setting_migrator_service_factory.h", 17 "ios_chrome_password_manager_setting_migrator_service_factory.h",
17 "ios_chrome_password_store_factory.cc", 18 "ios_chrome_password_store_factory.cc",
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
152 "//ios/chrome/app/strings", 153 "//ios/chrome/app/strings",
153 "//ios/chrome/app/theme", 154 "//ios/chrome/app/theme",
154 "//ios/chrome/browser/ui", 155 "//ios/chrome/browser/ui",
155 "//ios/chrome/common", 156 "//ios/chrome/common",
156 "//ios/third_party/material_components_ios", 157 "//ios/third_party/material_components_ios",
157 "//ios/third_party/material_roboto_font_loader_ios", 158 "//ios/third_party/material_roboto_font_loader_ios",
158 "//ui/base", 159 "//ui/base",
159 ] 160 ]
160 libs = [ "UIKit.framework" ] 161 libs = [ "UIKit.framework" ]
161 } 162 }
OLDNEW
« no previous file with comments | « no previous file | ios/chrome/browser/passwords/ios_chrome_password_manager_client.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698