summaryrefslogtreecommitdiff
path: root/chromium/chromeos/components
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2017-07-17 13:57:45 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2017-07-19 13:44:40 +0000
commit6ec7b8da05d21a3878bd21c691b41e675d74bb1c (patch)
treeb87f250bc19413750b9bb9cdbf2da20ef5014820 /chromium/chromeos/components
parentec02ee4181c49b61fce1c8fb99292dbb8139cc90 (diff)
downloadqtwebengine-chromium-6ec7b8da05d21a3878bd21c691b41e675d74bb1c.tar.gz
BASELINE: Update Chromium to 60.0.3112.70
Change-Id: I9911c2280a014d4632f254857876a395d4baed2d Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'chromium/chromeos/components')
-rw-r--r--chromium/chromeos/components/tether/BUILD.gn24
1 files changed, 24 insertions, 0 deletions
diff --git a/chromium/chromeos/components/tether/BUILD.gn b/chromium/chromeos/components/tether/BUILD.gn
index e5bc4180c5a..7adcb37424e 100644
--- a/chromium/chromeos/components/tether/BUILD.gn
+++ b/chromium/chromeos/components/tether/BUILD.gn
@@ -24,6 +24,10 @@ static_library("tether") {
"connect_tethering_operation.h",
"device_id_tether_network_guid_map.cc",
"device_id_tether_network_guid_map.h",
+ "disconnect_tethering_operation.cc",
+ "disconnect_tethering_operation.h",
+ "host_scan_cache.cc",
+ "host_scan_cache.h",
"host_scan_device_prioritizer.cc",
"host_scan_device_prioritizer.h",
"host_scan_scheduler.cc",
@@ -44,13 +48,21 @@ static_library("tether") {
"message_transfer_operation.h",
"message_wrapper.cc",
"message_wrapper.h",
+ "network_configuration_remover.cc",
+ "network_configuration_remover.h",
+ "network_connection_handler_tether_delegate.cc",
+ "network_connection_handler_tether_delegate.h",
"notification_presenter.h",
"pref_names.cc",
"pref_names.h",
"tether_connector.cc",
"tether_connector.h",
+ "tether_disconnector.cc",
+ "tether_disconnector.h",
"tether_host_fetcher.cc",
"tether_host_fetcher.h",
+ "tether_host_response_recorder.cc",
+ "tether_host_response_recorder.h",
"tether_network_disconnection_handler.cc",
"tether_network_disconnection_handler.h",
"wifi_hotspot_connector.cc",
@@ -84,6 +96,10 @@ static_library("test_support") {
"fake_active_host.h",
"fake_ble_connection_manager.cc",
"fake_ble_connection_manager.h",
+ "fake_host_scan_cache.cc",
+ "fake_host_scan_cache.h",
+ "fake_network_configuration_remover.cc",
+ "fake_network_configuration_remover.h",
"fake_notification_presenter.cc",
"fake_notification_presenter.h",
"fake_tether_host_fetcher.cc",
@@ -94,6 +110,8 @@ static_library("test_support") {
"mock_host_scan_device_prioritizer.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",
]
public_deps = [
@@ -121,6 +139,8 @@ source_set("unit_tests") {
"ble_connection_manager_unittest.cc",
"ble_scanner_unittest.cc",
"connect_tethering_operation_unittest.cc",
+ "disconnect_tethering_operation_unittest.cc",
+ "host_scan_cache_unittest.cc",
"host_scan_device_prioritizer_unittest.cc",
"host_scan_scheduler_unittest.cc",
"host_scanner_operation_unittest.cc",
@@ -131,8 +151,12 @@ source_set("unit_tests") {
"local_device_data_provider_unittest.cc",
"message_transfer_operation_unittest.cc",
"message_wrapper_unittest.cc",
+ "network_configuration_remover_unittest.cc",
+ "network_connection_handler_tether_delegate_unittest.cc",
"tether_connector_unittest.cc",
+ "tether_disconnector_unittest.cc",
"tether_host_fetcher_unittest.cc",
+ "tether_host_response_recorder_unittest.cc",
"tether_network_disconnection_handler_unittest.cc",
"wifi_hotspot_connector_unittest.cc",
]