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 127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
138 # 'browser/views/autofill_profiles_view_win.cc' | 138 # 'browser/views/autofill_profiles_view_win.cc' |
139 'browser/autofill/autofill_dialog.h', | 139 'browser/autofill/autofill_dialog.h', |
140 'browser/autofill/autofill_download.cc', | 140 'browser/autofill/autofill_download.cc', |
141 'browser/autofill/autofill_download.h', | 141 'browser/autofill/autofill_download.h', |
142 'browser/autofill/autofill_field.cc', | 142 'browser/autofill/autofill_field.cc', |
143 'browser/autofill/autofill_field.h', | 143 'browser/autofill/autofill_field.h', |
144 'browser/autofill/autofill_manager.cc', | 144 'browser/autofill/autofill_manager.cc', |
145 'browser/autofill/autofill_manager.h', | 145 'browser/autofill/autofill_manager.h', |
146 'browser/autofill/autofill_profile.cc', | 146 'browser/autofill/autofill_profile.cc', |
147 'browser/autofill/autofill_profile.h', | 147 'browser/autofill/autofill_profile.h', |
| 148 'browser/autofill/auto_fill_editor_gtk.cc', |
148 'browser/autofill/autofill_text_field_mac.h', | 149 'browser/autofill/autofill_text_field_mac.h', |
149 'browser/autofill/autofill_text_field_mac.mm', | 150 'browser/autofill/autofill_text_field_mac.mm', |
150 'browser/autofill/autofill_type.cc', | 151 'browser/autofill/autofill_type.cc', |
151 'browser/autofill/autofill_type.h', | 152 'browser/autofill/autofill_type.h', |
152 'browser/autofill/autofill_xml_parser.cc', | 153 'browser/autofill/autofill_xml_parser.cc', |
153 'browser/autofill/autofill_xml_parser.h', | 154 'browser/autofill/autofill_xml_parser.h', |
154 'browser/autofill/billing_address.h', | 155 'browser/autofill/billing_address.h', |
155 'browser/autofill/contact_info.cc', | 156 'browser/autofill/contact_info.cc', |
156 'browser/autofill/contact_info.h', | 157 'browser/autofill/contact_info.h', |
157 'browser/autofill/credit_card_field.cc', | 158 'browser/autofill/credit_card_field.cc', |
(...skipping 3396 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3554 ], | 3555 ], |
3555 }, | 3556 }, |
3556 ], | 3557 ], |
3557 } | 3558 } |
3558 | 3559 |
3559 # Local Variables: | 3560 # Local Variables: |
3560 # tab-width:2 | 3561 # tab-width:2 |
3561 # indent-tabs-mode:nil | 3562 # indent-tabs-mode:nil |
3562 # End: | 3563 # End: |
3563 # vim: set expandtab tabstop=2 shiftwidth=2: | 3564 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |