OLD | NEW |
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 'target_name': 'browser', | 8 'target_name': 'browser', |
9 'type': '<(library)', | 9 'type': '<(library)', |
10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', | 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', |
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
83 'browser/autofill/address_field.cc', | 83 'browser/autofill/address_field.cc', |
84 'browser/autofill/address_field.h', | 84 'browser/autofill/address_field.h', |
85 'browser/autofill/address.cc', | 85 'browser/autofill/address.cc', |
86 'browser/autofill/address.h', | 86 'browser/autofill/address.h', |
87 'browser/autofill/autofill_field.cc', | 87 'browser/autofill/autofill_field.cc', |
88 'browser/autofill/autofill_field.h', | 88 'browser/autofill/autofill_field.h', |
89 'browser/autofill/autofill_infobar_delegate.cc', | 89 'browser/autofill/autofill_infobar_delegate.cc', |
90 'browser/autofill/autofill_infobar_delegate.h', | 90 'browser/autofill/autofill_infobar_delegate.h', |
91 'browser/autofill/autofill_manager.cc', | 91 'browser/autofill/autofill_manager.cc', |
92 'browser/autofill/autofill_manager.h', | 92 'browser/autofill/autofill_manager.h', |
| 93 'browser/autofill/autofill_profile.cc', |
| 94 'browser/autofill/autofill_profile.h', |
93 'browser/autofill/autofill_type.cc', | 95 'browser/autofill/autofill_type.cc', |
94 'browser/autofill/autofill_type.h', | 96 'browser/autofill/autofill_type.h', |
95 'browser/autofill/billing_address.h', | 97 'browser/autofill/billing_address.h', |
96 'browser/autofill/contact_info.cc', | 98 'browser/autofill/contact_info.cc', |
97 'browser/autofill/contact_info.h', | 99 'browser/autofill/contact_info.h', |
98 'browser/autofill/credit_card_field.cc', | 100 'browser/autofill/credit_card_field.cc', |
99 'browser/autofill/credit_card_field.h', | 101 'browser/autofill/credit_card_field.h', |
100 'browser/autofill/credit_card.cc', | 102 'browser/autofill/credit_card.cc', |
101 'browser/autofill/credit_card.h', | 103 'browser/autofill/credit_card.h', |
102 'browser/autofill/fax_number.h', | 104 'browser/autofill/fax_number.h', |
(...skipping 2370 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2473 ], | 2475 ], |
2474 }, | 2476 }, |
2475 ], | 2477 ], |
2476 } | 2478 } |
2477 | 2479 |
2478 # Local Variables: | 2480 # Local Variables: |
2479 # tab-width:2 | 2481 # tab-width:2 |
2480 # indent-tabs-mode:nil | 2482 # indent-tabs-mode:nil |
2481 # End: | 2483 # End: |
2482 # vim: set expandtab tabstop=2 shiftwidth=2: | 2484 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |