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

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

Issue 1963293002: Replacing Indexed DB Chromium IPC with Mojo Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Refactoring after Passing URLRequestContextGetter. Created 4 years, 4 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/web/AssertMatchingEnums.cpp ('k') | third_party/WebKit/public/blink_headers.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/blink.gyp
diff --git a/third_party/WebKit/public/blink.gyp b/third_party/WebKit/public/blink.gyp
index eb8fb5cc4d758ec5da76abb09e873d4187087e9a..bb481a681fd609b00b0da2d9443a031f95921b3d 100644
--- a/third_party/WebKit/public/blink.gyp
+++ b/third_party/WebKit/public/blink.gyp
@@ -34,6 +34,7 @@
'variables': {
# Duplicated in GN: //third_party/WebKit/public:mojo_bindings
'blink_mojo_sources': [
+ #'../Source/modules/indexeddb/indexed_db.mojom',
'platform/mime_registry.mojom',
'platform/modules/background_sync/background_sync.mojom',
'platform/modules/broadcastchannel/broadcast_channel.mojom',
@@ -48,6 +49,9 @@
'platform/modules/wake_lock/wake_lock_service.mojom',
'platform/modules/webshare/webshare.mojom',
],
+ 'blink_mojom_typemaps': [
+ #'../Source/modules/indexeddb/indexeddb.typemap',
+ ],
# Duplicated in GN: //third_party/WebKit/public:android_mojo_bindings
'blink_android_mojo_sources': [
'platform/modules/payments/payment_request.mojom',
@@ -130,6 +134,26 @@
],
'for_blink': 'true',
'use_new_wrapper_types': 'false',
+ 'mojom_typemaps': [
+ '<@(blink_mojom_typemaps)',
+ ],
+ },
+ 'includes': [
+ '../../../mojo/mojom_bindings_generator_explicit.gypi',
+ ],
+ },
+ {
+ # GN version: //third_party/WebKit/public:url_origin_bindings_blink_mojom
+ 'target_name': 'url_origin_bindings_blink_mojom',
+ 'type': 'none',
+ 'variables': {
+ 'mojom_files': [
+ '<(DEPTH)/url/mojo/origin.mojom',
+ ],
+ 'for_blink': 'true',
+ 'mojom_typemaps': [
+ 'platform/core/mojo/origin.typemap',
+ ],
},
'dependencies' : [
'<(DEPTH)/cc/ipc/cc_ipc.gyp:interfaces_blink',
@@ -217,6 +241,7 @@
'mojo_bindings_mojom',
'new_wrapper_types_mojo_bindings_blink_mojom',
'new_wrapper_types_mojo_bindings_mojom',
+ 'url_origin_bindings_blink_mojom',
'../../../device/bluetooth/bluetooth.gyp:bluetooth_mojom',
'../../../mojo/mojo_public.gyp:mojo_cpp_bindings',
'<(DEPTH)/cc/ipc/cc_ipc.gyp:interfaces',
« no previous file with comments | « third_party/WebKit/Source/web/AssertMatchingEnums.cpp ('k') | third_party/WebKit/public/blink_headers.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698