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

Unified Diff: ios/chrome/browser/ui/autofill/BUILD.gn

Issue 2513003002: [ObjC ARC] Converts ios/chrome/browser/ui/autofill:autofill to ARC.Automatically generated ARCMig… (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
Index: ios/chrome/browser/ui/autofill/BUILD.gn
diff --git a/ios/chrome/browser/ui/autofill/BUILD.gn b/ios/chrome/browser/ui/autofill/BUILD.gn
index 9b3f89faa76f4fb7d4067b669ecfd1ea482a6b80..78639278303569092010b69c392c22c9b0c34634 100644
--- a/ios/chrome/browser/ui/autofill/BUILD.gn
+++ b/ios/chrome/browser/ui/autofill/BUILD.gn
@@ -3,6 +3,7 @@
# found in the LICENSE file.
source_set("autofill") {
+ configs += [ "//build/config/compiler:enable_arc" ]
sources = [
"autofill_client_ios.h",
"autofill_client_ios.mm",

Powered by Google App Engine
This is Rietveld 408576698