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

Unified Diff: content/content_browser.gypi

Issue 1922923002: bluetooth: Move requestDevice to mojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bluetooth-separate-tests-request-device
Patch Set: Change ref to pointer Created 4 years, 7 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 | « content/common/content_message_generator.h ('k') | content/content_common.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index 85eb849ebab8e1c88eb897f140e51d5c44ac6593..7def5117731b11b1e7fedaf68d58c3cb8c6d2935 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -486,12 +486,14 @@
'browser/blob_storage/blob_dispatcher_host.h',
'browser/blob_storage/chrome_blob_storage_context.cc',
'browser/blob_storage/chrome_blob_storage_context.h',
+ 'browser/bluetooth/bluetooth_adapter_factory_wrapper.cc',
+ 'browser/bluetooth/bluetooth_adapter_factory_wrapper.h',
'browser/bluetooth/bluetooth_allowed_devices_map.cc',
'browser/bluetooth/bluetooth_allowed_devices_map.h',
'browser/bluetooth/bluetooth_blacklist.cc',
'browser/bluetooth/bluetooth_blacklist.h',
- 'browser/bluetooth/bluetooth_dispatcher_host.cc',
- 'browser/bluetooth/bluetooth_dispatcher_host.h',
+ 'browser/bluetooth/bluetooth_device_chooser_controller.cc',
+ 'browser/bluetooth/bluetooth_device_chooser_controller.h',
'browser/bluetooth/bluetooth_metrics.cc',
'browser/bluetooth/bluetooth_metrics.h',
'browser/bluetooth/cache_query_result.h',
« no previous file with comments | « content/common/content_message_generator.h ('k') | content/content_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698