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

Unified Diff: ios/chrome/app/BUILD.gn

Issue 2449063002: [ObjC ARC] Converts ios/chrome/app to ARC. (Closed)
Patch Set: Created 4 years, 2 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/app/application_delegate/memory_warning_helper.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/app/BUILD.gn
diff --git a/ios/chrome/app/BUILD.gn b/ios/chrome/app/BUILD.gn
index a94e27ff2e09c6cf0ccc71e257831387bac1056e..f0c6649448c12b9e082980e1bb51407f32cbbc57 100644
--- a/ios/chrome/app/BUILD.gn
+++ b/ios/chrome/app/BUILD.gn
@@ -23,4 +23,6 @@ source_set("app") {
"Foundation.framework",
"UIKit.framework",
]
+
+ configs += [ "//build/config/compiler:enable_arc" ]
}
« no previous file with comments | « no previous file | ios/chrome/app/application_delegate/memory_warning_helper.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698