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

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

Issue 2172333002: Organize typemaps in Blink (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase 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 c447a1fba66d639298c4463605cb3e96edf85f72..95d123d2ae832040d94e9634a77dc9b538bcc325 100644
--- a/third_party/WebKit/public/blink.gyp
+++ b/third_party/WebKit/public/blink.gyp
@@ -54,6 +54,10 @@
'blink_android_mojo_sources': [
'platform/modules/payments/payment_request.mojom',
],
+ 'blink_typemap_sources': [
+ '<(DEPTH)/cc/ipc/surface_id.typemap',
+ '<(DEPTH)/cc/ipc/surface_sequence.typemap',
+ ],
},
'targets': [
{
@@ -118,9 +122,8 @@
'<@(blink_android_mojo_sources)',
],
'mojom_typemaps': [
- '<(DEPTH)/cc/ipc/surface_id.typemap',
- '<(DEPTH)/cc/ipc/surface_sequence.typemap',
'../Source/platform/mojo/SecurityOrigin.typemap',
+ '<@(blink_typemap_sources)',
],
'for_blink': 'true',
'use_new_wrapper_types': 'false',
@@ -143,10 +146,9 @@
'<@(blink_android_mojo_sources)',
],
'mojom_typemaps': [
- '../../../device/bluetooth/public/interfaces/bluetooth_uuid.typemap',
- '<(DEPTH)/cc/ipc/surface_id.typemap',
- '<(DEPTH)/cc/ipc/surface_sequence.typemap',
+ '../../../device/bluetooth/public/interfaces/bluetooth_uuid.typemap',
'<(DEPTH)/url/mojo/origin.typemap',
+ '<@(blink_typemap_sources)',
],
'use_new_wrapper_types': 'false',
},
« no previous file with comments | « third_party/WebKit/Source/platform/mojo/blink_typemaps.gni ('k') | third_party/WebKit/public/blink_typemaps.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698