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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 1789001: AutoFill crash in CreditCard::SetInfo(). (Closed)
Patch Set: Virtual back to original. Created 10 years, 8 months 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
« no previous file with comments | « chrome/browser/webdata/web_database.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 'variables' : { 6 'variables' : {
7 'browser_tests_sources_views_specific': [ 7 'browser_tests_sources_views_specific': [
8 'browser/extensions/browser_action_test_util_views.cc', 8 'browser/extensions/browser_action_test_util_views.cc',
9 'browser/views/browser_actions_container_browsertest.cc', 9 'browser/views/browser_actions_container_browsertest.cc',
10 ], 10 ],
(...skipping 547 matching lines...) Expand 10 before | Expand all | Expand 10 after
558 'browser/autofill/autofill_address_model_mac_unittest.mm', 558 'browser/autofill/autofill_address_model_mac_unittest.mm',
559 'browser/autofill/autofill_address_view_controller_mac_unittest.mm', 559 'browser/autofill/autofill_address_view_controller_mac_unittest.mm',
560 'browser/autofill/autofill_credit_card_model_mac_unittest.mm', 560 'browser/autofill/autofill_credit_card_model_mac_unittest.mm',
561 'browser/autofill/autofill_credit_card_view_controller_mac_unittest.mm', 561 'browser/autofill/autofill_credit_card_view_controller_mac_unittest.mm',
562 'browser/autofill/autofill_dialog_controller_mac_unittest.mm', 562 'browser/autofill/autofill_dialog_controller_mac_unittest.mm',
563 'browser/autofill/autofill_download_unittest.cc', 563 'browser/autofill/autofill_download_unittest.cc',
564 'browser/autofill/autofill_field_unittest.cc', 564 'browser/autofill/autofill_field_unittest.cc',
565 'browser/autofill/autofill_infobar_delegate_unittest.cc', 565 'browser/autofill/autofill_infobar_delegate_unittest.cc',
566 'browser/autofill/autofill_manager_unittest.cc', 566 'browser/autofill/autofill_manager_unittest.cc',
567 'browser/autofill/autofill_profile_unittest.cc', 567 'browser/autofill/autofill_profile_unittest.cc',
568 'browser/autofill/autofill_type_unittest.cc',
568 'browser/autofill/autofill_xml_parser_unittest.cc', 569 'browser/autofill/autofill_xml_parser_unittest.cc',
569 'browser/autofill/billing_address_unittest.cc', 570 'browser/autofill/billing_address_unittest.cc',
570 'browser/autofill/credit_card_field_unittest.cc', 571 'browser/autofill/credit_card_field_unittest.cc',
571 'browser/autofill/credit_card_unittest.cc', 572 'browser/autofill/credit_card_unittest.cc',
572 'browser/autofill/fax_field_unittest.cc', 573 'browser/autofill/fax_field_unittest.cc',
573 'browser/autofill/form_structure_unittest.cc', 574 'browser/autofill/form_structure_unittest.cc',
574 'browser/autofill/name_field_unittest.cc', 575 'browser/autofill/name_field_unittest.cc',
575 'browser/autofill/personal_data_manager_unittest.cc', 576 'browser/autofill/personal_data_manager_unittest.cc',
576 'browser/autofill/phone_field_unittest.cc', 577 'browser/autofill/phone_field_unittest.cc',
577 'browser/autofill/phone_number_unittest.cc', 578 'browser/autofill/phone_number_unittest.cc',
(...skipping 1655 matching lines...) Expand 10 before | Expand all | Expand 10 after
2233 ] 2234 ]
2234 }], # 'coverage!=0' 2235 }], # 'coverage!=0'
2235 ], # 'conditions' 2236 ], # 'conditions'
2236 } 2237 }
2237 2238
2238 # Local Variables: 2239 # Local Variables:
2239 # tab-width:2 2240 # tab-width:2
2240 # indent-tabs-mode:nil 2241 # indent-tabs-mode:nil
2241 # End: 2242 # End:
2242 # vim: set expandtab tabstop=2 shiftwidth=2: 2243 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/webdata/web_database.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698