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

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: Merge 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
Index: content/content_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index 71d766a38a9ffabd7bf397d6c4a3c6b531c074ae..eb00b782dead1b7040d9d5f1605627859dffb3b2 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -485,12 +485,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',

Powered by Google App Engine
This is Rietveld 408576698