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

Unified Diff: content/shell/DEPS

Issue 848613003: bluetooth: Shutdown BluetoothAdapter before DBus on ChromeOS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkcr
Patch Set: Limit shutdown to defined(CHROMEOS); add checks that methods aren't run after shutdown Created 5 years, 11 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
Index: content/shell/DEPS
diff --git a/content/shell/DEPS b/content/shell/DEPS
index cd87a65224ef35c5b049dce1d2ebdc2813b5b27d..16fa89ec51a92de5df7dde56ee57af041db4c2da 100644
--- a/content/shell/DEPS
+++ b/content/shell/DEPS
@@ -3,6 +3,7 @@ include_rules = [
# For chromeos build config
"+chromeos/dbus",
+ "+device/bluetooth", # For BluetoothAdapterFactory::Shutdown.
# The content_shell is the canonical sample embedder, so it only uses
# content's public API.

Powered by Google App Engine
This is Rietveld 408576698