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

Unified Diff: components/proximity_auth/ble/BUILD.gn

Issue 2561203002: Migrate weave-related classes from proximity_auth/ble to cryptauth/ble. (Closed)
Patch Set: 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/ble/BUILD.gn
diff --git a/components/proximity_auth/ble/BUILD.gn b/components/proximity_auth/ble/BUILD.gn
index 8375506623696741221b02f55adc034a13d61c56..f885d15252aa25b35e99b0e078758f769f3a46ab 100644
--- a/components/proximity_auth/ble/BUILD.gn
+++ b/components/proximity_auth/ble/BUILD.gn
@@ -6,31 +6,20 @@ import("//testing/test.gni")
static_library("ble") {
sources = [
- "bluetooth_low_energy_characteristics_finder.cc",
- "bluetooth_low_energy_characteristics_finder.h",
"bluetooth_low_energy_connection.cc",
"bluetooth_low_energy_connection.h",
"bluetooth_low_energy_connection_finder.cc",
"bluetooth_low_energy_connection_finder.h",
"bluetooth_low_energy_device_whitelist.cc",
"bluetooth_low_energy_device_whitelist.h",
- "bluetooth_low_energy_weave_client_connection.cc",
- "bluetooth_low_energy_weave_client_connection.h",
- "bluetooth_low_energy_weave_defines.h",
- "bluetooth_low_energy_weave_packet_generator.cc",
- "bluetooth_low_energy_weave_packet_generator.h",
- "bluetooth_low_energy_weave_packet_receiver.cc",
- "bluetooth_low_energy_weave_packet_receiver.h",
- "fake_wire_message.cc",
- "fake_wire_message.h",
"pref_names.cc",
"pref_names.h",
- "remote_attribute.h",
]
deps = [
"//base",
"//components/cryptauth",
+ "//components/cryptauth/ble",
"//components/prefs",
"//components/proximity_auth/logging",
@@ -50,7 +39,6 @@ static_library("ble") {
source_set("unit_tests") {
testonly = true
sources = [
- "bluetooth_low_energy_characteristics_finder_unittest.cc",
"bluetooth_low_energy_connection_finder_unittest.cc",
"bluetooth_low_energy_connection_unittest.cc",
"bluetooth_low_energy_device_whitelist_unittest.cc",

Powered by Google App Engine
This is Rietveld 408576698