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

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

Issue 2915833003: Tether: Break helper TimerFactory out of BleConnectionManager and HostScanCache. (Closed)
Patch Set: khorimoto@ comments. 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
« no previous file with comments | « no previous file | chromeos/components/tether/ble_connection_manager.h » ('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 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 "tether_connector.cc", 58 "tether_connector.cc",
59 "tether_connector.h", 59 "tether_connector.h",
60 "tether_disconnector.cc", 60 "tether_disconnector.cc",
61 "tether_disconnector.h", 61 "tether_disconnector.h",
62 "tether_host_fetcher.cc", 62 "tether_host_fetcher.cc",
63 "tether_host_fetcher.h", 63 "tether_host_fetcher.h",
64 "tether_host_response_recorder.cc", 64 "tether_host_response_recorder.cc",
65 "tether_host_response_recorder.h", 65 "tether_host_response_recorder.h",
66 "tether_network_disconnection_handler.cc", 66 "tether_network_disconnection_handler.cc",
67 "tether_network_disconnection_handler.h", 67 "tether_network_disconnection_handler.h",
68 "timer_factory.cc",
69 "timer_factory.h",
68 "wifi_hotspot_connector.cc", 70 "wifi_hotspot_connector.cc",
69 "wifi_hotspot_connector.h", 71 "wifi_hotspot_connector.h",
70 ] 72 ]
71 73
72 deps = [ 74 deps = [
73 "//base", 75 "//base",
74 "//chromeos", 76 "//chromeos",
75 "//chromeos/components/tether/proto", 77 "//chromeos/components/tether/proto",
76 "//components/cryptauth", 78 "//components/cryptauth",
77 "//components/cryptauth/ble", 79 "//components/cryptauth/ble",
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
173 "//components/cryptauth/ble", 175 "//components/cryptauth/ble",
174 "//components/prefs:test_support", 176 "//components/prefs:test_support",
175 "//components/signin/core/browser:test_support", 177 "//components/signin/core/browser:test_support",
176 "//device/bluetooth", 178 "//device/bluetooth",
177 "//device/bluetooth:mocks", 179 "//device/bluetooth:mocks",
178 "//testing/gmock", 180 "//testing/gmock",
179 "//testing/gtest", 181 "//testing/gtest",
180 "//ui/message_center:test_support", 182 "//ui/message_center:test_support",
181 ] 183 ]
182 } 184 }
OLDNEW
« no previous file with comments | « no previous file | chromeos/components/tether/ble_connection_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698