| 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",
|
|
|