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

Unified Diff: ios/chrome/browser/metrics/BUILD.gn

Issue 2514813002: [ObjC ARC] Converts ios/chrome/browser/metrics:metrics to ARC.Automatically generated ARCMigrate … (Closed)
Patch Set: removed extra include Created 4 years 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/browser/metrics/ios_chrome_metrics_services_manager_client.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/metrics/BUILD.gn
diff --git a/ios/chrome/browser/metrics/BUILD.gn b/ios/chrome/browser/metrics/BUILD.gn
index 63b0e1b980c610241594de5e9c394d35390bb41d..0f44d8ae86f77c4967f7f3878ec0dedf6993a922 100644
--- a/ios/chrome/browser/metrics/BUILD.gn
+++ b/ios/chrome/browser/metrics/BUILD.gn
@@ -3,6 +3,7 @@
# found in the LICENSE file.
source_set("metrics") {
+ configs += [ "//build/config/compiler:enable_arc" ]
sources = [
"field_trial_synchronizer.cc",
"field_trial_synchronizer.h",
« no previous file with comments | « no previous file | ios/chrome/browser/metrics/ios_chrome_metrics_services_manager_client.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698