| 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 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 101 'sources': [ | 101 'sources': [ |
| 102 'autofill/core/browser/address.cc', | 102 'autofill/core/browser/address.cc', |
| 103 'autofill/core/browser/address.h', | 103 'autofill/core/browser/address.h', |
| 104 'autofill/core/browser/address_field.cc', | 104 'autofill/core/browser/address_field.cc', |
| 105 'autofill/core/browser/address_field.h', | 105 'autofill/core/browser/address_field.h', |
| 106 'autofill/core/browser/address_i18n.cc', | 106 'autofill/core/browser/address_i18n.cc', |
| 107 'autofill/core/browser/address_i18n.h', | 107 'autofill/core/browser/address_i18n.h', |
| 108 'autofill/core/browser/autocomplete_history_manager.cc', | 108 'autofill/core/browser/autocomplete_history_manager.cc', |
| 109 'autofill/core/browser/autocomplete_history_manager.h', | 109 'autofill/core/browser/autocomplete_history_manager.h', |
| 110 'autofill/core/browser/autofill-inl.h', | 110 'autofill/core/browser/autofill-inl.h', |
| 111 'autofill/core/browser/autofill_cc_infobar_delegate.cc', | |
| 112 'autofill/core/browser/autofill_cc_infobar_delegate.h', | |
| 113 'autofill/core/browser/autofill_client.h', | 111 'autofill/core/browser/autofill_client.h', |
| 114 'autofill/core/browser/autofill_country.cc', | 112 'autofill/core/browser/autofill_country.cc', |
| 115 'autofill/core/browser/autofill_country.h', | 113 'autofill/core/browser/autofill_country.h', |
| 116 'autofill/core/browser/autofill_data_model.cc', | 114 'autofill/core/browser/autofill_data_model.cc', |
| 117 'autofill/core/browser/autofill_data_model.h', | 115 'autofill/core/browser/autofill_data_model.h', |
| 118 'autofill/core/browser/autofill_data_util.cc', | 116 'autofill/core/browser/autofill_data_util.cc', |
| 119 'autofill/core/browser/autofill_data_util.h', | 117 'autofill/core/browser/autofill_data_util.h', |
| 120 'autofill/core/browser/autofill_download_manager.cc', | 118 'autofill/core/browser/autofill_download_manager.cc', |
| 121 'autofill/core/browser/autofill_download_manager.h', | 119 'autofill/core/browser/autofill_download_manager.h', |
| 122 'autofill/core/browser/autofill_driver.h', | 120 'autofill/core/browser/autofill_driver.h', |
| (...skipping 414 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 537 ], | 535 ], |
| 538 }, | 536 }, |
| 539 'includes': [ | 537 'includes': [ |
| 540 '../ios/web/js_compile_checked.gypi', | 538 '../ios/web/js_compile_checked.gypi', |
| 541 ], | 539 ], |
| 542 }, | 540 }, |
| 543 ], | 541 ], |
| 544 }], | 542 }], |
| 545 ], | 543 ], |
| 546 } | 544 } |
| OLD | NEW |