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

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

Issue 2945643002: [CrOS Tether] Sort Tether network lists. (Closed)
Patch Set: Cleanup - now ready for review. Created 3 years, 6 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 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 "fake_host_scan_cache.cc", 103 "fake_host_scan_cache.cc",
104 "fake_host_scan_cache.h", 104 "fake_host_scan_cache.h",
105 "fake_network_configuration_remover.cc", 105 "fake_network_configuration_remover.cc",
106 "fake_network_configuration_remover.h", 106 "fake_network_configuration_remover.h",
107 "fake_notification_presenter.cc", 107 "fake_notification_presenter.cc",
108 "fake_notification_presenter.h", 108 "fake_notification_presenter.h",
109 "fake_tether_host_fetcher.cc", 109 "fake_tether_host_fetcher.cc",
110 "fake_tether_host_fetcher.h", 110 "fake_tether_host_fetcher.h",
111 "fake_wifi_hotspot_connector.cc", 111 "fake_wifi_hotspot_connector.cc",
112 "fake_wifi_hotspot_connector.h", 112 "fake_wifi_hotspot_connector.h",
113 "mock_host_scan_device_prioritizer.cc",
114 "mock_host_scan_device_prioritizer.h",
115 "mock_local_device_data_provider.cc", 113 "mock_local_device_data_provider.cc",
116 "mock_local_device_data_provider.h", 114 "mock_local_device_data_provider.h",
117 "mock_tether_host_response_recorder.cc", 115 "mock_tether_host_response_recorder.cc",
118 "mock_tether_host_response_recorder.h", 116 "mock_tether_host_response_recorder.h",
119 "proto_test_util.cc", 117 "proto_test_util.cc",
120 "proto_test_util.h", 118 "proto_test_util.h",
121 ] 119 ]
122 120
123 public_deps = [ 121 public_deps = [
124 ":tether", 122 ":tether",
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
181 "//components/cryptauth/ble", 179 "//components/cryptauth/ble",
182 "//components/prefs:test_support", 180 "//components/prefs:test_support",
183 "//components/signin/core/browser:test_support", 181 "//components/signin/core/browser:test_support",
184 "//device/bluetooth", 182 "//device/bluetooth",
185 "//device/bluetooth:mocks", 183 "//device/bluetooth:mocks",
186 "//testing/gmock", 184 "//testing/gmock",
187 "//testing/gtest", 185 "//testing/gtest",
188 "//ui/message_center:test_support", 186 "//ui/message_center:test_support",
189 ] 187 ]
190 } 188 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698