Update parsing of dumpsys batterystats
[chromium-blink-merge.git] / components / pairing / BUILD.gn
blob5022bc528e218ff438805f4b47063fa02e2f8cb3
1 # Copyright 2014 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("pairing") {
6   sources = [
7     "pairing/fake_controller_pairing_controller.cc",
8     "pairing/fake_controller_pairing_controller.h",
9     "pairing/fake_host_pairing_controller.cc",
10     "pairing/fake_host_pairing_controller.h",
11     "pairing/controller_pairing_controller.cc",
12     "pairing/controller_pairing_controller.h",
13     "pairing/host_pairing_controller.cc",
14     "pairing/host_pairing_controller.h",
15   ]
17   deps = [
18     "//base",
19     "//device/bluetooth",
20   ]