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

Unified Diff: mojo/mojo_public_tests.gyp

Issue 2136733002: Mojo C++ bindings: add a new mode to generator to use native STL/WTF types (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@67_new
Patch Set: . 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/mojo_public.gypi ('k') | mojo/mojom_bindings_generator.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/mojo_public_tests.gyp
diff --git a/mojo/mojo_public_tests.gyp b/mojo/mojo_public_tests.gyp
index ebe2b6c788f5120b696d174d6b2118ab9e9a5d21..c1146675dc312319277690ffd479442aa09c1fde 100644
--- a/mojo/mojo_public_tests.gyp
+++ b/mojo/mojo_public_tests.gyp
@@ -43,6 +43,7 @@
'public/cpp/bindings/tests/rect_chromium.typemap',
'public/cpp/bindings/tests/test_native_types_chromium.typemap',
],
+ 'use_new_wrapper_types': 'true',
},
'includes': [ 'mojom_bindings_generator_explicit.gypi' ],
},
@@ -53,6 +54,7 @@
'mojom_typemaps': [
'public/cpp/bindings/tests/struct_with_traits.typemap',
],
+ 'use_new_wrapper_types': 'true',
},
'sources': [
'public/interfaces/bindings/tests/struct_with_traits.mojom',
@@ -87,6 +89,7 @@
'public/interfaces/bindings/tests/test_associated_interfaces.mojom',
'public/interfaces/bindings/tests/validation_test_associated_interfaces.mojom',
],
+ 'use_new_wrapper_types': 'true',
},
'includes': [ 'mojom_bindings_generator_explicit.gypi' ],
},
@@ -108,6 +111,9 @@
'sources': [
'public/interfaces/bindings/tests/test_wtf_types.mojom',
],
+ 'variables': {
+ 'use_new_wrapper_types': 'true',
+ },
'includes': [ 'mojom_bindings_generator.gypi' ],
},
],
@@ -124,6 +130,7 @@
'public/cpp/bindings/tests/test_native_types_blink.typemap',
],
'mojom_files': '<(mojo_public_test_interfaces_mojom_files)',
+ 'use_new_wrapper_types': 'true',
},
'includes': [ 'mojom_bindings_generator_explicit.gypi' ],
},
@@ -149,6 +156,7 @@
'type': 'static_library',
'variables': {
'for_blink': 'true',
+ 'use_new_wrapper_types': 'true',
},
'sources': [
'public/interfaces/bindings/tests/test_wtf_types.mojom',
« no previous file with comments | « mojo/mojo_public.gypi ('k') | mojo/mojom_bindings_generator.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698