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

Unified Diff: content/content_renderer.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: Rebase 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_renderer.gypi
diff --git a/content/content_renderer.gypi b/content/content_renderer.gypi
index 7e4a48879d023c022abeedef5f7b940ab7180fa0..06ef3535ec7709b2d8c10389b6fbac90a1343948 100644
--- a/content/content_renderer.gypi
+++ b/content/content_renderer.gypi
@@ -129,10 +129,8 @@
'renderer/android/synchronous_compositor_registry.h',
'renderer/background_sync/background_sync_client_impl.cc',
'renderer/background_sync/background_sync_client_impl.h',
- 'renderer/bluetooth/bluetooth_dispatcher.cc',
- 'renderer/bluetooth/bluetooth_dispatcher.h',
- 'renderer/bluetooth/bluetooth_message_filter.cc',
- 'renderer/bluetooth/bluetooth_message_filter.h',
+ 'renderer/bluetooth/bluetooth_type_converters.cc',
+ 'renderer/bluetooth/bluetooth_type_converters.h',
'renderer/bluetooth/web_bluetooth_impl.cc',
'renderer/bluetooth/web_bluetooth_impl.h',
'renderer/browser_plugin/browser_plugin.cc',

Powered by Google App Engine
This is Rietveld 408576698