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

Unified Diff: content/renderer/BUILD.gn

Issue 2565913002: [Onion Soup] Move WebBluetoothImpl from //content/renderer/bluetooth to Blink's bluetooth module (Closed)
Patch Set: fixed layout tests 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 7f7e3ef8f8b38562fc852b4278208c9fe4e71447..086cf5309985596591e9845a52edc456b87b8507 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",
@@ -415,7 +411,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