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

Side by Side Diff: ios/chrome/browser/metrics/BUILD.gn

Issue 2642193012: Make EarlGrey matchers compliant with Chromium style. (Closed)
Patch Set: build.gn and rebase 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
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 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
146 "//ios/chrome/app/strings", 146 "//ios/chrome/app/strings",
147 "//ios/chrome/browser", 147 "//ios/chrome/browser",
148 "//ios/chrome/browser/ui", 148 "//ios/chrome/browser/ui",
149 "//ios/chrome/browser/ui/settings", 149 "//ios/chrome/browser/ui/settings",
150 "//ios/chrome/browser/ui/toolbar", 150 "//ios/chrome/browser/ui/toolbar",
151 "//ios/chrome/browser/ui/tools_menu", 151 "//ios/chrome/browser/ui/tools_menu",
152 "//ios/chrome/test/app:test_support", 152 "//ios/chrome/test/app:test_support",
153 "//ios/chrome/test/earl_grey:test_support", 153 "//ios/chrome/test/earl_grey:test_support",
154 "//ios/testing:ios_test_support", 154 "//ios/testing:ios_test_support",
155 "//ios/third_party/earl_grey", 155 "//ios/third_party/earl_grey",
156 "//ios/web:earl_grey_test_support",
156 "//ios/web:test_support", 157 "//ios/web:test_support",
157 "//ui/base", 158 "//ui/base",
158 ] 159 ]
159 libs = [ "XCTest.framework" ] 160 libs = [ "XCTest.framework" ]
160 } 161 }
OLDNEW
« no previous file with comments | « ios/chrome/browser/context_menu/context_menu_egtest.mm ('k') | ios/chrome/browser/metrics/tab_usage_recorder_egtest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698