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

Unified Diff: content/renderer/BUILD.gn

Issue 2565913002: [Onion Soup] Move WebBluetoothImpl from //content/renderer/bluetooth to Blink's bluetooth module (Closed)
Patch Set: address more comments Created 4 years 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/renderer/BUILD.gn
diff --git a/content/renderer/BUILD.gn b/content/renderer/BUILD.gn
index b90db496cff84cd49b3e30ad2a990a76e663e779..5d571f8043c51b87f055e786a4d809799b174acf 100644
--- a/content/renderer/BUILD.gn
+++ b/content/renderer/BUILD.gn
@@ -51,10 +51,6 @@ target(link_target_type, "renderer") {
"android/synchronous_compositor_proxy.cc",
"android/synchronous_compositor_proxy.h",
"android/synchronous_compositor_registry.h",
- "bluetooth/bluetooth_type_converters.cc",
- "bluetooth/bluetooth_type_converters.h",
- "bluetooth/web_bluetooth_impl.cc",
- "bluetooth/web_bluetooth_impl.h",
"browser_plugin/browser_plugin.cc",
"browser_plugin/browser_plugin.h",
"browser_plugin/browser_plugin_manager.cc",
@@ -416,7 +412,6 @@ target(link_target_type, "renderer") {
"//crypto:platform",
"//device/base/synchronization",
"//device/battery:mojo_bindings",
- "//device/bluetooth",
"//device/gamepad/public/interfaces",
"//device/screen_orientation/public/interfaces",
"//device/sensors/public/cpp",

Powered by Google App Engine
This is Rietveld 408576698