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

Unified Diff: content/content_browser.gypi

Issue 1286063002: Add a path for content/ to open and control a Bluetooth chooser dialog. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkcr
Patch Set: Remove an unnecessary include and forward decl Created 5 years, 4 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/content_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index 2ed310eaba846f909ee7fe6cd5ce9f276c9e36ae..b12a75ed594f2c7f4cafc6695738e5a12a2fa4ac 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -89,6 +89,8 @@
'public/browser/background_tracing_reactive_config.cc',
'public/browser/background_tracing_reactive_config.h',
'public/browser/blob_handle.h',
+ 'public/browser/bluetooth_chooser.cc',
+ 'public/browser/bluetooth_chooser.h',
'public/browser/browser_accessibility_state.h',
'public/browser/browser_child_process_host.h',
'public/browser/browser_child_process_host_delegate.cc',
@@ -488,6 +490,8 @@
'browser/bluetooth/bluetooth_dispatcher_host.h',
'browser/bluetooth/bluetooth_metrics.cc',
'browser/bluetooth/bluetooth_metrics.h',
+ 'browser/bluetooth/first_device_bluetooth_chooser.cc',
+ 'browser/bluetooth/first_device_bluetooth_chooser.h',
'browser/bootstrap_sandbox_mac.cc',
'browser/bootstrap_sandbox_mac.h',
'browser/browser_child_process_host_impl.cc',

Powered by Google App Engine
This is Rietveld 408576698