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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 2818033: AutoFill: Aggregate profile data. Remove the AutoFill InfoBar. (Closed)
Patch Set: Comment. Created 10 years, 5 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/chrome_browser.gypi ('k') | chrome/common/pref_names.h » ('j') | 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 564 matching lines...) Expand 10 before | Expand all | Expand 10 after
575 'browser/autofill/address_field_unittest.cc', 575 'browser/autofill/address_field_unittest.cc',
576 'browser/autofill/autofill_address_model_mac_unittest.mm', 576 'browser/autofill/autofill_address_model_mac_unittest.mm',
577 'browser/autofill/autofill_address_sheet_controller_mac_unittest.mm', 577 'browser/autofill/autofill_address_sheet_controller_mac_unittest.mm',
578 'browser/autofill/autofill_common_unittest.cc', 578 'browser/autofill/autofill_common_unittest.cc',
579 'browser/autofill/autofill_common_unittest.h', 579 'browser/autofill/autofill_common_unittest.h',
580 'browser/autofill/autofill_credit_card_model_mac_unittest.mm', 580 'browser/autofill/autofill_credit_card_model_mac_unittest.mm',
581 'browser/autofill/autofill_credit_card_sheet_controller_mac_unittest.mm' , 581 'browser/autofill/autofill_credit_card_sheet_controller_mac_unittest.mm' ,
582 'browser/autofill/autofill_dialog_controller_mac_unittest.mm', 582 'browser/autofill/autofill_dialog_controller_mac_unittest.mm',
583 'browser/autofill/autofill_download_unittest.cc', 583 'browser/autofill/autofill_download_unittest.cc',
584 'browser/autofill/autofill_field_unittest.cc', 584 'browser/autofill/autofill_field_unittest.cc',
585 'browser/autofill/autofill_infobar_delegate_unittest.cc',
586 'browser/autofill/autofill_manager_unittest.cc', 585 'browser/autofill/autofill_manager_unittest.cc',
587 'browser/autofill/autofill_profile_unittest.cc', 586 'browser/autofill/autofill_profile_unittest.cc',
588 'browser/autofill/autofill_type_unittest.cc', 587 'browser/autofill/autofill_type_unittest.cc',
589 'browser/autofill/autofill_xml_parser_unittest.cc', 588 'browser/autofill/autofill_xml_parser_unittest.cc',
590 'browser/autofill/billing_address_unittest.cc', 589 'browser/autofill/billing_address_unittest.cc',
591 'browser/autofill/contact_info_unittest.cc', 590 'browser/autofill/contact_info_unittest.cc',
592 'browser/autofill/credit_card_field_unittest.cc', 591 'browser/autofill/credit_card_field_unittest.cc',
593 'browser/autofill/credit_card_unittest.cc', 592 'browser/autofill/credit_card_unittest.cc',
594 'browser/autofill/fax_field_unittest.cc', 593 'browser/autofill/fax_field_unittest.cc',
595 'browser/autofill/form_structure_unittest.cc', 594 'browser/autofill/form_structure_unittest.cc',
(...skipping 1954 matching lines...) Expand 10 before | Expand all | Expand 10 after
2550 ] 2549 ]
2551 }], # 'coverage!=0' 2550 }], # 'coverage!=0'
2552 ], # 'conditions' 2551 ], # 'conditions'
2553 } 2552 }
2554 2553
2555 # Local Variables: 2554 # Local Variables:
2556 # tab-width:2 2555 # tab-width:2
2557 # indent-tabs-mode:nil 2556 # indent-tabs-mode:nil
2558 # End: 2557 # End:
2559 # vim: set expandtab tabstop=2 shiftwidth=2: 2558 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/common/pref_names.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698