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

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

Issue 2849493002: [EasyUnlock] Fixing the setup connection finder and message format. (Closed)
Patch Set: Using the right UUID 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
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_connection_finder.cc", 13 "bluetooth_low_energy_connection_finder.cc",
14 "bluetooth_low_energy_connection_finder.h", 14 "bluetooth_low_energy_connection_finder.h",
15 "bluetooth_low_energy_setup_connection_finder.cc",
16 "bluetooth_low_energy_setup_connection_finder.h",
15 "bluetooth_util.cc", 17 "bluetooth_util.cc",
16 "bluetooth_util.h", 18 "bluetooth_util.h",
17 "bluetooth_util_chromeos.cc", 19 "bluetooth_util_chromeos.cc",
18 "messenger.h", 20 "messenger.h",
19 "messenger_impl.cc", 21 "messenger_impl.cc",
20 "messenger_impl.h", 22 "messenger_impl.h",
21 "messenger_observer.h", 23 "messenger_observer.h",
22 "metrics.cc", 24 "metrics.cc",
23 "metrics.h", 25 "metrics.h",
24 "proximity_auth_client.h", 26 "proximity_auth_client.h",
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
135 sources = [ 137 sources = [
136 "run_all_unittests.cc", 138 "run_all_unittests.cc",
137 ] 139 ]
138 deps = [ 140 deps = [
139 ":unit_tests", 141 ":unit_tests",
140 "//base", 142 "//base",
141 "//base/test:test_support", 143 "//base/test:test_support",
142 ] 144 ]
143 } 145 }
144 } 146 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698