1 # Copyright (c) 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
5 source_set("metrics") {
15 "histogram_delta_serialization.cc",
16 "histogram_delta_serialization.h",
17 "histogram_flattener.h",
19 "histogram_samples.cc",
20 "histogram_samples.h",
21 "histogram_snapshot_manager.cc",
22 "histogram_snapshot_manager.h",
27 "sparse_histogram.cc",
29 "statistics_recorder.cc",
30 "statistics_recorder.h",
33 "user_metrics_action.h",
36 configs += [ "//base:base_implementation" ]
44 visibility = [ "//base/*" ]