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

Side by Side Diff: chromeos/components/tether/BUILD.gn

Issue 2821103003: Remove the configuration of Tether-associated Wi-Fi networks once connectivity is lost. (Closed)
Patch Set: Rebase. Created 3 years, 8 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 unified diff | Download patch
OLDNEW
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 26 matching lines...) Expand all
37 "keep_alive_operation.cc", 37 "keep_alive_operation.cc",
38 "keep_alive_operation.h", 38 "keep_alive_operation.h",
39 "keep_alive_scheduler.cc", 39 "keep_alive_scheduler.cc",
40 "keep_alive_scheduler.h", 40 "keep_alive_scheduler.h",
41 "local_device_data_provider.cc", 41 "local_device_data_provider.cc",
42 "local_device_data_provider.h", 42 "local_device_data_provider.h",
43 "message_transfer_operation.cc", 43 "message_transfer_operation.cc",
44 "message_transfer_operation.h", 44 "message_transfer_operation.h",
45 "message_wrapper.cc", 45 "message_wrapper.cc",
46 "message_wrapper.h", 46 "message_wrapper.h",
47 "network_configuration_remover.cc",
48 "network_configuration_remover.h",
47 "notification_presenter.h", 49 "notification_presenter.h",
48 "pref_names.cc", 50 "pref_names.cc",
49 "pref_names.h", 51 "pref_names.h",
50 "tether_connector.cc", 52 "tether_connector.cc",
51 "tether_connector.h", 53 "tether_connector.h",
52 "tether_device_state_manager.cc", 54 "tether_device_state_manager.cc",
53 "tether_device_state_manager.h", 55 "tether_device_state_manager.h",
54 "tether_host_fetcher.cc", 56 "tether_host_fetcher.cc",
55 "tether_host_fetcher.h", 57 "tether_host_fetcher.h",
56 "tether_network_disconnection_handler.cc", 58 "tether_network_disconnection_handler.cc",
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 "host_scan_device_prioritizer_unittest.cc", 128 "host_scan_device_prioritizer_unittest.cc",
127 "host_scan_scheduler_unittest.cc", 129 "host_scan_scheduler_unittest.cc",
128 "host_scanner_operation_unittest.cc", 130 "host_scanner_operation_unittest.cc",
129 "host_scanner_unittest.cc", 131 "host_scanner_unittest.cc",
130 "initializer_unittest.cc", 132 "initializer_unittest.cc",
131 "keep_alive_operation_unittest.cc", 133 "keep_alive_operation_unittest.cc",
132 "keep_alive_scheduler_unittest.cc", 134 "keep_alive_scheduler_unittest.cc",
133 "local_device_data_provider_unittest.cc", 135 "local_device_data_provider_unittest.cc",
134 "message_transfer_operation_unittest.cc", 136 "message_transfer_operation_unittest.cc",
135 "message_wrapper_unittest.cc", 137 "message_wrapper_unittest.cc",
138 "network_configuration_remover_unittest.cc",
136 "tether_connector_unittest.cc", 139 "tether_connector_unittest.cc",
137 "tether_host_fetcher_unittest.cc", 140 "tether_host_fetcher_unittest.cc",
138 "tether_network_disconnection_handler_unittest.cc", 141 "tether_network_disconnection_handler_unittest.cc",
139 "wifi_hotspot_connector_unittest.cc", 142 "wifi_hotspot_connector_unittest.cc",
140 ] 143 ]
141 144
142 deps = [ 145 deps = [
143 ":test_support", 146 ":test_support",
144 ":tether", 147 ":tether",
145 "//base/test:test_support", 148 "//base/test:test_support",
146 "//chromeos", 149 "//chromeos",
147 "//chromeos:test_support", 150 "//chromeos:test_support",
148 "//chromeos/components/tether/proto", 151 "//chromeos/components/tether/proto",
149 "//components/cryptauth", 152 "//components/cryptauth",
150 "//components/cryptauth:test_support", 153 "//components/cryptauth:test_support",
151 "//components/cryptauth/ble", 154 "//components/cryptauth/ble",
152 "//components/prefs:test_support", 155 "//components/prefs:test_support",
153 "//components/signin/core/browser:test_support", 156 "//components/signin/core/browser:test_support",
154 "//device/bluetooth", 157 "//device/bluetooth",
155 "//device/bluetooth:mocks", 158 "//device/bluetooth:mocks",
156 "//testing/gmock", 159 "//testing/gmock",
157 "//testing/gtest", 160 "//testing/gtest",
158 "//ui/message_center:test_support", 161 "//ui/message_center:test_support",
159 ] 162 ]
160 } 163 }
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/tether/tether_service.cc ('k') | chromeos/components/tether/initializer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698