| 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 173 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 184 'autofill/core/browser/server_field_types_util.cc', | 184 'autofill/core/browser/server_field_types_util.cc', |
| 185 'autofill/core/browser/server_field_types_util.h', | 185 'autofill/core/browser/server_field_types_util.h', |
| 186 'autofill/core/browser/state_names.cc', | 186 'autofill/core/browser/state_names.cc', |
| 187 'autofill/core/browser/state_names.h', | 187 'autofill/core/browser/state_names.h', |
| 188 'autofill/core/browser/suggestion.cc', | 188 'autofill/core/browser/suggestion.cc', |
| 189 'autofill/core/browser/suggestion.h', | 189 'autofill/core/browser/suggestion.h', |
| 190 'autofill/core/browser/ui/card_unmask_prompt_controller.h', | 190 'autofill/core/browser/ui/card_unmask_prompt_controller.h', |
| 191 'autofill/core/browser/ui/card_unmask_prompt_controller_impl.cc', | 191 'autofill/core/browser/ui/card_unmask_prompt_controller_impl.cc', |
| 192 'autofill/core/browser/ui/card_unmask_prompt_controller_impl.h', | 192 'autofill/core/browser/ui/card_unmask_prompt_controller_impl.h', |
| 193 'autofill/core/browser/ui/card_unmask_prompt_view.h', | 193 'autofill/core/browser/ui/card_unmask_prompt_view.h', |
| 194 'autofill/core/browser/ui/save_card_bubble_impl.h', |
| 195 'autofill/core/browser/ui/save_card_bubble_view.h', |
| 194 'autofill/core/browser/validation.cc', | 196 'autofill/core/browser/validation.cc', |
| 195 'autofill/core/browser/validation.h', | 197 'autofill/core/browser/validation.h', |
| 196 'autofill/core/browser/wallet/real_pan_wallet_client.cc', | 198 'autofill/core/browser/wallet/real_pan_wallet_client.cc', |
| 197 'autofill/core/browser/wallet/real_pan_wallet_client.h', | 199 'autofill/core/browser/wallet/real_pan_wallet_client.h', |
| 198 'autofill/core/browser/webdata/autocomplete_syncable_service.cc', | 200 'autofill/core/browser/webdata/autocomplete_syncable_service.cc', |
| 199 'autofill/core/browser/webdata/autocomplete_syncable_service.h', | 201 'autofill/core/browser/webdata/autocomplete_syncable_service.h', |
| 200 'autofill/core/browser/webdata/autofill_change.cc', | 202 'autofill/core/browser/webdata/autofill_change.cc', |
| 201 'autofill/core/browser/webdata/autofill_change.h', | 203 'autofill/core/browser/webdata/autofill_change.h', |
| 202 'autofill/core/browser/webdata/autofill_entry.cc', | 204 'autofill/core/browser/webdata/autofill_entry.cc', |
| 203 'autofill/core/browser/webdata/autofill_entry.h', | 205 'autofill/core/browser/webdata/autofill_entry.h', |
| (...skipping 270 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 474 ], | 476 ], |
| 475 }, | 477 }, |
| 476 'includes': [ | 478 'includes': [ |
| 477 '../ios/web/js_compile_checked.gypi', | 479 '../ios/web/js_compile_checked.gypi', |
| 478 ], | 480 ], |
| 479 }, | 481 }, |
| 480 ], | 482 ], |
| 481 }], | 483 }], |
| 482 ], | 484 ], |
| 483 } | 485 } |
| OLD | NEW |