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

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

Issue 2674293003: [ObjC ARC] Converts ios/chrome/browser/metrics:eg_tests to ARC. (Closed)
Patch Set: typo Created 3 years, 10 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/browser/metrics/tab_usage_recorder_egtest.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 420fd4ec885d4f70f1b3a7b3726296c31ebea5d0..82ba1a2547c23a0d5e01c146812b98b4a8152d7f 100644
--- a/ios/chrome/browser/metrics/BUILD.gn
+++ b/ios/chrome/browser/metrics/BUILD.gn
@@ -134,6 +134,7 @@ source_set("unit_tests_internal") {
}
source_set("eg_tests") {
+ configs += [ "//build/config/compiler:enable_arc" ]
testonly = true
sources = [
"tab_usage_recorder_egtest.mm",
« no previous file with comments | « no previous file | ios/chrome/browser/metrics/tab_usage_recorder_egtest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698