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

Side by Side 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 source_set("metrics") { 5 source_set("metrics") {
6 configs += [ "//build/config/compiler:enable_arc" ] 6 configs += [ "//build/config/compiler:enable_arc" ]
7 sources = [ 7 sources = [
8 "field_trial_synchronizer.cc", 8 "field_trial_synchronizer.cc",
9 "field_trial_synchronizer.h", 9 "field_trial_synchronizer.h",
10 "ios_chrome_metrics_service_accessor.cc", 10 "ios_chrome_metrics_service_accessor.cc",
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
127 "//ios/chrome/browser/ui", 127 "//ios/chrome/browser/ui",
128 "//ios/testing:ocmock_support", 128 "//ios/testing:ocmock_support",
129 "//ios/web", 129 "//ios/web",
130 "//ios/web:test_support", 130 "//ios/web:test_support",
131 "//testing/gtest", 131 "//testing/gtest",
132 "//third_party/ocmock", 132 "//third_party/ocmock",
133 ] 133 ]
134 } 134 }
135 135
136 source_set("eg_tests") { 136 source_set("eg_tests") {
137 configs += [ "//build/config/compiler:enable_arc" ]
137 testonly = true 138 testonly = true
138 sources = [ 139 sources = [
139 "tab_usage_recorder_egtest.mm", 140 "tab_usage_recorder_egtest.mm",
140 ] 141 ]
141 deps = [ 142 deps = [
142 ":metrics_internal", 143 ":metrics_internal",
143 "//base", 144 "//base",
144 "//base/test:test_support", 145 "//base/test:test_support",
145 "//components/strings", 146 "//components/strings",
146 "//ios/chrome/app/strings", 147 "//ios/chrome/app/strings",
147 "//ios/chrome/browser", 148 "//ios/chrome/browser",
148 "//ios/chrome/browser/ui", 149 "//ios/chrome/browser/ui",
149 "//ios/chrome/browser/ui/settings", 150 "//ios/chrome/browser/ui/settings",
150 "//ios/chrome/browser/ui/toolbar", 151 "//ios/chrome/browser/ui/toolbar",
151 "//ios/chrome/browser/ui/tools_menu", 152 "//ios/chrome/browser/ui/tools_menu",
152 "//ios/chrome/test/app:test_support", 153 "//ios/chrome/test/app:test_support",
153 "//ios/chrome/test/earl_grey:test_support", 154 "//ios/chrome/test/earl_grey:test_support",
154 "//ios/testing:ios_test_support", 155 "//ios/testing:ios_test_support",
155 "//ios/third_party/earl_grey", 156 "//ios/third_party/earl_grey",
156 "//ios/web:earl_grey_test_support", 157 "//ios/web:earl_grey_test_support",
157 "//ios/web:test_support", 158 "//ios/web:test_support",
158 "//ui/base", 159 "//ui/base",
159 ] 160 ]
160 libs = [ "XCTest.framework" ] 161 libs = [ "XCTest.framework" ]
161 } 162 }
OLDNEW
« 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