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 165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
176 'autofill/core/browser/phone_number.h', | 176 'autofill/core/browser/phone_number.h', |
177 'autofill/core/browser/phone_number_i18n.cc', | 177 'autofill/core/browser/phone_number_i18n.cc', |
178 'autofill/core/browser/phone_number_i18n.h', | 178 'autofill/core/browser/phone_number_i18n.h', |
179 'autofill/core/browser/popup_item_ids.h', | 179 'autofill/core/browser/popup_item_ids.h', |
180 'autofill/core/browser/server_field_types_util.cc', | 180 'autofill/core/browser/server_field_types_util.cc', |
181 'autofill/core/browser/server_field_types_util.h', | 181 'autofill/core/browser/server_field_types_util.h', |
182 'autofill/core/browser/state_names.cc', | 182 'autofill/core/browser/state_names.cc', |
183 'autofill/core/browser/state_names.h', | 183 'autofill/core/browser/state_names.h', |
184 'autofill/core/browser/suggestion.cc', | 184 'autofill/core/browser/suggestion.cc', |
185 'autofill/core/browser/suggestion.h', | 185 'autofill/core/browser/suggestion.h', |
| 186 'autofill/core/browser/ui/card_unmask_prompt_controller.h', |
| 187 'autofill/core/browser/ui/card_unmask_prompt_controller_impl.cc', |
| 188 'autofill/core/browser/ui/card_unmask_prompt_controller_impl.h', |
| 189 'autofill/core/browser/ui/card_unmask_prompt_view.h', |
186 'autofill/core/browser/validation.cc', | 190 'autofill/core/browser/validation.cc', |
187 'autofill/core/browser/validation.h', | 191 'autofill/core/browser/validation.h', |
188 'autofill/core/browser/wallet/real_pan_wallet_client.cc', | 192 'autofill/core/browser/wallet/real_pan_wallet_client.cc', |
189 'autofill/core/browser/wallet/real_pan_wallet_client.h', | 193 'autofill/core/browser/wallet/real_pan_wallet_client.h', |
190 'autofill/core/browser/webdata/autocomplete_syncable_service.cc', | 194 'autofill/core/browser/webdata/autocomplete_syncable_service.cc', |
191 'autofill/core/browser/webdata/autocomplete_syncable_service.h', | 195 'autofill/core/browser/webdata/autocomplete_syncable_service.h', |
192 'autofill/core/browser/webdata/autofill_change.cc', | 196 'autofill/core/browser/webdata/autofill_change.cc', |
193 'autofill/core/browser/webdata/autofill_change.h', | 197 'autofill/core/browser/webdata/autofill_change.h', |
194 'autofill/core/browser/webdata/autofill_entry.cc', | 198 'autofill/core/browser/webdata/autofill_entry.cc', |
195 'autofill/core/browser/webdata/autofill_entry.h', | 199 'autofill/core/browser/webdata/autofill_entry.h', |
(...skipping 267 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
463 ], | 467 ], |
464 }, | 468 }, |
465 'includes': [ | 469 'includes': [ |
466 '../ios/web/js_compile.gypi', | 470 '../ios/web/js_compile.gypi', |
467 ], | 471 ], |
468 }, | 472 }, |
469 ], | 473 ], |
470 }], | 474 }], |
471 ], | 475 ], |
472 } | 476 } |
OLD | NEW |