diff options
| author | Allan Sandfeld Jensen <allan.jensen@qt.io> | 2017-11-20 15:06:40 +0100 |
|---|---|---|
| committer | Allan Sandfeld Jensen <allan.jensen@qt.io> | 2017-11-22 11:48:58 +0000 |
| commit | daa093eea7c773db06799a13bd7e4e2e2a9f8f14 (patch) | |
| tree | 96cc5e7b9194c1b29eab927730bfa419e7111c25 /chromium/chromeos/components | |
| parent | be59a35641616a4cf23c4a13fa0632624b021c1b (diff) | |
| download | qtwebengine-chromium-daa093eea7c773db06799a13bd7e4e2e2a9f8f14.tar.gz | |
BASELINE: Update Chromium to 63.0.3239.58
Change-Id: Ia93b322a00ba4dd4004f3bcf1254063ba90e1605
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'chromium/chromeos/components')
| -rw-r--r-- | chromium/chromeos/components/tether/BUILD.gn | 52 |
1 files changed, 39 insertions, 13 deletions
diff --git a/chromium/chromeos/components/tether/BUILD.gn b/chromium/chromeos/components/tether/BUILD.gn index 58cf2ba5104..7d9fbb0d9f8 100644 --- a/chromium/chromeos/components/tether/BUILD.gn +++ b/chromium/chromeos/components/tether/BUILD.gn @@ -10,15 +10,22 @@ static_library("tether") { "active_host.h", "active_host_network_state_updater.cc", "active_host_network_state_updater.h", + "asynchronous_shutdown_object_container.h", + "asynchronous_shutdown_object_container_impl.cc", + "asynchronous_shutdown_object_container_impl.h", "ble_advertisement_device_queue.cc", "ble_advertisement_device_queue.h", "ble_advertiser.cc", "ble_advertiser.h", + "ble_advertiser_impl.cc", + "ble_advertiser_impl.h", "ble_connection_manager.cc", "ble_connection_manager.h", "ble_constants.h", "ble_scanner.cc", "ble_scanner.h", + "ble_scanner_impl.cc", + "ble_scanner_impl.h", "ble_synchronizer.cc", "ble_synchronizer.h", "ble_synchronizer_base.cc", @@ -27,8 +34,9 @@ static_library("tether") { "connect_tethering_operation.h", "connection_priority.cc", "connection_priority.h", - "crash_recovery_manager.cc", "crash_recovery_manager.h", + "crash_recovery_manager_impl.cc", + "crash_recovery_manager_impl.h", "device_id_tether_network_guid_map.cc", "device_id_tether_network_guid_map.h", "device_status_util.cc", @@ -52,16 +60,13 @@ static_library("tether") { "host_scan_device_prioritizer.h", "host_scan_device_prioritizer_impl.cc", "host_scan_device_prioritizer_impl.h", - "host_scan_scheduler.cc", "host_scan_scheduler.h", + "host_scan_scheduler_impl.cc", + "host_scan_scheduler_impl.h", "host_scanner.cc", "host_scanner.h", "host_scanner_operation.cc", "host_scanner_operation.h", - "initializer.cc", - "initializer.h", - "initializer_impl.cc", - "initializer_impl.h", "keep_alive_operation.cc", "keep_alive_operation.h", "keep_alive_scheduler.cc", @@ -88,6 +93,13 @@ static_library("tether") { "persistent_host_scan_cache_impl.h", "pref_names.cc", "pref_names.h", + "synchronous_shutdown_object_container.h", + "synchronous_shutdown_object_container_impl.cc", + "synchronous_shutdown_object_container_impl.h", + "tether_component.cc", + "tether_component.h", + "tether_component_impl.cc", + "tether_component_impl.h", "tether_connector.h", "tether_connector_impl.cc", "tether_connector_impl.h", @@ -134,22 +146,34 @@ static_library("test_support") { sources = [ "fake_active_host.cc", "fake_active_host.h", + "fake_asynchronous_shutdown_object_container.cc", + "fake_asynchronous_shutdown_object_container.h", + "fake_ble_advertiser.cc", + "fake_ble_advertiser.h", "fake_ble_connection_manager.cc", "fake_ble_connection_manager.h", + "fake_ble_scanner.cc", + "fake_ble_scanner.h", "fake_ble_synchronizer.cc", "fake_ble_synchronizer.h", + "fake_crash_recovery_manager.cc", + "fake_crash_recovery_manager.h", "fake_disconnect_tethering_request_sender.cc", "fake_disconnect_tethering_request_sender.h", "fake_error_tolerant_ble_advertisement.cc", "fake_error_tolerant_ble_advertisement.h", "fake_host_scan_cache.cc", "fake_host_scan_cache.h", - "fake_initializer.cc", - "fake_initializer.h", + "fake_host_scan_scheduler.cc", + "fake_host_scan_scheduler.h", "fake_network_configuration_remover.cc", "fake_network_configuration_remover.h", "fake_notification_presenter.cc", "fake_notification_presenter.h", + "fake_synchronous_shutdown_object_container.cc", + "fake_synchronous_shutdown_object_container.h", + "fake_tether_component.cc", + "fake_tether_component.h", "fake_tether_connector.cc", "fake_tether_connector.h", "fake_tether_disconnector.cc", @@ -179,6 +203,7 @@ static_library("test_support") { "//chromeos", "//chromeos/components/tether/proto", "//components/cryptauth", + "//components/cryptauth:test_support", "//device/bluetooth", "//testing/gmock", "//testing/gtest", @@ -192,13 +217,14 @@ source_set("unit_tests") { sources = [ "active_host_network_state_updater_unittest.cc", "active_host_unittest.cc", + "asynchronous_shutdown_object_container_impl_unittest.cc", "ble_advertisement_device_queue_unittest.cc", - "ble_advertiser_unittest.cc", + "ble_advertiser_impl_unittest.cc", "ble_connection_manager_unittest.cc", - "ble_scanner_unittest.cc", + "ble_scanner_impl_unittest.cc", "ble_synchronizer_unittest.cc", "connect_tethering_operation_unittest.cc", - "crash_recovery_manager_unittest.cc", + "crash_recovery_manager_impl_unittest.cc", "device_status_util_unittest.cc", "disconnect_tethering_operation_unittest.cc", "disconnect_tethering_request_sender_impl_unittest.cc", @@ -206,10 +232,9 @@ source_set("unit_tests") { "host_connection_metrics_logger_unittest.cc", "host_scan_cache_unittest.cc", "host_scan_device_prioritizer_impl_unittest.cc", - "host_scan_scheduler_unittest.cc", + "host_scan_scheduler_impl_unittest.cc", "host_scanner_operation_unittest.cc", "host_scanner_unittest.cc", - "initializer_impl_unittest.cc", "keep_alive_operation_unittest.cc", "keep_alive_scheduler_unittest.cc", "master_host_scan_cache_unittest.cc", @@ -221,6 +246,7 @@ source_set("unit_tests") { "network_list_sorter_unittest.cc", "notification_remover_unittest.cc", "persistent_host_scan_cache_impl_unittest.cc", + "tether_component_impl_unittest.cc", "tether_connector_impl_unittest.cc", "tether_disconnector_impl_unittest.cc", "tether_host_fetcher_unittest.cc", |
