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

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

Issue 1308393007: Add CryptAuth managers to EasyUnlockServiceRegular (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix windows compile Created 5 years, 3 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 source_set("proximity_auth") { 7 source_set("proximity_auth") {
8 sources = [ 8 sources = [
9 "authenticator.h", 9 "authenticator.h",
10 "bluetooth_connection.cc", 10 "bluetooth_connection.cc",
11 "bluetooth_connection.h", 11 "bluetooth_connection.h",
12 "bluetooth_connection_finder.cc", 12 "bluetooth_connection_finder.cc",
13 "bluetooth_connection_finder.h", 13 "bluetooth_connection_finder.h",
14 "bluetooth_throttler.h", 14 "bluetooth_throttler.h",
15 "bluetooth_throttler_impl.cc", 15 "bluetooth_throttler_impl.cc",
16 "bluetooth_throttler_impl.h", 16 "bluetooth_throttler_impl.h",
17 "bluetooth_util.cc", 17 "bluetooth_util.cc",
18 "bluetooth_util.h", 18 "bluetooth_util.h",
19 "bluetooth_util_chromeos.cc", 19 "bluetooth_util_chromeos.cc",
20 "client.h", 20 "client.h",
21 "client_impl.cc", 21 "client_impl.cc",
22 "client_impl.h", 22 "client_impl.h",
23 "client_observer.h", 23 "client_observer.h",
24 "connection.cc", 24 "connection.cc",
25 "connection.h", 25 "connection.h",
26 "connection_finder.h", 26 "connection_finder.h",
27 "connection_observer.h", 27 "connection_observer.h",
28 "controller.h", 28 "controller.h",
29 "cryptauth_enroller_factory_impl.cc",
30 "cryptauth_enroller_factory_impl.h",
29 "device_to_device_authenticator.cc", 31 "device_to_device_authenticator.cc",
30 "device_to_device_authenticator.h", 32 "device_to_device_authenticator.h",
31 "device_to_device_initiator_operations.cc", 33 "device_to_device_initiator_operations.cc",
32 "device_to_device_initiator_operations.h", 34 "device_to_device_initiator_operations.h",
33 "device_to_device_secure_context.cc", 35 "device_to_device_secure_context.cc",
34 "device_to_device_secure_context.h", 36 "device_to_device_secure_context.h",
35 "metrics.cc", 37 "metrics.cc",
36 "metrics.h", 38 "metrics.h",
37 "proximity_auth_client.h", 39 "proximity_auth_client.h",
38 "proximity_auth_system.cc", 40 "proximity_auth_system.cc",
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
123 # Note: This is a convenience target for ease of rapid iteration during 125 # Note: This is a convenience target for ease of rapid iteration during
124 # development. It is not executed on any try or build bots. 126 # development. It is not executed on any try or build bots.
125 test("proximity_auth_unittests") { 127 test("proximity_auth_unittests") {
126 sources = [ 128 sources = [
127 "run_all_unittests.cc", 129 "run_all_unittests.cc",
128 ] 130 ]
129 deps = [ 131 deps = [
130 ":unit_tests", 132 ":unit_tests",
131 ] 133 ]
132 } 134 }
OLDNEW
« no previous file with comments | « components/proximity_auth.gypi ('k') | components/proximity_auth/cryptauth/cryptauth_enroller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698