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

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

Issue 2500953002: [ObjC ARC] Converts ios/chrome/app/application_delegate to ARC. (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/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/application_delegate/BUILD.gn
diff --git a/ios/chrome/app/application_delegate/BUILD.gn b/ios/chrome/app/application_delegate/BUILD.gn
index 5e932725ca74a36780d5fff5efc8959f87871da3..adea24c6587417e25c8347f38edf0791682a378e 100644
--- a/ios/chrome/app/application_delegate/BUILD.gn
+++ b/ios/chrome/app/application_delegate/BUILD.gn
@@ -13,6 +13,8 @@ source_set("application_delegate") {
"//ios/chrome/browser/metrics",
]
libs = [ "Foundation.framework" ]
+
+ configs += [ "//build/config/compiler:enable_arc" ]
}
source_set("unit_tests") {
« 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