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

Unified Diff: third_party/WebKit/public/blink.gyp

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
Index: third_party/WebKit/public/blink.gyp
diff --git a/third_party/WebKit/public/blink.gyp b/third_party/WebKit/public/blink.gyp
index ad2aa6ae9a51fb3842f51bac64f177a210aeea9a..c447a1fba66d639298c4463605cb3e96edf85f72 100644
--- a/third_party/WebKit/public/blink.gyp
+++ b/third_party/WebKit/public/blink.gyp
@@ -37,6 +37,7 @@
'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',
@@ -119,13 +120,14 @@
'mojom_typemaps': [
'<(DEPTH)/cc/ipc/surface_id.typemap',
'<(DEPTH)/cc/ipc/surface_sequence.typemap',
-
+ '../Source/platform/mojo/SecurityOrigin.typemap',
],
'for_blink': 'true',
'use_new_wrapper_types': 'false',
},
'dependencies' : [
'<(DEPTH)/cc/ipc/cc_ipc.gyp:interfaces_blink',
+ '<(DEPTH)/url/url.gyp:url_mojom_for_blink',
],
'includes': [
'../../../mojo/mojom_bindings_generator_explicit.gypi',
@@ -144,11 +146,13 @@
'../../../device/bluetooth/public/interfaces/bluetooth_uuid.typemap',
'<(DEPTH)/cc/ipc/surface_id.typemap',
'<(DEPTH)/cc/ipc/surface_sequence.typemap',
+ '<(DEPTH)/url/mojo/origin.typemap',
],
'use_new_wrapper_types': 'false',
},
'dependencies' : [
'<(DEPTH)/cc/ipc/cc_ipc.gyp:interfaces',
+ '<(DEPTH)/url/url.gyp:url_mojom',
],
'includes': [
'../../../mojo/mojom_bindings_generator_explicit.gypi',
« no previous file with comments | « third_party/WebKit/public/BUILD.gn ('k') | third_party/WebKit/public/platform/modules/broadcastchannel/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698