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

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

Issue 2805833002: Migrate Cryptauth*Managers RegisterPrefs to CryptAuthService::RegisterProfilePrefs. (Closed)
Patch Set: Replace initializer_unittest RegisterPrefs calls with Initializer::RegisterProfilePrefs. Created 3 years, 8 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 # CryptAuth is a component which manages data about devices associated with a 5 # CryptAuth is a component which manages data about devices associated with a
6 # user's account. This component both sends data about the current device and 6 # user's account. This component both sends data about the current device and
7 # requets data about associated devices. 7 # requets data about associated devices.
8 8
9 static_library("cryptauth") { 9 static_library("cryptauth") {
10 sources = [ 10 sources = [
(...skipping 18 matching lines...) Expand all
29 "cryptauth_enroller_impl.cc", 29 "cryptauth_enroller_impl.cc",
30 "cryptauth_enroller_impl.h", 30 "cryptauth_enroller_impl.h",
31 "cryptauth_enrollment_manager.cc", 31 "cryptauth_enrollment_manager.cc",
32 "cryptauth_enrollment_manager.h", 32 "cryptauth_enrollment_manager.h",
33 "cryptauth_enrollment_utils.cc", 33 "cryptauth_enrollment_utils.cc",
34 "cryptauth_enrollment_utils.h", 34 "cryptauth_enrollment_utils.h",
35 "cryptauth_gcm_manager.cc", 35 "cryptauth_gcm_manager.cc",
36 "cryptauth_gcm_manager.h", 36 "cryptauth_gcm_manager.h",
37 "cryptauth_gcm_manager_impl.cc", 37 "cryptauth_gcm_manager_impl.cc",
38 "cryptauth_gcm_manager_impl.h", 38 "cryptauth_gcm_manager_impl.h",
39 "cryptauth_service.cc",
39 "cryptauth_service.h", 40 "cryptauth_service.h",
40 "device_to_device_authenticator.cc", 41 "device_to_device_authenticator.cc",
41 "device_to_device_authenticator.h", 42 "device_to_device_authenticator.h",
42 "device_to_device_initiator_operations.cc", 43 "device_to_device_initiator_operations.cc",
43 "device_to_device_initiator_operations.h", 44 "device_to_device_initiator_operations.h",
44 "device_to_device_secure_context.cc", 45 "device_to_device_secure_context.cc",
45 "device_to_device_secure_context.h", 46 "device_to_device_secure_context.h",
46 "eid_generator.cc", 47 "eid_generator.cc",
47 "eid_generator.h", 48 "eid_generator.h",
48 "pref_names.cc", 49 "pref_names.cc",
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
163 ":test_support", 164 ":test_support",
164 "//base/test:test_support", 165 "//base/test:test_support",
165 "//components/cryptauth/ble:unit_tests", 166 "//components/cryptauth/ble:unit_tests",
166 "//components/gcm_driver:test_support", 167 "//components/gcm_driver:test_support",
167 "//components/prefs:test_support", 168 "//components/prefs:test_support",
168 "//google_apis:test_support", 169 "//google_apis:test_support",
169 "//net:test_support", 170 "//net:test_support",
170 "//testing/gtest", 171 "//testing/gtest",
171 ] 172 ]
172 } 173 }
OLDNEW
« no previous file with comments | « chromeos/components/tether/initializer_unittest.cc ('k') | components/cryptauth/cryptauth_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698