| 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 # GN version: //components/autofill/core/browser:regexes | 9 # GN version: //components/autofill/core/browser:regexes |
| 10 'target_name': 'autofill_regexes', | 10 'target_name': 'autofill_regexes', |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 47 'autofill/core/common/autofill_switches.cc', | 47 'autofill/core/common/autofill_switches.cc', |
| 48 'autofill/core/common/autofill_switches.h', | 48 'autofill/core/common/autofill_switches.h', |
| 49 'autofill/core/common/form_data.cc', | 49 'autofill/core/common/form_data.cc', |
| 50 'autofill/core/common/form_data.h', | 50 'autofill/core/common/form_data.h', |
| 51 'autofill/core/common/form_data_predictions.cc', | 51 'autofill/core/common/form_data_predictions.cc', |
| 52 'autofill/core/common/form_data_predictions.h', | 52 'autofill/core/common/form_data_predictions.h', |
| 53 'autofill/core/common/form_field_data.cc', | 53 'autofill/core/common/form_field_data.cc', |
| 54 'autofill/core/common/form_field_data.h', | 54 'autofill/core/common/form_field_data.h', |
| 55 'autofill/core/common/form_field_data_predictions.cc', | 55 'autofill/core/common/form_field_data_predictions.cc', |
| 56 'autofill/core/common/form_field_data_predictions.h', | 56 'autofill/core/common/form_field_data_predictions.h', |
| 57 'autofill/core/common/password_autofill_util.cc', | |
| 58 'autofill/core/common/password_autofill_util.h', | |
| 59 'autofill/core/common/password_form.cc', | 57 'autofill/core/common/password_form.cc', |
| 60 'autofill/core/common/password_form.h', | 58 'autofill/core/common/password_form.h', |
| 61 'autofill/core/common/password_form_fill_data.cc', | 59 'autofill/core/common/password_form_fill_data.cc', |
| 62 'autofill/core/common/password_form_fill_data.h', | 60 'autofill/core/common/password_form_fill_data.h', |
| 63 'autofill/core/common/password_generation_util.cc', | 61 'autofill/core/common/password_generation_util.cc', |
| 64 'autofill/core/common/password_generation_util.h', | 62 'autofill/core/common/password_generation_util.h', |
| 65 'autofill/core/common/save_password_progress_logger.cc', | 63 'autofill/core/common/save_password_progress_logger.cc', |
| 66 'autofill/core/common/save_password_progress_logger.h', | 64 'autofill/core/common/save_password_progress_logger.h', |
| 67 'autofill/core/common/web_element_descriptor.cc', | 65 'autofill/core/common/web_element_descriptor.cc', |
| 68 'autofill/core/common/web_element_descriptor.h', | 66 'autofill/core/common/web_element_descriptor.h', |
| (...skipping 362 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 431 'autofill/content/renderer/renderer_save_password_progress_logger.cc
', | 429 'autofill/content/renderer/renderer_save_password_progress_logger.cc
', |
| 432 'autofill/content/renderer/renderer_save_password_progress_logger.h'
, | 430 'autofill/content/renderer/renderer_save_password_progress_logger.h'
, |
| 433 ], | 431 ], |
| 434 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 432 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
| 435 'msvs_disabled_warnings': [4267, ], | 433 'msvs_disabled_warnings': [4267, ], |
| 436 }, | 434 }, |
| 437 ], | 435 ], |
| 438 }], | 436 }], |
| 439 ], | 437 ], |
| 440 } | 438 } |
| OLD | NEW |