1 # Copyright 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") {
8 "cast_metrics_helper.cc",
9 "cast_metrics_helper.h",
10 "grouped_histogram.cc",
11 "grouped_histogram.h",
18 configs += [ "//chromecast:config" ]
21 source_set("test_support") {
25 "cast_metrics_test_helper.cc",
26 "cast_metrics_test_helper.h",
34 configs += [ "//chromecast:config" ]