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

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: Remove debug log 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 45781c5a2de2227d0310acdc70b63871fe719397..129a156e44eef71fbeadc9b1c53d518cffd3a654 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -481,12 +481,14 @@
'browser/bad_message.h',
'browser/blob_storage/blob_dispatcher_host.cc',
'browser/blob_storage/blob_dispatcher_host.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_provider.cc',
+ 'browser/bluetooth/bluetooth_device_provider.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