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

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

Issue 2900253005: BLE advertiser
Patch Set: Created 3 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
« no previous file with comments | « no previous file | components/proximity_auth/bluetooth_low_energy_advertiser.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 import("//testing/test.gni") 5 import("//testing/test.gni")
6 6
7 static_library("proximity_auth") { 7 static_library("proximity_auth") {
8 sources = [ 8 sources = [
9 "bluetooth_connection.cc", 9 "bluetooth_connection.cc",
10 "bluetooth_connection.h", 10 "bluetooth_connection.h",
11 "bluetooth_connection_finder.cc", 11 "bluetooth_connection_finder.cc",
12 "bluetooth_connection_finder.h", 12 "bluetooth_connection_finder.h",
13 "bluetooth_low_energy_advertiser.cc",
14 "bluetooth_low_energy_advertiser.h",
13 "bluetooth_low_energy_connection_finder.cc", 15 "bluetooth_low_energy_connection_finder.cc",
14 "bluetooth_low_energy_connection_finder.h", 16 "bluetooth_low_energy_connection_finder.h",
15 "bluetooth_low_energy_setup_connection_finder.cc", 17 "bluetooth_low_energy_setup_connection_finder.cc",
16 "bluetooth_low_energy_setup_connection_finder.h", 18 "bluetooth_low_energy_setup_connection_finder.h",
17 "bluetooth_util.cc", 19 "bluetooth_util.cc",
18 "bluetooth_util.h", 20 "bluetooth_util.h",
19 "bluetooth_util_chromeos.cc", 21 "bluetooth_util_chromeos.cc",
20 "messenger.h", 22 "messenger.h",
21 "messenger_impl.cc", 23 "messenger_impl.cc",
22 "messenger_impl.h", 24 "messenger_impl.h",
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
137 sources = [ 139 sources = [
138 "run_all_unittests.cc", 140 "run_all_unittests.cc",
139 ] 141 ]
140 deps = [ 142 deps = [
141 ":unit_tests", 143 ":unit_tests",
142 "//base", 144 "//base",
143 "//base/test:test_support", 145 "//base/test:test_support",
144 ] 146 ]
145 } 147 }
146 } 148 }
OLDNEW
« no previous file with comments | « no previous file | components/proximity_auth/bluetooth_low_energy_advertiser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698