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

Side by Side Diff: components/metrics/BUILD.gn

Issue 668863002: [Clean up] Move VariationsHttpHeaderProvider into a subdirectory. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 6 years, 2 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 | « components/components_tests.gyp ('k') | components/metrics/DEPS » ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 # GYP version: components/metrics.gypi:metrics 5 # GYP version: components/metrics.gypi:metrics
6 source_set("metrics") { 6 source_set("metrics") {
7 sources = [ 7 sources = [
8 "clean_exit_beacon.cc", 8 "clean_exit_beacon.cc",
9 "clean_exit_beacon.h", 9 "clean_exit_beacon.h",
10 "client_info.cc", 10 "client_info.cc",
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 sources = [ 131 sources = [
132 "serialization/serialization_utils.cc", 132 "serialization/serialization_utils.cc",
133 "serialization/serialization_utils.h", 133 "serialization/serialization_utils.h",
134 "serialization/metric_sample.cc", 134 "serialization/metric_sample.cc",
135 "serialization/metric_sample.h", 135 "serialization/metric_sample.h",
136 ] 136 ]
137 deps = [ "//base" ] 137 deps = [ "//base" ]
138 } 138 }
139 } 139 }
140 140
141 source_set("unit_tests") {
142 testonly = true
143 sources = [
144 "compression_utils_unittest.cc",
145 "daily_event_unittest.cc",
146 "machine_id_provider_win_unittest.cc",
147 "metrics_hashes_unittest.cc",
148 "metrics_log_manager_unittest.cc",
149 "metrics_log_unittest.cc",
150 "metrics_reporting_scheduler_unittest.cc",
151 "metrics_service_unittest.cc",
152 "metrics_state_manager_unittest.cc",
153 "persisted_logs_unittest.cc",
154 "profiler/profiler_metrics_provider_unittest.cc",
155 ]
156
157 deps = [
158 ":metrics",
159 "//base/test:test_support",
160 "//testing/gtest",
161 ]
162 }
163
141 # TODO(GYP): metrics_chromeos 164 # TODO(GYP): metrics_chromeos
OLDNEW
« no previous file with comments | « components/components_tests.gyp ('k') | components/metrics/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698