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

Unified Diff: extensions/common/api/BUILD.gn

Issue 2494873002: Mojo C++ bindings: switch mime_handler mojom target to use STL types. (Closed)
Patch Set: Created 4 years, 1 month 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 | « extensions/browser/api/mime_handler_private/mime_handler_private.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/api/BUILD.gn
diff --git a/extensions/common/api/BUILD.gn b/extensions/common/api/BUILD.gn
index ee6d65df7519caddf92eb88bbb539042f1175ca2..dc63a7bb6d9aeca881d091397d43e2e44be9a8ea 100644
--- a/extensions/common/api/BUILD.gn
+++ b/extensions/common/api/BUILD.gn
@@ -24,8 +24,6 @@ mojom("mojom") {
sources = [
"mime_handler.mojom",
]
-
- use_new_wrapper_types = false
}
group("api") {
« no previous file with comments | « extensions/browser/api/mime_handler_private/mime_handler_private.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698