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

Unified Diff: ios/chrome/common/app_group/BUILD.gn

Issue 2622903003: [ObjC ARC] Converts ios/chrome/common/app_group:main_app to ARC. (Closed)
Patch Set: Remove scoped_block Created 3 years, 11 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/common/app_group/app_group_metrics_mainapp.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/common/app_group/BUILD.gn
diff --git a/ios/chrome/common/app_group/BUILD.gn b/ios/chrome/common/app_group/BUILD.gn
index 10c0883d562a1c05c15e64564cc11828cf261fe4..2f482d83fdbcc082148151c73f004158ccd6dbed 100644
--- a/ios/chrome/common/app_group/BUILD.gn
+++ b/ios/chrome/common/app_group/BUILD.gn
@@ -36,6 +36,7 @@ source_set("client") {
}
source_set("main_app") {
+ configs += [ "//build/config/compiler:enable_arc" ]
sources = [
"app_group_metrics_mainapp.h",
"app_group_metrics_mainapp.mm",
« no previous file with comments | « no previous file | ios/chrome/common/app_group/app_group_metrics_mainapp.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698