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 131 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
142 'browser/autofill/autofill_dialog_controller_mac.mm', | 142 'browser/autofill/autofill_dialog_controller_mac.mm', |
143 'browser/autofill/autofill_dialog_gtk.cc', | 143 'browser/autofill/autofill_dialog_gtk.cc', |
144 'browser/autofill/autofill_dialog_mac.mm', | 144 'browser/autofill/autofill_dialog_mac.mm', |
145 # Windows version of autofill dialog is defined in | 145 # Windows version of autofill dialog is defined in |
146 # 'browser/views/autofill_profiles_view_win.cc' | 146 # 'browser/views/autofill_profiles_view_win.cc' |
147 'browser/autofill/autofill_dialog.h', | 147 'browser/autofill/autofill_dialog.h', |
148 'browser/autofill/autofill_download.cc', | 148 'browser/autofill/autofill_download.cc', |
149 'browser/autofill/autofill_download.h', | 149 'browser/autofill/autofill_download.h', |
150 'browser/autofill/autofill_field.cc', | 150 'browser/autofill/autofill_field.cc', |
151 'browser/autofill/autofill_field.h', | 151 'browser/autofill/autofill_field.h', |
| 152 'browser/autofill/autofill_locale_model.cc', |
| 153 'browser/autofill/autofill_locale_model.h', |
152 'browser/autofill/autofill_manager.cc', | 154 'browser/autofill/autofill_manager.cc', |
153 'browser/autofill/autofill_manager.h', | 155 'browser/autofill/autofill_manager.h', |
154 'browser/autofill/autofill_profile.cc', | 156 'browser/autofill/autofill_profile.cc', |
155 'browser/autofill/autofill_profile.h', | 157 'browser/autofill/autofill_profile.h', |
156 'browser/autofill/auto_fill_editor_gtk.cc', | 158 'browser/autofill/auto_fill_editor_gtk.cc', |
157 'browser/autofill/autofill_text_field_mac.h', | 159 'browser/autofill/autofill_text_field_mac.h', |
158 'browser/autofill/autofill_text_field_mac.mm', | 160 'browser/autofill/autofill_text_field_mac.mm', |
159 'browser/autofill/autofill_type.cc', | 161 'browser/autofill/autofill_type.cc', |
160 'browser/autofill/autofill_type.h', | 162 'browser/autofill/autofill_type.h', |
161 'browser/autofill/autofill_xml_parser.cc', | 163 'browser/autofill/autofill_xml_parser.cc', |
(...skipping 3851 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4013 ], | 4015 ], |
4014 }, | 4016 }, |
4015 ], | 4017 ], |
4016 } | 4018 } |
4017 | 4019 |
4018 # Local Variables: | 4020 # Local Variables: |
4019 # tab-width:2 | 4021 # tab-width:2 |
4020 # indent-tabs-mode:nil | 4022 # indent-tabs-mode:nil |
4021 # End: | 4023 # End: |
4022 # vim: set expandtab tabstop=2 shiftwidth=2: | 4024 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |