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

Unified Diff: cc/ipc/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 | « blimp/engine/BUILD.gn ('k') | cc/ipc/cc_ipc.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/ipc/BUILD.gn
diff --git a/cc/ipc/BUILD.gn b/cc/ipc/BUILD.gn
index 46895f17e7ed0fb02715b80d98e9e5d97441fc83..d52d3428ee10d0326b77c58b3a1565865cfe6cdf 100644
--- a/cc/ipc/BUILD.gn
+++ b/cc/ipc/BUILD.gn
@@ -60,6 +60,8 @@ mojom("interfaces") {
"//ui/gfx/geometry/mojo",
"//ui/gfx/mojo",
]
+
+ use_new_wrapper_types = false
}
mojom("interfaces_surfaceid_only") {
@@ -67,6 +69,8 @@ mojom("interfaces_surfaceid_only") {
"surface_id.mojom",
"surface_sequence.mojom",
]
+
+ use_new_wrapper_types = false
}
mojom("test_interfaces") {
@@ -79,4 +83,6 @@ mojom("test_interfaces") {
":interfaces",
":interfaces_surfaceid_only",
]
+
+ use_new_wrapper_types = false
}
« no previous file with comments | « blimp/engine/BUILD.gn ('k') | cc/ipc/cc_ipc.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698