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

Unified Diff: components/password_manager.gypi

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.gypi
diff --git a/components/password_manager.gypi b/components/password_manager.gypi
index af53573f4628b35dbd91b33803a0fddc3a411c28..d5036509a25936088090ed23de3181605358f376 100644
--- a/components/password_manager.gypi
+++ b/components/password_manager.gypi
@@ -201,7 +201,21 @@
},
],
'conditions': [
- ['OS != "ios"', {
+ ['OS=="android"', {
+ 'targets': [
+ {
+ # GN version: //components/password_manager/content/common:credential_type_java
+ 'target_name': 'credential_type_java',
+ 'type': 'none',
+ 'variables': {
+ 'source_file': 'password_manager/content/common/credential_manager_types.h',
+ },
+ 'includes': [ '../build/android/java_cpp_enum.gypi' ],
+ },
+ ],
+ },
+ ],
+ ['OS != "ios"', {
'targets': [
{
# GN version: //components/password_manager/content/common

Powered by Google App Engine
This is Rietveld 408576698