OLD | NEW |
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 { | 5 { |
6 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 # Private target only used in components/autofill. | 8 # Private target only used in components/autofill. |
9 'target_name': 'autofill_regexes', | 9 'target_name': 'autofill_regexes', |
10 'type': 'none', | 10 'type': 'none', |
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
67 'autofill/core/common/form_field_data_predictions.cc', | 67 'autofill/core/common/form_field_data_predictions.cc', |
68 'autofill/core/common/form_field_data_predictions.h', | 68 'autofill/core/common/form_field_data_predictions.h', |
69 'autofill/core/common/password_autofill_util.cc', | 69 'autofill/core/common/password_autofill_util.cc', |
70 'autofill/core/common/password_autofill_util.h', | 70 'autofill/core/common/password_autofill_util.h', |
71 'autofill/core/common/password_form.cc', | 71 'autofill/core/common/password_form.cc', |
72 'autofill/core/common/password_form.h', | 72 'autofill/core/common/password_form.h', |
73 'autofill/core/common/password_form_fill_data.cc', | 73 'autofill/core/common/password_form_fill_data.cc', |
74 'autofill/core/common/password_form_fill_data.h', | 74 'autofill/core/common/password_form_fill_data.h', |
75 'autofill/core/common/password_generation_util.cc', | 75 'autofill/core/common/password_generation_util.cc', |
76 'autofill/core/common/password_generation_util.h', | 76 'autofill/core/common/password_generation_util.h', |
| 77 'autofill/core/common/save_password_progress_logger.cc', |
| 78 'autofill/core/common/save_password_progress_logger.h', |
77 'autofill/core/common/web_element_descriptor.cc', | 79 'autofill/core/common/web_element_descriptor.cc', |
78 'autofill/core/common/web_element_descriptor.h', | 80 'autofill/core/common/web_element_descriptor.h', |
79 ], | 81 ], |
80 }, | 82 }, |
81 | 83 |
82 { | 84 { |
83 'target_name': 'autofill_core_browser', | 85 'target_name': 'autofill_core_browser', |
84 'type': 'static_library', | 86 'type': 'static_library', |
85 'include_dirs': [ | 87 'include_dirs': [ |
86 '..', | 88 '..', |
(...skipping 369 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
456 'variables': { | 458 'variables': { |
457 'jni_gen_package': 'autofill', | 459 'jni_gen_package': 'autofill', |
458 'jni_generator_ptr_type': 'long', | 460 'jni_generator_ptr_type': 'long', |
459 }, | 461 }, |
460 'includes': [ '../build/jni_generator.gypi' ], | 462 'includes': [ '../build/jni_generator.gypi' ], |
461 }, | 463 }, |
462 ], | 464 ], |
463 }], | 465 }], |
464 ], | 466 ], |
465 } | 467 } |
OLD | NEW |