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

Unified Diff: components/password_manager/core/common/BUILD.gn

Issue 872893004: Credential type enum from cpp to Java. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@yolo_account_chooser_infobar
Patch Set: Created 5 years, 10 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/core/common/BUILD.gn
diff --git a/components/password_manager/core/common/BUILD.gn b/components/password_manager/core/common/BUILD.gn
index cf1949b11e59e1bfe9bddef498a139579b38e392..3b46cd6d87dcea159a14b2119ad5ac40beca49ee 100644
--- a/components/password_manager/core/common/BUILD.gn
+++ b/components/password_manager/core/common/BUILD.gn
@@ -14,3 +14,14 @@ static_library("common") {
"password_manager_ui.h",
]
}
+
+if (is_android) {
+ java_cpp_enum("credential_type_java") {
+ sources = [
+ "credential_manager_types.h",
+ ]
+ outputs = [
+ "org/chromium/chrome/CredentialType.java",
+ ]
+ }
+}

Powered by Google App Engine
This is Rietveld 408576698