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

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

Issue 2936583002: [ObjC ARC] Converts ios/chrome/browser/ui/authentication:authentication to ARC. (Closed)
Patch Set: Review fixes. 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
Index: ios/chrome/browser/ui/authentication/BUILD.gn
diff --git a/ios/chrome/browser/ui/authentication/BUILD.gn b/ios/chrome/browser/ui/authentication/BUILD.gn
index ef51df33d86381045e125fefbfe0204bd49d16ed..d23d8f36ba1e71a8af335d103445a312d9bb3014 100644
--- a/ios/chrome/browser/ui/authentication/BUILD.gn
+++ b/ios/chrome/browser/ui/authentication/BUILD.gn
@@ -32,6 +32,7 @@ bundle_data("resources") {
}
source_set("authentication") {
+ configs += [ "//build/config/compiler:enable_arc" ]
sources = [
"authentication_flow.h",
"authentication_flow.mm",

Powered by Google App Engine
This is Rietveld 408576698