| 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 # GN version: //components/autofill/core/common | 8 # GN version: //components/autofill/core/common |
| 9 'target_name': 'autofill_core_common', | 9 'target_name': 'autofill_core_common', |
| 10 'type': 'static_library', | 10 'type': 'static_library', |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 43 'autofill/core/common/form_field_data_predictions.h', | 43 'autofill/core/common/form_field_data_predictions.h', |
| 44 'autofill/core/common/password_form.cc', | 44 'autofill/core/common/password_form.cc', |
| 45 'autofill/core/common/password_form.h', | 45 'autofill/core/common/password_form.h', |
| 46 'autofill/core/common/password_form_field_prediction_map.h', | 46 'autofill/core/common/password_form_field_prediction_map.h', |
| 47 'autofill/core/common/password_form_fill_data.cc', | 47 'autofill/core/common/password_form_fill_data.cc', |
| 48 'autofill/core/common/password_form_fill_data.h', | 48 'autofill/core/common/password_form_fill_data.h', |
| 49 'autofill/core/common/password_generation_util.cc', | 49 'autofill/core/common/password_generation_util.cc', |
| 50 'autofill/core/common/password_generation_util.h', | 50 'autofill/core/common/password_generation_util.h', |
| 51 'autofill/core/common/save_password_progress_logger.cc', | 51 'autofill/core/common/save_password_progress_logger.cc', |
| 52 'autofill/core/common/save_password_progress_logger.h', | 52 'autofill/core/common/save_password_progress_logger.h', |
| 53 'autofill/core/common/web_element_descriptor.cc', | |
| 54 'autofill/core/common/web_element_descriptor.h', | |
| 55 ], | 53 ], |
| 56 | 54 |
| 57 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 55 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
| 58 'msvs_disabled_warnings': [4267, ], | 56 'msvs_disabled_warnings': [4267, ], |
| 59 }, | 57 }, |
| 60 | 58 |
| 61 { | 59 { |
| 62 # GN version: //components/autofill/core/browser | 60 # GN version: //components/autofill/core/browser |
| 63 'target_name': 'autofill_core_browser', | 61 'target_name': 'autofill_core_browser', |
| 64 'type': 'static_library', | 62 'type': 'static_library', |
| (...skipping 429 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 494 ], | 492 ], |
| 495 }, | 493 }, |
| 496 'includes': [ | 494 'includes': [ |
| 497 '../ios/web/js_compile_checked.gypi', | 495 '../ios/web/js_compile_checked.gypi', |
| 498 ], | 496 ], |
| 499 }, | 497 }, |
| 500 ], | 498 ], |
| 501 }], | 499 }], |
| 502 ], | 500 ], |
| 503 } | 501 } |
| OLD | NEW |