Pin Chrome's shortcut to the Win10 Start menu on install and OS upgrade.
[chromium-blink-merge.git] / chromecast / base / metrics / BUILD.gn
blob191b30413c1490b945589d01d9831cb65a611767
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") {
6   sources = [
7     "cast_histograms.h",
8     "cast_metrics_helper.cc",
9     "cast_metrics_helper.h",
10     "grouped_histogram.cc",
11     "grouped_histogram.h",
12   ]
14   configs += [ "//chromecast:config" ]
16   deps = [
17     "//base",
18   ]
21 source_set("test_support") {
22   testonly = true
24   sources = [
25     "cast_metrics_test_helper.cc",
26     "cast_metrics_test_helper.h",
27   ]
29   public_deps = [
30     ":metrics",
31   ]
33   deps = [
34     "//base",
35   ]
37   configs += [ "//chromecast:config" ]