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

Unified Diff: mojo/mojo_base.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 | « mojo/edk/js/tests/BUILD.gn ('k') | mojo/mojo_edk_tests.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/mojo_base.gyp
diff --git a/mojo/mojo_base.gyp b/mojo/mojo_base.gyp
index a067353fa3a930a2dd9bd91ee24c993c5f888646..06b151c71096de7e402c4080ad4bea713584ae60 100644
--- a/mojo/mojo_base.gyp
+++ b/mojo/mojo_base.gyp
@@ -65,6 +65,7 @@
'mojom_typemaps': [
'common/common_custom_types.typemap',
],
+ 'use_new_wrapper_types': 'false',
},
'dependencies': [
'../ipc/ipc.gyp:ipc',
@@ -79,6 +80,7 @@
'mojom_typemaps': [
'common/common_custom_types.typemap',
],
+ 'use_new_wrapper_types': 'false',
},
'sources': [
'common/test_common_custom_types.mojom',
« no previous file with comments | « mojo/edk/js/tests/BUILD.gn ('k') | mojo/mojo_edk_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698