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

Unified 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/passwords/BUILD.gn
diff --git a/ios/chrome/browser/passwords/BUILD.gn b/ios/chrome/browser/passwords/BUILD.gn
index e16924449a5acc9a630e0a1235367d2add8b9cc8..b14955382b9652ae5607cde28fd14f1ae6b5a23c 100644
--- a/ios/chrome/browser/passwords/BUILD.gn
+++ b/ios/chrome/browser/passwords/BUILD.gn
@@ -5,6 +5,7 @@
import("//ios/web/js_compile.gni")
source_set("passwords") {
+ configs += [ "//build/config/compiler:enable_arc" ]
sources = [
"ios_chrome_password_manager_client.h",
"ios_chrome_password_manager_client.mm",
« 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