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

Unified Diff: content/content_renderer.gypi

Issue 1234413006: Move the Web Bluetooth implementation from child/ to renderer/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkcr
Patch Set: Rebase Created 5 years, 5 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/content_child.gypi ('k') | content/renderer/bluetooth/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_renderer.gypi
diff --git a/content/content_renderer.gypi b/content/content_renderer.gypi
index be13a664a3f067ba83de05fbbd25325442209a63..f59c2e1086c069a6909c0b2890345e7442855a49 100644
--- a/content/content_renderer.gypi
+++ b/content/content_renderer.gypi
@@ -105,6 +105,12 @@
'renderer/android/synchronous_compositor_factory.h',
'renderer/battery_status/battery_status_dispatcher.cc',
'renderer/battery_status/battery_status_dispatcher.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/web_bluetooth_impl.cc',
+ 'renderer/bluetooth/web_bluetooth_impl.h',
'renderer/browser_plugin/browser_plugin.cc',
'renderer/browser_plugin/browser_plugin.h',
'renderer/browser_plugin/browser_plugin_manager.cc',
« no previous file with comments | « content/content_child.gypi ('k') | content/renderer/bluetooth/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698