| OLD | NEW |
| 1 # Copyright 2016 The Chromium Authors. All rights reserved. | 1 # Copyright 2016 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 assert(is_chromeos, "Non-ChromeOS builds cannot depend on //chromeos") | 5 assert(is_chromeos, "Non-ChromeOS builds cannot depend on //chromeos") |
| 6 | 6 |
| 7 static_library("tether") { | 7 static_library("tether") { |
| 8 sources = [ | 8 sources = [ |
| 9 "active_host.cc", | 9 "active_host.cc", |
| 10 "active_host.h", | 10 "active_host.h", |
| (...skipping 27 matching lines...) Expand all Loading... |
| 38 "host_scanner.cc", | 38 "host_scanner.cc", |
| 39 "host_scanner.h", | 39 "host_scanner.h", |
| 40 "host_scanner_operation.cc", | 40 "host_scanner_operation.cc", |
| 41 "host_scanner_operation.h", | 41 "host_scanner_operation.h", |
| 42 "initializer.cc", | 42 "initializer.cc", |
| 43 "initializer.h", | 43 "initializer.h", |
| 44 "keep_alive_operation.cc", | 44 "keep_alive_operation.cc", |
| 45 "keep_alive_operation.h", | 45 "keep_alive_operation.h", |
| 46 "keep_alive_scheduler.cc", | 46 "keep_alive_scheduler.cc", |
| 47 "keep_alive_scheduler.h", | 47 "keep_alive_scheduler.h", |
| 48 "local_device_data_provider.cc", | |
| 49 "local_device_data_provider.h", | |
| 50 "message_transfer_operation.cc", | 48 "message_transfer_operation.cc", |
| 51 "message_transfer_operation.h", | 49 "message_transfer_operation.h", |
| 52 "message_wrapper.cc", | 50 "message_wrapper.cc", |
| 53 "message_wrapper.h", | 51 "message_wrapper.h", |
| 54 "network_configuration_remover.cc", | 52 "network_configuration_remover.cc", |
| 55 "network_configuration_remover.h", | 53 "network_configuration_remover.h", |
| 56 "network_connection_handler_tether_delegate.cc", | 54 "network_connection_handler_tether_delegate.cc", |
| 57 "network_connection_handler_tether_delegate.h", | 55 "network_connection_handler_tether_delegate.h", |
| 58 "notification_presenter.h", | 56 "notification_presenter.h", |
| 59 "pref_names.cc", | 57 "pref_names.cc", |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 104 "fake_host_scan_cache.cc", | 102 "fake_host_scan_cache.cc", |
| 105 "fake_host_scan_cache.h", | 103 "fake_host_scan_cache.h", |
| 106 "fake_network_configuration_remover.cc", | 104 "fake_network_configuration_remover.cc", |
| 107 "fake_network_configuration_remover.h", | 105 "fake_network_configuration_remover.h", |
| 108 "fake_notification_presenter.cc", | 106 "fake_notification_presenter.cc", |
| 109 "fake_notification_presenter.h", | 107 "fake_notification_presenter.h", |
| 110 "fake_tether_host_fetcher.cc", | 108 "fake_tether_host_fetcher.cc", |
| 111 "fake_tether_host_fetcher.h", | 109 "fake_tether_host_fetcher.h", |
| 112 "fake_wifi_hotspot_connector.cc", | 110 "fake_wifi_hotspot_connector.cc", |
| 113 "fake_wifi_hotspot_connector.h", | 111 "fake_wifi_hotspot_connector.h", |
| 114 "mock_local_device_data_provider.cc", | |
| 115 "mock_local_device_data_provider.h", | |
| 116 "mock_tether_host_response_recorder.cc", | 112 "mock_tether_host_response_recorder.cc", |
| 117 "mock_tether_host_response_recorder.h", | 113 "mock_tether_host_response_recorder.h", |
| 118 "proto_test_util.cc", | 114 "proto_test_util.cc", |
| 119 "proto_test_util.h", | 115 "proto_test_util.h", |
| 120 ] | 116 ] |
| 121 | 117 |
| 122 public_deps = [ | 118 public_deps = [ |
| 123 ":tether", | 119 ":tether", |
| 124 ] | 120 ] |
| 125 | 121 |
| (...skipping 22 matching lines...) Expand all Loading... |
| 148 "device_status_util_unittest.cc", | 144 "device_status_util_unittest.cc", |
| 149 "disconnect_tethering_operation_unittest.cc", | 145 "disconnect_tethering_operation_unittest.cc", |
| 150 "host_scan_cache_unittest.cc", | 146 "host_scan_cache_unittest.cc", |
| 151 "host_scan_device_prioritizer_impl_unittest.cc", | 147 "host_scan_device_prioritizer_impl_unittest.cc", |
| 152 "host_scan_scheduler_unittest.cc", | 148 "host_scan_scheduler_unittest.cc", |
| 153 "host_scanner_operation_unittest.cc", | 149 "host_scanner_operation_unittest.cc", |
| 154 "host_scanner_unittest.cc", | 150 "host_scanner_unittest.cc", |
| 155 "initializer_unittest.cc", | 151 "initializer_unittest.cc", |
| 156 "keep_alive_operation_unittest.cc", | 152 "keep_alive_operation_unittest.cc", |
| 157 "keep_alive_scheduler_unittest.cc", | 153 "keep_alive_scheduler_unittest.cc", |
| 158 "local_device_data_provider_unittest.cc", | |
| 159 "message_transfer_operation_unittest.cc", | 154 "message_transfer_operation_unittest.cc", |
| 160 "message_wrapper_unittest.cc", | 155 "message_wrapper_unittest.cc", |
| 161 "network_configuration_remover_unittest.cc", | 156 "network_configuration_remover_unittest.cc", |
| 162 "network_connection_handler_tether_delegate_unittest.cc", | 157 "network_connection_handler_tether_delegate_unittest.cc", |
| 163 "tether_connector_unittest.cc", | 158 "tether_connector_unittest.cc", |
| 164 "tether_disconnector_unittest.cc", | 159 "tether_disconnector_unittest.cc", |
| 165 "tether_host_fetcher_unittest.cc", | 160 "tether_host_fetcher_unittest.cc", |
| 166 "tether_host_response_recorder_unittest.cc", | 161 "tether_host_response_recorder_unittest.cc", |
| 167 "tether_network_disconnection_handler_unittest.cc", | 162 "tether_network_disconnection_handler_unittest.cc", |
| 168 "wifi_hotspot_connector_unittest.cc", | 163 "wifi_hotspot_connector_unittest.cc", |
| (...skipping 11 matching lines...) Expand all Loading... |
| 180 "//components/cryptauth/ble", | 175 "//components/cryptauth/ble", |
| 181 "//components/prefs:test_support", | 176 "//components/prefs:test_support", |
| 182 "//components/signin/core/browser:test_support", | 177 "//components/signin/core/browser:test_support", |
| 183 "//device/bluetooth", | 178 "//device/bluetooth", |
| 184 "//device/bluetooth:mocks", | 179 "//device/bluetooth:mocks", |
| 185 "//testing/gmock", | 180 "//testing/gmock", |
| 186 "//testing/gtest", | 181 "//testing/gtest", |
| 187 "//ui/message_center:test_support", | 182 "//ui/message_center:test_support", |
| 188 ] | 183 ] |
| 189 } | 184 } |
| OLD | NEW |