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

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

Issue 2587963003: [CrOS Tether]: Add LocalDeviceDataProvider, which fetches device data for the local device. (Closed)
Patch Set: Rebased. Created 4 years 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/local_device_data_provider.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 f171bde92f37cdcc62c861687e828ec728e1b285..8406725a65cdaada1249c8052d3cd880b5e1e803 100644
--- a/chromeos/components/tether/BUILD.gn
+++ b/chromeos/components/tether/BUILD.gn
@@ -14,6 +14,8 @@ static_library("tether") {
"host_scanner.h",
"initializer.cc",
"initializer.h",
+ "local_device_data_provider.cc",
+ "local_device_data_provider.h",
]
deps = [
@@ -49,6 +51,7 @@ source_set("unit_tests") {
sources = [
"ble_advertisement_device_queue_unittest.cc",
"host_scan_scheduler_unittest.cc",
+ "local_device_data_provider_unittest.cc",
]
deps = [
« no previous file with comments | « no previous file | chromeos/components/tether/local_device_data_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698