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

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

Issue 2932333002: [ObjC ARC] Converts ios/chrome/browser/passwords:passwords_internal to ARC. (Closed)
Patch Set: 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/password_generation_prompt_view.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 d8deb322ad0ea3189c25e336d6987f83a75db38d..e16924449a5acc9a630e0a1235367d2add8b9cc8 100644
--- a/ios/chrome/browser/passwords/BUILD.gn
+++ b/ios/chrome/browser/passwords/BUILD.gn
@@ -136,6 +136,7 @@ js_compile_unchecked("injected_js") {
}
source_set("passwords_internal") {
+ configs += [ "//build/config/compiler:enable_arc" ]
sources = [
"password_generation_prompt_view.h",
"password_generation_prompt_view.mm",
« no previous file with comments | « no previous file | ios/chrome/browser/passwords/password_generation_prompt_view.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698