Index: third_party/WebKit/public/BUILD.gn |
diff --git a/third_party/WebKit/public/BUILD.gn b/third_party/WebKit/public/BUILD.gn |
index ab794f1f811b7fa5d344e6e771cb49333b556f75..2f9abdd09391990b0009567aae86051beafa9c65 100644 |
--- a/third_party/WebKit/public/BUILD.gn |
+++ b/third_party/WebKit/public/BUILD.gn |
@@ -648,7 +648,6 @@ mojom("mojo_bindings") { |
sources = [ |
"platform/mime_registry.mojom", |
"platform/modules/background_sync/background_sync.mojom", |
- "platform/modules/bluetooth/web_bluetooth.mojom", |
"platform/modules/broadcastchannel/broadcast_channel.mojom", |
"platform/modules/budget_service/budget_service.mojom", |
"platform/modules/hyphenation/hyphenation.mojom", |
@@ -660,7 +659,6 @@ mojom("mojo_bindings") { |
public_deps = [ |
":android_mojo_bindings", |
":new_wrapper_types_mojo_bindings", |
- "//device/bluetooth/public/interfaces", |
"//mojo/common:common_custom_types", |
"//url/mojo:url_mojom_origin", |
] |
@@ -684,6 +682,7 @@ mojom("mojo_bindings") { |
mojom("new_wrapper_types_mojo_bindings") { |
sources = [ |
"platform/modules/app_banner/app_banner.mojom", |
+ "platform/modules/bluetooth/web_bluetooth.mojom", |
"platform/modules/mediasession/media_session.mojom", |
"platform/modules/permissions/permission.mojom", |
"platform/modules/permissions/permission_status.mojom", |
@@ -694,6 +693,7 @@ mojom("new_wrapper_types_mojo_bindings") { |
"web/window_features.mojom", |
] |
public_deps = [ |
+ "//device/bluetooth/public/interfaces", |
"//mojo/common:common_custom_types", |
"//ui/gfx/geometry/mojo", |
"//ui/gfx/geometry/mojo:mojo", |