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

Unified Diff: components/proximity_auth/BUILD.gn

Issue 2561203002: Migrate weave-related classes from proximity_auth/ble to cryptauth/ble. (Closed)
Patch Set: Rebase. Created 4 years 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 side-by-side diff with in-line comments
Download patch
Index: components/proximity_auth/BUILD.gn
diff --git a/components/proximity_auth/BUILD.gn b/components/proximity_auth/BUILD.gn
index cb1261b2208920520387e48fce4941f8448e5fda..a8a1f6605111d72ff9b2730b54fea6f882c8f00e 100644
--- a/components/proximity_auth/BUILD.gn
+++ b/components/proximity_auth/BUILD.gn
@@ -11,16 +11,9 @@ static_library("proximity_auth") {
"bluetooth_connection.h",
"bluetooth_connection_finder.cc",
"bluetooth_connection_finder.h",
- "bluetooth_throttler.h",
- "bluetooth_throttler_impl.cc",
- "bluetooth_throttler_impl.h",
"bluetooth_util.cc",
"bluetooth_util.h",
"bluetooth_util_chromeos.cc",
- "connection.cc",
- "connection.h",
- "connection_finder.h",
- "connection_observer.h",
"cryptauth_enroller_factory_impl.cc",
"cryptauth_enroller_factory_impl.h",
"device_to_device_authenticator.cc",
@@ -63,13 +56,12 @@ static_library("proximity_auth") {
"throttled_bluetooth_connection_finder.h",
"unlock_manager.cc",
"unlock_manager.h",
- "wire_message.cc",
- "wire_message.h",
]
deps = [
"//base",
"//components/cryptauth",
+ "//components/cryptauth/ble",
"//components/prefs",
"//components/proximity_auth/ble",
"//components/proximity_auth/logging",
@@ -94,14 +86,10 @@ static_library("test_support") {
sources = [
"device_to_device_responder_operations.cc",
"device_to_device_responder_operations.h",
- "fake_connection.cc",
- "fake_connection.h",
"fake_secure_context.cc",
"fake_secure_context.h",
"mock_proximity_auth_client.cc",
"mock_proximity_auth_client.h",
- "proximity_auth_test_util.cc",
- "proximity_auth_test_util.h",
]
public_deps = [
@@ -121,8 +109,6 @@ source_set("unit_tests") {
sources = [
"bluetooth_connection_finder_unittest.cc",
"bluetooth_connection_unittest.cc",
- "bluetooth_throttler_impl_unittest.cc",
- "connection_unittest.cc",
"device_to_device_authenticator_unittest.cc",
"device_to_device_operations_unittest.cc",
"device_to_device_secure_context_unittest.cc",
@@ -135,7 +121,6 @@ source_set("unit_tests") {
"remote_status_update_unittest.cc",
"throttled_bluetooth_connection_finder_unittest.cc",
"unlock_manager_unittest.cc",
- "wire_message_unittest.cc",
]
configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]

Powered by Google App Engine
This is Rietveld 408576698