summaryrefslogtreecommitdiff
path: root/chromium/components/power_metrics/BUILD.gn
blob: 64daf04425137dbc1693e9d621d9e05b6712b30b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copyright 2020 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

if (is_android) {
  static_library("power_metrics") {
    sources = [
      "android_battery_metrics.cc",
      "android_battery_metrics.h",
    ]

    deps = [
      "//base",
      "//net",
    ]
  }
}