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

Unified Diff: third_party/WebKit/public/BUILD.gn

Issue 2506813003: Use new wrapper types for web_bluetooth.mojom (Closed)
Patch Set: address comments Created 4 years, 1 month 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: third_party/WebKit/public/BUILD.gn
diff --git a/third_party/WebKit/public/BUILD.gn b/third_party/WebKit/public/BUILD.gn
index 0ed7fab4e04123523aaa68e413445cb83dbd1525..0ab6095928cd1ddaeb616a2cf0adbc828d773025 100644
--- a/third_party/WebKit/public/BUILD.gn
+++ b/third_party/WebKit/public/BUILD.gn
@@ -644,7 +644,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",
@@ -656,7 +655,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",
]
@@ -680,6 +678,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",
@@ -690,6 +689,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",

Powered by Google App Engine
This is Rietveld 408576698