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

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: 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
Index: chromeos/components/tether/BUILD.gn
diff --git a/chromeos/components/tether/BUILD.gn b/chromeos/components/tether/BUILD.gn
index f171bde92f37cdcc62c861687e828ec728e1b285..7b7e1925d7a92f966b188913440203d1b1be5279 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') | chromeos/components/tether/ble_constants.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698