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

Unified Diff: components/autofill/content/public/interfaces/BUILD.gn

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
Index: components/autofill/content/public/interfaces/BUILD.gn
diff --git a/components/autofill/content/public/interfaces/BUILD.gn b/components/autofill/content/public/interfaces/BUILD.gn
index 3a77091da0d76a13a7f803820defaba59409a173..a3b64bea57258e49476daf08be2a96742a660fda 100644
--- a/components/autofill/content/public/interfaces/BUILD.gn
+++ b/components/autofill/content/public/interfaces/BUILD.gn
@@ -21,7 +21,9 @@ mojom("types") {
]
public_deps = [
+ "//mojo/common:common_custom_types",
"//url/mojo:url_mojom_gurl",
+ "//url/mojo:url_mojom_origin",
]
}

Powered by Google App Engine
This is Rietveld 408576698