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

Unified Diff: ios/chrome/browser/passwords/BUILD.gn

Issue 2512983002: [ObjC ARC] Converts ios/chrome/browser/passwords:passwords_generation_utils to ARC.Automatically … (Closed)
Patch Set: Created 4 years, 1 month 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/password_generation_utils.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 7a426e4ed4eb4be239620bfc5d9b363ef3658a53..ef2d5ba0800690db159db6ce728c2a035c207383 100644
--- a/ios/chrome/browser/passwords/BUILD.gn
+++ b/ios/chrome/browser/passwords/BUILD.gn
@@ -82,6 +82,7 @@ source_set("passwords") {
}
source_set("passwords_generation_utils") {
+ configs += [ "//build/config/compiler:enable_arc" ]
sources = [
"password_generation_utils.h",
"password_generation_utils.mm",
« no previous file with comments | « no previous file | ios/chrome/browser/passwords/password_generation_utils.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698