Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(230)

Side by Side Diff: chrome/chrome_browser.gypi

Issue 6082001: Autofill saves duplicate profiles and credit card info in preferences (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Credit card and GUID functor. Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/browser/autofill/personal_data_manager.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
176 'browser/autofill/autofill_metrics.cc', 176 'browser/autofill/autofill_metrics.cc',
177 'browser/autofill/autofill_metrics.h', 177 'browser/autofill/autofill_metrics.h',
178 'browser/autofill/autofill_profile.cc', 178 'browser/autofill/autofill_profile.cc',
179 'browser/autofill/autofill_profile.h', 179 'browser/autofill/autofill_profile.h',
180 'browser/autofill/autofill_text_field_mac.h', 180 'browser/autofill/autofill_text_field_mac.h',
181 'browser/autofill/autofill_text_field_mac.mm', 181 'browser/autofill/autofill_text_field_mac.mm',
182 'browser/autofill/autofill_type.cc', 182 'browser/autofill/autofill_type.cc',
183 'browser/autofill/autofill_type.h', 183 'browser/autofill/autofill_type.h',
184 'browser/autofill/autofill_xml_parser.cc', 184 'browser/autofill/autofill_xml_parser.cc',
185 'browser/autofill/autofill_xml_parser.h', 185 'browser/autofill/autofill_xml_parser.h',
186 'browser/autofill/autofill-inl.h',
186 'browser/autofill/billing_address.h', 187 'browser/autofill/billing_address.h',
187 'browser/autofill/contact_info.cc', 188 'browser/autofill/contact_info.cc',
188 'browser/autofill/contact_info.h', 189 'browser/autofill/contact_info.h',
189 'browser/autofill/credit_card_field.cc', 190 'browser/autofill/credit_card_field.cc',
190 'browser/autofill/credit_card_field.h', 191 'browser/autofill/credit_card_field.h',
191 'browser/autofill/credit_card.cc', 192 'browser/autofill/credit_card.cc',
192 'browser/autofill/credit_card.h', 193 'browser/autofill/credit_card.h',
193 'browser/autofill/fax_field.cc', 194 'browser/autofill/fax_field.cc',
194 'browser/autofill/fax_field.h', 195 'browser/autofill/fax_field.h',
195 'browser/autofill/fax_number.cc', 196 'browser/autofill/fax_number.cc',
(...skipping 4317 matching lines...) Expand 10 before | Expand all | Expand 10 after
4513 ], 4514 ],
4514 }, 4515 },
4515 ], 4516 ],
4516 } 4517 }
4517 4518
4518 # Local Variables: 4519 # Local Variables:
4519 # tab-width:2 4520 # tab-width:2
4520 # indent-tabs-mode:nil 4521 # indent-tabs-mode:nil
4521 # End: 4522 # End:
4522 # vim: set expandtab tabstop=2 shiftwidth=2: 4523 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/autofill/personal_data_manager.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698