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

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

Issue 2590553003: [CrOS Tether] Create ble_constants.h/cc, which include common constants to be shared among multiple… (Closed)
Patch Set: hansberry@ comments. 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/ble_advertisement_device_queue.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 8406725a65cdaada1249c8052d3cd880b5e1e803..68566649082b03a416b217427b1ff3b8eced8336 100644
--- a/chromeos/components/tether/BUILD.gn
+++ b/chromeos/components/tether/BUILD.gn
@@ -8,6 +8,8 @@ static_library("tether") {
sources = [
"ble_advertisement_device_queue.cc",
"ble_advertisement_device_queue.h",
+ "ble_constants.cc",
+ "ble_constants.h",
"host_scan_scheduler.cc",
"host_scan_scheduler.h",
"host_scanner.cc",
« no previous file with comments | « no previous file | chromeos/components/tether/ble_advertisement_device_queue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698