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

Unified Diff: ipc/BUILD.gn

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 | « no previous file | ipc/ipc.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ipc/BUILD.gn
diff --git a/ipc/BUILD.gn b/ipc/BUILD.gn
index 5ad5d25c77ed4b3dfcdbeb8712982966d26251d9..a7621bdde4e3a78a5d1a6a16150244576464ce74 100644
--- a/ipc/BUILD.gn
+++ b/ipc/BUILD.gn
@@ -163,8 +163,6 @@ mojom("mojom") {
sources = [
"ipc.mojom",
]
-
- use_new_wrapper_types = false
}
mojom("test_interfaces") {
@@ -172,8 +170,6 @@ mojom("test_interfaces") {
sources = [
"ipc_test.mojom",
]
-
- use_new_wrapper_types = false
}
# This is provided as a separate target so other targets can provide param
« no previous file with comments | « no previous file | ipc/ipc.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698