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

Unified Diff: components/safe_json.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/safe_json.gypi
diff --git a/components/safe_json.gypi b/components/safe_json.gypi
index 07e8f51a134adb22771b78b469c528ad5b633b83..bdd34645e3e8573ec2ccdf9fdfd4e7290080a48f 100644
--- a/components/safe_json.gypi
+++ b/components/safe_json.gypi
@@ -68,6 +68,7 @@
'mojom_typemaps': [
'safe_json/public/interfaces/safe_json.typemap',
],
+ 'use_new_wrapper_types': 'false',
},
'sources': [
'safe_json/public/interfaces/safe_json.mojom',
« no previous file with comments | « components/password_manager/content/public/interfaces/BUILD.gn ('k') | components/safe_json/public/interfaces/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698