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

Unified Diff: components/password_manager.gypi

Issue 1832703002: Mojo: Simplify typemap usage. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mojo-bindings-variant-import
Patch Set: add missing mash dependency Created 4 years, 8 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
Index: components/password_manager.gypi
diff --git a/components/password_manager.gypi b/components/password_manager.gypi
index a1110b5e728e607f5a77ab056e3cd7307159765b..da98e25e1077acb745fab02b78d5083baa1d52fa 100644
--- a/components/password_manager.gypi
+++ b/components/password_manager.gypi
@@ -258,12 +258,12 @@
'target_name': 'password_manager_content_mojo_bindings_mojom',
'type': 'none',
'variables': {
- 'mojom_extra_generator_args': [
- '--typemap', '<(DEPTH)/url/mojo/origin.typemap',
- ],
'mojom_files': [
'password_manager/content/public/interfaces/credential_manager.mojom',
],
+ 'mojom_typemaps': [
+ '<(DEPTH)/url/mojo/origin.typemap',
+ ],
},
'include_dirs': [
'..',
« no previous file with comments | « components/mus/public/interfaces/BUILD.gn ('k') | components/password_manager/content/public/interfaces/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698