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

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: Fix comment wrapping. 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 a7984d3d69b53251f72ec5ca342f1ecda2a1d59c..e13e841edaf450c5f6465872605d95e4e51f34f7 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',
« no previous file with comments | « content/browser/bluetooth/first_device_bluetooth_chooser.cc ('k') | content/public/browser/bluetooth_chooser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698