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

Unified Diff: components/autofill.gypi

Issue 2101533002: [Autofill] Add typemap for PasswordForm and PasswordFormGenerationData. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: origin --> origin_with_path 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 | components/autofill/content/public/cpp/autofill_types.typemap » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/autofill.gypi
diff --git a/components/autofill.gypi b/components/autofill.gypi
index 3094fb5cea511342b8e7a537ef2bc0972b6a9935..0b5643be611e14df4a592d683e0a5c50cadcf3d3 100644
--- a/components/autofill.gypi
+++ b/components/autofill.gypi
@@ -325,7 +325,9 @@
],
'mojom_typemaps': [
'autofill/content/public/cpp/autofill_types.typemap',
+ '<(DEPTH)/mojo/common/common_custom_types.typemap',
'<(DEPTH)/url/mojo/gurl.typemap',
+ '<(DEPTH)/url/mojo/origin.typemap',
],
},
'includes': [ '../mojo/mojom_bindings_generator_explicit.gypi' ],
@@ -344,6 +346,7 @@
'../url/url.gyp:url_mojom',
],
'dependencies': [
+ '../mojo/mojo_base.gyp:mojo_common_lib',
'../mojo/mojo_public.gyp:mojo_cpp_bindings',
'../url/url.gyp:url_mojom',
'autofill_content_types_mojo_bindings_mojom',
@@ -356,7 +359,9 @@
'variables': {
'mojom_typemaps': [
'autofill/content/public/cpp/autofill_types.typemap',
+ '<(DEPTH)/mojo/common/common_custom_types.typemap',
'<(DEPTH)/url/mojo/gurl.typemap',
+ '<(DEPTH)/url/mojo/origin.typemap',
],
},
'sources': [
« no previous file with comments | « no previous file | components/autofill/content/public/cpp/autofill_types.typemap » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698