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

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: . 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 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
141 141
142 if (is_linux) { 142 if (is_linux) {
143 # GYP version: components/metrics.gypi:metrics_serialization 143 # GYP version: components/metrics.gypi:metrics_serialization
144 source_set("serialization") { 144 source_set("serialization") {
145 sources = [ 145 sources = [
146 "serialization/serialization_utils.cc", 146 "serialization/serialization_utils.cc",
147 "serialization/serialization_utils.h", 147 "serialization/serialization_utils.h",
148 "serialization/metric_sample.cc", 148 "serialization/metric_sample.cc",
149 "serialization/metric_sample.h", 149 "serialization/metric_sample.h",
150 ] 150 ]
151 deps = [ "//base" ] 151 deps = [
152 "//base",
153 ]
152 } 154 }
153 } 155 }
154 156
155 source_set("unit_tests") { 157 source_set("unit_tests") {
156 testonly = true 158 testonly = true
157 sources = [ 159 sources = [
158 "compression_utils_unittest.cc", 160 "compression_utils_unittest.cc",
159 "daily_event_unittest.cc", 161 "daily_event_unittest.cc",
160 "machine_id_provider_win_unittest.cc", 162 "machine_id_provider_win_unittest.cc",
161 "metrics_hashes_unittest.cc", 163 "metrics_hashes_unittest.cc",
(...skipping 10 matching lines...) Expand all
172 ":metrics", 174 ":metrics",
173 ":profiler", 175 ":profiler",
174 ":test_support", 176 ":test_support",
175 "//base:prefs_test_support", 177 "//base:prefs_test_support",
176 "//base/test:test_support", 178 "//base/test:test_support",
177 "//components/variations", 179 "//components/variations",
178 "//content/public/common", 180 "//content/public/common",
179 "//testing/gtest", 181 "//testing/gtest",
180 ] 182 ]
181 } 183 }
182
183 # TODO(GYP): metrics_chromeos 184 # 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