| OLD | NEW |
| 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 Loading... |
| 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 } |
| OLD | NEW |