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

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: 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_renderer.gypi
diff --git a/content/content_renderer.gypi b/content/content_renderer.gypi
index 2e4eb60909e7016ccd1716fd80e5b9f5604b73bc..70d8e5a2d5297e0a07b755d0c5c9ffc609e192f9 100644
--- a/content/content_renderer.gypi
+++ b/content/content_renderer.gypi
@@ -128,10 +128,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