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

Unified Diff: chromeos/components/tether/BUILD.gn

Issue 2951303002: [CrOS Tether] Move LocalDeviceDataProvider from //chromeos/components/tether to //components/crypta… (Closed)
Patch Set: Rebased. Created 3 years, 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chromeos/components/tether/ble_advertiser.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/components/tether/BUILD.gn
diff --git a/chromeos/components/tether/BUILD.gn b/chromeos/components/tether/BUILD.gn
index b71dd67796f2a74a17487a72ab3a6ecf029b7b8b..1f0c4c17cdd8bc0dd92db9a5a6625190a41a36ac 100644
--- a/chromeos/components/tether/BUILD.gn
+++ b/chromeos/components/tether/BUILD.gn
@@ -45,8 +45,6 @@ static_library("tether") {
"keep_alive_operation.h",
"keep_alive_scheduler.cc",
"keep_alive_scheduler.h",
- "local_device_data_provider.cc",
- "local_device_data_provider.h",
"message_transfer_operation.cc",
"message_transfer_operation.h",
"message_wrapper.cc",
@@ -111,8 +109,6 @@ static_library("test_support") {
"fake_tether_host_fetcher.h",
"fake_wifi_hotspot_connector.cc",
"fake_wifi_hotspot_connector.h",
- "mock_local_device_data_provider.cc",
- "mock_local_device_data_provider.h",
"mock_tether_host_response_recorder.cc",
"mock_tether_host_response_recorder.h",
"proto_test_util.cc",
@@ -155,7 +151,6 @@ source_set("unit_tests") {
"initializer_unittest.cc",
"keep_alive_operation_unittest.cc",
"keep_alive_scheduler_unittest.cc",
- "local_device_data_provider_unittest.cc",
"message_transfer_operation_unittest.cc",
"message_wrapper_unittest.cc",
"network_configuration_remover_unittest.cc",
« no previous file with comments | « no previous file | chromeos/components/tether/ble_advertiser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698