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

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

Issue 704363002: XXX test gn format everything (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: penalty fixes 2 Created 6 years 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/login/BUILD.gn ('k') | components/navigation_interception/BUILD.gn » ('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 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
129 129
130 if (is_linux) { 130 if (is_linux) {
131 # GYP version: components/metrics.gypi:metrics_serialization 131 # GYP version: components/metrics.gypi:metrics_serialization
132 source_set("serialization") { 132 source_set("serialization") {
133 sources = [ 133 sources = [
134 "serialization/serialization_utils.cc", 134 "serialization/serialization_utils.cc",
135 "serialization/serialization_utils.h", 135 "serialization/serialization_utils.h",
136 "serialization/metric_sample.cc", 136 "serialization/metric_sample.cc",
137 "serialization/metric_sample.h", 137 "serialization/metric_sample.h",
138 ] 138 ]
139 deps = [ "//base" ] 139 deps = [
140 "//base",
141 ]
140 } 142 }
141 } 143 }
142 144
143 source_set("unit_tests") { 145 source_set("unit_tests") {
144 testonly = true 146 testonly = true
145 sources = [ 147 sources = [
146 "compression_utils_unittest.cc", 148 "compression_utils_unittest.cc",
147 "daily_event_unittest.cc", 149 "daily_event_unittest.cc",
148 "machine_id_provider_win_unittest.cc", 150 "machine_id_provider_win_unittest.cc",
149 "metrics_hashes_unittest.cc", 151 "metrics_hashes_unittest.cc",
150 "metrics_log_manager_unittest.cc", 152 "metrics_log_manager_unittest.cc",
151 "metrics_log_unittest.cc", 153 "metrics_log_unittest.cc",
152 "metrics_reporting_scheduler_unittest.cc", 154 "metrics_reporting_scheduler_unittest.cc",
153 "metrics_service_unittest.cc", 155 "metrics_service_unittest.cc",
154 "metrics_state_manager_unittest.cc", 156 "metrics_state_manager_unittest.cc",
155 "persisted_logs_unittest.cc", 157 "persisted_logs_unittest.cc",
156 "profiler/profiler_metrics_provider_unittest.cc", 158 "profiler/profiler_metrics_provider_unittest.cc",
157 ] 159 ]
158 160
159 deps = [ 161 deps = [
160 ":metrics", 162 ":metrics",
161 "//base/test:test_support", 163 "//base/test:test_support",
162 "//testing/gtest", 164 "//testing/gtest",
163 ] 165 ]
164 } 166 }
165
166 # TODO(GYP): metrics_chromeos 167 # TODO(GYP): metrics_chromeos
OLDNEW
« no previous file with comments | « components/login/BUILD.gn ('k') | components/navigation_interception/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698