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

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

Issue 2158913006: Move BroadcastChannel browser code from components/ to content/browser. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 months 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
« no previous file with comments | « third_party/WebKit/Source/platform/mojo/SecurityOrigin.typemap ('k') | third_party/WebKit/public/blink.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/BUILD.gn
diff --git a/third_party/WebKit/public/BUILD.gn b/third_party/WebKit/public/BUILD.gn
index 61a7ca936c02d2a7aaa80f358c2cd639274587e2..e4189bee80349aab0a712f223a09153bd356beaa 100644
--- a/third_party/WebKit/public/BUILD.gn
+++ b/third_party/WebKit/public/BUILD.gn
@@ -163,6 +163,7 @@ mojom("mojo_bindings") {
"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/geolocation/geolocation.mojom",
"platform/modules/hyphenation/hyphenation.mojom",
"platform/modules/notifications/notification.mojom",
@@ -179,6 +180,7 @@ mojom("mojo_bindings") {
":android_mojo_bindings",
"//cc/ipc:interfaces_surfaceid_only",
"//device/bluetooth/public/interfaces:bluetooth_mojom_bluetooth_uuid",
+ "//url/mojo:url_mojom_origin",
]
use_new_wrapper_types = false
« no previous file with comments | « third_party/WebKit/Source/platform/mojo/SecurityOrigin.typemap ('k') | third_party/WebKit/public/blink.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698