| Index: content/renderer/BUILD.gn
|
| diff --git a/content/renderer/BUILD.gn b/content/renderer/BUILD.gn
|
| index 282356537a350a303f1ea42609b5bdcda8424324..3feab6ddadf7ab0fbf316513233155635e07d4d8 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",
|
| @@ -414,7 +410,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",
|
|
|