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

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

Issue 2819993002: [CrOS Tether] Add the notion of a tether DeviceState. (Closed)
Patch Set: stevenjb@ comment. 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
« no previous file with comments | « no previous file | chromeos/components/tether/active_host_network_state_updater_unittest.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 "notification_presenter.h", 47 "notification_presenter.h",
48 "pref_names.cc", 48 "pref_names.cc",
49 "pref_names.h", 49 "pref_names.h",
50 "tether_connector.cc", 50 "tether_connector.cc",
51 "tether_connector.h", 51 "tether_connector.h",
52 "tether_device_state_manager.cc",
53 "tether_device_state_manager.h",
52 "tether_host_fetcher.cc", 54 "tether_host_fetcher.cc",
53 "tether_host_fetcher.h", 55 "tether_host_fetcher.h",
54 "tether_network_disconnection_handler.cc", 56 "tether_network_disconnection_handler.cc",
55 "tether_network_disconnection_handler.h", 57 "tether_network_disconnection_handler.h",
56 "wifi_hotspot_connector.cc", 58 "wifi_hotspot_connector.cc",
57 "wifi_hotspot_connector.h", 59 "wifi_hotspot_connector.h",
58 ] 60 ]
59 61
60 deps = [ 62 deps = [
61 "//base", 63 "//base",
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
149 "//components/cryptauth/ble", 151 "//components/cryptauth/ble",
150 "//components/prefs:test_support", 152 "//components/prefs:test_support",
151 "//components/signin/core/browser:test_support", 153 "//components/signin/core/browser:test_support",
152 "//device/bluetooth", 154 "//device/bluetooth",
153 "//device/bluetooth:mocks", 155 "//device/bluetooth:mocks",
154 "//testing/gmock", 156 "//testing/gmock",
155 "//testing/gtest", 157 "//testing/gtest",
156 "//ui/message_center:test_support", 158 "//ui/message_center:test_support",
157 ] 159 ]
158 } 160 }
OLDNEW
« no previous file with comments | « no previous file | chromeos/components/tether/active_host_network_state_updater_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698