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

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

Issue 2949343002: Tether: record each type of host connection result. (Closed)
Patch Set: Remove typo. Created 3 years, 5 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 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 "fake_host_scan_cache.cc", 104 "fake_host_scan_cache.cc",
105 "fake_host_scan_cache.h", 105 "fake_host_scan_cache.h",
106 "fake_network_configuration_remover.cc", 106 "fake_network_configuration_remover.cc",
107 "fake_network_configuration_remover.h", 107 "fake_network_configuration_remover.h",
108 "fake_notification_presenter.cc", 108 "fake_notification_presenter.cc",
109 "fake_notification_presenter.h", 109 "fake_notification_presenter.h",
110 "fake_tether_host_fetcher.cc", 110 "fake_tether_host_fetcher.cc",
111 "fake_tether_host_fetcher.h", 111 "fake_tether_host_fetcher.h",
112 "fake_wifi_hotspot_connector.cc", 112 "fake_wifi_hotspot_connector.cc",
113 "fake_wifi_hotspot_connector.h", 113 "fake_wifi_hotspot_connector.h",
114 "mock_host_connection_metrics_logger.cc",
115 "mock_host_connection_metrics_logger.h",
114 "mock_tether_host_response_recorder.cc", 116 "mock_tether_host_response_recorder.cc",
115 "mock_tether_host_response_recorder.h", 117 "mock_tether_host_response_recorder.h",
116 "proto_test_util.cc", 118 "proto_test_util.cc",
117 "proto_test_util.h", 119 "proto_test_util.h",
118 ] 120 ]
119 121
120 public_deps = [ 122 public_deps = [
121 ":tether", 123 ":tether",
122 ] 124 ]
123 125
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
178 "//components/cryptauth/ble", 180 "//components/cryptauth/ble",
179 "//components/prefs:test_support", 181 "//components/prefs:test_support",
180 "//components/signin/core/browser:test_support", 182 "//components/signin/core/browser:test_support",
181 "//device/bluetooth", 183 "//device/bluetooth",
182 "//device/bluetooth:mocks", 184 "//device/bluetooth:mocks",
183 "//testing/gmock", 185 "//testing/gmock",
184 "//testing/gtest", 186 "//testing/gtest",
185 "//ui/message_center:test_support", 187 "//ui/message_center:test_support",
186 ] 188 ]
187 } 189 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698