blob: 71324c5cb1f888591064f2f4eff4737bdfd5080f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Copyright 2014 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.
source_set("ble") {
sources = [
"bluetooth_low_energy_connection_finder.cc",
"bluetooth_low_energy_connection_finder.h",
"proximity_auth_ble_system.cc",
"proximity_auth_ble_system.h",
]
deps = [
"//base",
"//components/proximity_auth",
"//device/bluetooth",
"//net",
]
}
|