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

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

Issue 985773002: Introducing phased profiling framework (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@write_to_file
Patch Set: dcheng@ comments Created 5 years, 8 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 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 162 matching lines...) Expand 10 before | Expand all | Expand 10 after
173 "histogram_manager_unittest.cc", 173 "histogram_manager_unittest.cc",
174 "machine_id_provider_win_unittest.cc", 174 "machine_id_provider_win_unittest.cc",
175 "metrics_hashes_unittest.cc", 175 "metrics_hashes_unittest.cc",
176 "metrics_log_manager_unittest.cc", 176 "metrics_log_manager_unittest.cc",
177 "metrics_log_unittest.cc", 177 "metrics_log_unittest.cc",
178 "metrics_reporting_scheduler_unittest.cc", 178 "metrics_reporting_scheduler_unittest.cc",
179 "metrics_service_unittest.cc", 179 "metrics_service_unittest.cc",
180 "metrics_state_manager_unittest.cc", 180 "metrics_state_manager_unittest.cc",
181 "persisted_logs_unittest.cc", 181 "persisted_logs_unittest.cc",
182 "profiler/profiler_metrics_provider_unittest.cc", 182 "profiler/profiler_metrics_provider_unittest.cc",
183 "profiler/tracking_synchronizer_unittest.cc",
183 ] 184 ]
184 185
185 deps = [ 186 deps = [
186 ":metrics", 187 ":metrics",
187 ":profiler", 188 ":profiler",
188 ":test_support", 189 ":test_support",
189 "//base:prefs_test_support", 190 "//base:prefs_test_support",
190 "//base/test:test_support", 191 "//base/test:test_support",
191 "//components/variations", 192 "//components/variations",
192 "//content/public/common", 193 "//content/public/common",
193 "//testing/gtest", 194 "//testing/gtest",
194 ] 195 ]
195 } 196 }
196 # TODO(GYP): metrics_chromeos 197 # TODO(GYP): metrics_chromeos
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698