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") {
7 "cast_metrics_prefs.cc",
8 "cast_metrics_prefs.h",
9 "cast_metrics_service_client.cc",
10 "cast_metrics_service_client.h",
11 "cast_stability_metrics_provider.cc",
12 "cast_stability_metrics_provider.h",
20 "//chromecast/common",
21 "//components/metrics",
22 "//components/metrics:gpu",
23 "//components/metrics:net",
24 "//components/metrics:profiler",
25 "//content/public/common",
26 "//content/public/browser",
31 "external_metrics.cc",
35 deps += [ "//components/metrics:serialization" ]