| 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 177 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 188 'autofill/core/browser/server_field_types_util.cc', | 188 'autofill/core/browser/server_field_types_util.cc', |
| 189 'autofill/core/browser/server_field_types_util.h', | 189 'autofill/core/browser/server_field_types_util.h', |
| 190 'autofill/core/browser/state_names.cc', | 190 'autofill/core/browser/state_names.cc', |
| 191 'autofill/core/browser/state_names.h', | 191 'autofill/core/browser/state_names.h', |
| 192 'autofill/core/browser/suggestion.cc', | 192 'autofill/core/browser/suggestion.cc', |
| 193 'autofill/core/browser/suggestion.h', | 193 'autofill/core/browser/suggestion.h', |
| 194 'autofill/core/browser/ui/card_unmask_prompt_controller.h', | 194 'autofill/core/browser/ui/card_unmask_prompt_controller.h', |
| 195 'autofill/core/browser/ui/card_unmask_prompt_controller_impl.cc', | 195 'autofill/core/browser/ui/card_unmask_prompt_controller_impl.cc', |
| 196 'autofill/core/browser/ui/card_unmask_prompt_controller_impl.h', | 196 'autofill/core/browser/ui/card_unmask_prompt_controller_impl.h', |
| 197 'autofill/core/browser/ui/card_unmask_prompt_view.h', | 197 'autofill/core/browser/ui/card_unmask_prompt_view.h', |
| 198 'autofill/core/browser/ui/save_card_bubble_impl.h', |
| 199 'autofill/core/browser/ui/save_card_bubble_view.h', |
| 198 'autofill/core/browser/validation.cc', | 200 'autofill/core/browser/validation.cc', |
| 199 'autofill/core/browser/validation.h', | 201 'autofill/core/browser/validation.h', |
| 200 'autofill/core/browser/wallet/real_pan_wallet_client.cc', | 202 'autofill/core/browser/wallet/real_pan_wallet_client.cc', |
| 201 'autofill/core/browser/wallet/real_pan_wallet_client.h', | 203 'autofill/core/browser/wallet/real_pan_wallet_client.h', |
| 202 'autofill/core/browser/webdata/autocomplete_syncable_service.cc', | 204 'autofill/core/browser/webdata/autocomplete_syncable_service.cc', |
| 203 'autofill/core/browser/webdata/autocomplete_syncable_service.h', | 205 'autofill/core/browser/webdata/autocomplete_syncable_service.h', |
| 204 'autofill/core/browser/webdata/autofill_change.cc', | 206 'autofill/core/browser/webdata/autofill_change.cc', |
| 205 'autofill/core/browser/webdata/autofill_change.h', | 207 'autofill/core/browser/webdata/autofill_change.h', |
| 206 'autofill/core/browser/webdata/autofill_entry.cc', | 208 'autofill/core/browser/webdata/autofill_entry.cc', |
| 207 'autofill/core/browser/webdata/autofill_entry.h', | 209 'autofill/core/browser/webdata/autofill_entry.h', |
| (...skipping 272 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 480 ], | 482 ], |
| 481 }, | 483 }, |
| 482 'includes': [ | 484 'includes': [ |
| 483 '../ios/web/js_compile_checked.gypi', | 485 '../ios/web/js_compile_checked.gypi', |
| 484 ], | 486 ], |
| 485 }, | 487 }, |
| 486 ], | 488 ], |
| 487 }], | 489 }], |
| 488 ], | 490 ], |
| 489 } | 491 } |
| OLD | NEW |