Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(212)

Side by Side Diff: components/proximity_auth/ble/BUILD.gn

Issue 1116963002: Bluetooth low energy connection. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 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 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 source_set("ble") { 5 source_set("ble") {
6 sources = [ 6 sources = [
7 "bluetooth_low_energy_connection.cc",
8 "bluetooth_low_energy_connection.h",
7 "bluetooth_low_energy_connection_finder.cc", 9 "bluetooth_low_energy_connection_finder.cc",
8 "bluetooth_low_energy_connection_finder.h", 10 "bluetooth_low_energy_connection_finder.h",
11 "fake_wire_message.cc",
12 "fake_wire_message.h",
9 "proximity_auth_ble_system.cc", 13 "proximity_auth_ble_system.cc",
10 "proximity_auth_ble_system.h", 14 "proximity_auth_ble_system.h",
11 ] 15 ]
12 16
13 deps = [ 17 deps = [
14 "//base", 18 "//base",
15 "//components/proximity_auth", 19 "//components/proximity_auth",
16 "//device/bluetooth", 20 "//device/bluetooth",
17 "//net", 21 "//net",
18 ] 22 ]
19 } 23 }
OLDNEW
« no previous file with comments | « components/proximity_auth.gypi ('k') | components/proximity_auth/ble/bluetooth_low_energy_connection.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698