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

Unified Diff: chromeos/components/tether/BUILD.gn

Issue 2734033002: [CrOS Tether] Create the ActiveHost class, which stores metadata related to the current connection … (Closed)
Patch Set: hansberry@ comment. Created 3 years, 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chromeos/components/tether/active_host.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/components/tether/BUILD.gn
diff --git a/chromeos/components/tether/BUILD.gn b/chromeos/components/tether/BUILD.gn
index 3a14c14591f9023d7ca132d36aec2d5578997a23..351aa2857720f687f08a85d561cd7ab11e597faf 100644
--- a/chromeos/components/tether/BUILD.gn
+++ b/chromeos/components/tether/BUILD.gn
@@ -6,6 +6,8 @@ assert(is_chromeos, "Non-ChromeOS builds cannot depend on //chromeos")
static_library("tether") {
sources = [
+ "active_host.cc",
+ "active_host.h",
"ble_advertisement_device_queue.cc",
"ble_advertisement_device_queue.h",
"ble_advertiser.cc",
@@ -83,6 +85,7 @@ source_set("unit_tests") {
testonly = true
sources = [
+ "active_host_unittest.cc",
"ble_advertisement_device_queue_unittest.cc",
"ble_advertiser_unittest.cc",
"ble_connection_manager_unittest.cc",
« no previous file with comments | « no previous file | chromeos/components/tether/active_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698