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

Unified Diff: components/memory_coordinator.gypi

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
Index: components/memory_coordinator.gypi
diff --git a/components/memory_coordinator.gypi b/components/memory_coordinator.gypi
index bb848e142ed0963580bbccc76cc961112a3c2dff..87da0dc3e80ff4e3b83e7d5a8364f2d76ec50312 100644
--- a/components/memory_coordinator.gypi
+++ b/components/memory_coordinator.gypi
@@ -11,6 +11,9 @@
'sources': [
'memory_coordinator/public/interfaces/child_memory_coordinator.mojom',
],
+ 'variables': {
+ 'use_new_wrapper_types': 'false',
+ },
'includes': [ '../mojo/mojom_bindings_generator.gypi' ],
},
{
« no previous file with comments | « components/leveldb/public/interfaces/BUILD.gn ('k') | components/memory_coordinator/public/interfaces/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698