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

Unified Diff: mojo/public/interfaces/bindings/tests/BUILD.gn

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 | « mojo/public/interfaces/bindings/BUILD.gn ('k') | mojo/public/tools/bindings/mojom.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/interfaces/bindings/tests/BUILD.gn
diff --git a/mojo/public/interfaces/bindings/tests/BUILD.gn b/mojo/public/interfaces/bindings/tests/BUILD.gn
index 0a4807667632f7467865acd2d68db9a369ed3844..635b615f70e3e3c164aa9c20837a3b6cb0880932 100644
--- a/mojo/public/interfaces/bindings/tests/BUILD.gn
+++ b/mojo/public/interfaces/bindings/tests/BUILD.gn
@@ -27,8 +27,6 @@ mojom("test_interfaces") {
":test_mojom_import",
":test_mojom_import2",
]
-
- use_new_wrapper_types = true
}
mojom("test_mojom_import") {
@@ -36,7 +34,6 @@ mojom("test_mojom_import") {
sources = [
"sample_import.mojom",
]
- use_new_wrapper_types = true
}
mojom("test_mojom_import_wrapper") {
@@ -62,7 +59,6 @@ mojom("test_mojom_import2") {
":test_mojom_import",
":test_mojom_import_wrapper_wrapper",
]
- use_new_wrapper_types = true
}
mojom("test_struct_traits_interfaces") {
@@ -70,7 +66,6 @@ mojom("test_struct_traits_interfaces") {
sources = [
"struct_with_traits.mojom",
]
- use_new_wrapper_types = true
}
mojom("test_interfaces_experimental") {
@@ -78,7 +73,6 @@ mojom("test_interfaces_experimental") {
sources = [
"test_unions.mojom",
]
- use_new_wrapper_types = true
}
mojom("test_associated_interfaces") {
@@ -89,7 +83,6 @@ mojom("test_associated_interfaces") {
"test_associated_interfaces.mojom",
"validation_test_associated_interfaces.mojom",
]
- use_new_wrapper_types = true
}
mojom("versioning_test_service_interfaces") {
@@ -97,7 +90,6 @@ mojom("versioning_test_service_interfaces") {
sources = [
"versioning_test_service.mojom",
]
- use_new_wrapper_types = true
}
mojom("versioning_test_client_interfaces") {
@@ -105,7 +97,6 @@ mojom("versioning_test_client_interfaces") {
sources = [
"versioning_test_client.mojom",
]
- use_new_wrapper_types = true
}
mojom("test_wtf_types") {
@@ -114,7 +105,6 @@ mojom("test_wtf_types") {
sources = [
"test_wtf_types.mojom",
]
- use_new_wrapper_types = true
}
mojom("test_no_sources") {
« no previous file with comments | « mojo/public/interfaces/bindings/BUILD.gn ('k') | mojo/public/tools/bindings/mojom.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698