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

Unified Diff: media/mojo/interfaces/mojo_bindings.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 | « media/mojo/interfaces/BUILD.gn ('k') | mojo/common/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/mojo/interfaces/mojo_bindings.gyp
diff --git a/media/mojo/interfaces/mojo_bindings.gyp b/media/mojo/interfaces/mojo_bindings.gyp
index 289484f3e3da9ff147d0d5daa4dc2e727d4dab83..b4d351f84fd9fc9c733cf8cfd085a808e450c330 100644
--- a/media/mojo/interfaces/mojo_bindings.gyp
+++ b/media/mojo/interfaces/mojo_bindings.gyp
@@ -12,6 +12,7 @@
'audio_output.mojom',
'audio_parameters.mojom',
],
+ 'use_new_wrapper_types': 'false',
},
'dependencies': [
'../../../mojo/mojo_public.gyp:mojo_cpp_bindings',
@@ -36,6 +37,9 @@
'platform_verification.mojom',
],
'includes': [ '../../../mojo/mojom_bindings_generator.gypi' ],
+ 'variables': {
+ 'use_new_wrapper_types': 'false',
+ },
},
{
'target_name': 'platform_verification_api',
@@ -58,6 +62,7 @@
'mojom_files': [
'provision_fetcher.mojom',
],
+ 'use_new_wrapper_types': 'false',
},
'includes': [ '../../../mojo/mojom_bindings_generator_explicit.gypi' ],
},
@@ -80,6 +85,9 @@
'sources': [
'image_capture.mojom',
],
+ 'variables': {
+ 'use_new_wrapper_types': 'false',
+ },
},
{
# GN version: //media/mojo/interfaces:image_capture
@@ -87,6 +95,7 @@
'type': 'static_library',
'variables': {
'for_blink': 'true',
+ 'use_new_wrapper_types': 'false',
},
'includes': [
'../../../mojo/mojom_bindings_generator.gypi',
« no previous file with comments | « media/mojo/interfaces/BUILD.gn ('k') | mojo/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698