OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 139 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
150 'browser/autofill/address_field.h', | 150 'browser/autofill/address_field.h', |
151 'browser/autofill/autofill-inl.h', | 151 'browser/autofill/autofill-inl.h', |
152 'browser/autofill/autofill_address_model_mac.h', | 152 'browser/autofill/autofill_address_model_mac.h', |
153 'browser/autofill/autofill_address_model_mac.mm', | 153 'browser/autofill/autofill_address_model_mac.mm', |
154 'browser/autofill/autofill_address_sheet_controller_mac.h', | 154 'browser/autofill/autofill_address_sheet_controller_mac.h', |
155 'browser/autofill/autofill_address_sheet_controller_mac.mm', | 155 'browser/autofill/autofill_address_sheet_controller_mac.mm', |
156 'browser/autofill/autofill_cc_infobar.h', | 156 'browser/autofill/autofill_cc_infobar.h', |
157 'browser/autofill/autofill_cc_infobar_delegate.cc', | 157 'browser/autofill/autofill_cc_infobar_delegate.cc', |
158 'browser/autofill/autofill_cc_infobar_delegate.h', | 158 'browser/autofill/autofill_cc_infobar_delegate.h', |
159 'browser/autofill/autofill_cc_infobar_win.cc', | 159 'browser/autofill/autofill_cc_infobar_win.cc', |
| 160 'browser/autofill/autofill_country.cc', |
| 161 'browser/autofill/autofill_country.h', |
160 'browser/autofill/autofill_credit_card_model_mac.h', | 162 'browser/autofill/autofill_credit_card_model_mac.h', |
161 'browser/autofill/autofill_credit_card_model_mac.mm', | 163 'browser/autofill/autofill_credit_card_model_mac.mm', |
162 'browser/autofill/autofill_credit_card_sheet_controller_mac.h', | 164 'browser/autofill/autofill_credit_card_sheet_controller_mac.h', |
163 'browser/autofill/autofill_credit_card_sheet_controller_mac.mm', | 165 'browser/autofill/autofill_credit_card_sheet_controller_mac.mm', |
164 'browser/autofill/autofill_dialog.h', | 166 'browser/autofill/autofill_dialog.h', |
165 'browser/autofill/autofill_dialog_controller_mac.h', | 167 'browser/autofill/autofill_dialog_controller_mac.h', |
166 'browser/autofill/autofill_dialog_controller_mac.mm', | 168 'browser/autofill/autofill_dialog_controller_mac.mm', |
167 'browser/autofill/autofill_dialog_gtk.cc', | 169 'browser/autofill/autofill_dialog_gtk.cc', |
168 'browser/autofill/autofill_dialog_mac.mm', | 170 'browser/autofill/autofill_dialog_mac.mm', |
169 # Windows version of autofill dialog is defined in | 171 # Windows version of autofill dialog is defined in |
(...skipping 4433 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4603 ], | 4605 ], |
4604 }, | 4606 }, |
4605 ], | 4607 ], |
4606 } | 4608 } |
4607 | 4609 |
4608 # Local Variables: | 4610 # Local Variables: |
4609 # tab-width:2 | 4611 # tab-width:2 |
4610 # indent-tabs-mode:nil | 4612 # indent-tabs-mode:nil |
4611 # End: | 4613 # End: |
4612 # vim: set expandtab tabstop=2 shiftwidth=2: | 4614 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |