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

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

Issue 2156303003: Mojo C++ bindings: make the generator use STL/WTF string/vector/map by default. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge branch 'master' into 72_switch_default 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/public/BUILD.gn ('k') | ui/app_list/presenter/BUILD.gn » ('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 ec66f60b9fc81ae75287f7d5684e0e3f869adf4c..ad2aa6ae9a51fb3842f51bac64f177a210aeea9a 100644
--- a/third_party/WebKit/public/blink.gyp
+++ b/third_party/WebKit/public/blink.gyp
@@ -122,6 +122,7 @@
],
'for_blink': 'true',
+ 'use_new_wrapper_types': 'false',
},
'dependencies' : [
'<(DEPTH)/cc/ipc/cc_ipc.gyp:interfaces_blink',
@@ -144,6 +145,7 @@
'<(DEPTH)/cc/ipc/surface_id.typemap',
'<(DEPTH)/cc/ipc/surface_sequence.typemap',
],
+ 'use_new_wrapper_types': 'false',
},
'dependencies' : [
'<(DEPTH)/cc/ipc/cc_ipc.gyp:interfaces',
@@ -176,6 +178,7 @@
'type': 'none',
'variables': {
'mojom_files': ['<@(blink_android_mojo_sources)'],
+ 'use_new_wrapper_types': 'false',
},
'includes': [
'../../../mojo/mojom_bindings_generator_explicit.gypi',
« no previous file with comments | « third_party/WebKit/public/BUILD.gn ('k') | ui/app_list/presenter/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698