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

Unified Diff: ipc/BUILD.gn

Issue 2183963002: Revert of 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: 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 | « 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 d9998dba6a31dbb8be2d3489d68fbb1618cedead..85fcd84cc6e18d425b862b3d6467d2c51faf528c 100644
--- a/ipc/BUILD.gn
+++ b/ipc/BUILD.gn
@@ -165,6 +165,8 @@
sources = [
"ipc.mojom",
]
+
+ use_new_wrapper_types = false
}
mojom("test_interfaces") {
@@ -172,6 +174,8 @@
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