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

Unified Diff: components/pairing/BUILD.gn

Issue 1942883003: [Chrome OS Bootstrapping]: Do not always power off the Bluetooth adapter. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add missing deps Created 4 years, 8 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 | components/pairing/DEPS » ('j') | components/pairing/bluetooth_host_pairing_controller.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/pairing/BUILD.gn
diff --git a/components/pairing/BUILD.gn b/components/pairing/BUILD.gn
index 778f8c911c58c3376cd056a64ca59393fb6e4b4b..531f02131a29f9d21be7ff833fdd65850ccf092b 100644
--- a/components/pairing/BUILD.gn
+++ b/components/pairing/BUILD.gn
@@ -32,7 +32,9 @@ source_set("pairing") {
":proto",
"//base",
"//chromeos",
+ "//content/public/browser",
"//device/bluetooth",
+ "//device/hid",
"//net",
]
}
« no previous file with comments | « no previous file | components/pairing/DEPS » ('j') | components/pairing/bluetooth_host_pairing_controller.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698