| 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
|
|
|