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

Unified Diff: ipc/ipc.gyp

Issue 2181443002: Mojo C++ bindings: make ipc/ mojom targets to use STL string/vector types (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Make further change to array_traits_stl.h to make MSan build happy. Created 4 years, 4 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 | « ipc/BUILD.gn ('k') | ipc/ipc_channel_mojo.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ipc/ipc.gyp
diff --git a/ipc/ipc.gyp b/ipc/ipc.gyp
index 556498688df34c1fe478fa689ae482aab24053aa..56242d676681b7830304bedb3c24998075ed9180 100644
--- a/ipc/ipc.gyp
+++ b/ipc/ipc.gyp
@@ -45,7 +45,6 @@
'mojom_files': [
'ipc.mojom',
],
- 'use_new_wrapper_types': 'false',
},
'includes': [ '../mojo/mojom_bindings_generator_explicit.gypi' ],
},
@@ -68,9 +67,6 @@
'ipc_test.mojom',
],
'includes': [ '../mojo/mojom_bindings_generator.gypi' ],
- 'variables': {
- 'use_new_wrapper_types': 'false',
- },
},
{
'target_name': 'ipc_run_all_unittests',
« no previous file with comments | « ipc/BUILD.gn ('k') | ipc/ipc_channel_mojo.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698