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

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

Issue 2513013002: [ObjC ARC] Converts ios/chrome/common/app_group:client to ARC.Automatically generated ARCMigrate … (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/common/app_group/app_group_metrics_client.mm » ('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 735962e478353d3038d3ce5a9fdf3db881071281..0f16585c84b92a3cdbe6e28539f701d345863e1f 100644
--- a/ios/chrome/common/app_group/BUILD.gn
+++ b/ios/chrome/common/app_group/BUILD.gn
@@ -23,6 +23,7 @@ source_set("app_group") {
# This target will be included into application extensions and the list
# of its dependencies must be kept as short as possible.
source_set("client") {
+ configs += [ "//build/config/compiler:enable_arc" ]
sources = [
"app_group_metrics_client.h",
"app_group_metrics_client.mm",
« no previous file with comments | « no previous file | ios/chrome/common/app_group/app_group_metrics_client.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698