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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 6930052: Revert 84320 - Autofill DOMUI Prefs should work with i18n phone numbers (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 7 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 | Annotate | Revision Log
« no previous file with comments | « chrome/chrome_browser.gypi ('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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'pyautolib_sources': [ 7 'pyautolib_sources': [
8 'app/chrome_command_ids.h', 8 'app/chrome_command_ids.h',
9 'app/chrome_dll_resource.h', 9 'app/chrome_dll_resource.h',
10 'common/automation_constants.h', 10 'common/automation_constants.h',
(...skipping 1213 matching lines...) Expand 10 before | Expand all | Expand 10 after
1224 'browser/autofill/autofill_xml_parser_unittest.cc', 1224 'browser/autofill/autofill_xml_parser_unittest.cc',
1225 'browser/autofill/contact_info_unittest.cc', 1225 'browser/autofill/contact_info_unittest.cc',
1226 'browser/autofill/credit_card_field_unittest.cc', 1226 'browser/autofill/credit_card_field_unittest.cc',
1227 'browser/autofill/credit_card_unittest.cc', 1227 'browser/autofill/credit_card_unittest.cc',
1228 'browser/autofill/form_field_unittest.cc', 1228 'browser/autofill/form_field_unittest.cc',
1229 'browser/autofill/form_structure_unittest.cc', 1229 'browser/autofill/form_structure_unittest.cc',
1230 'browser/autofill/name_field_unittest.cc', 1230 'browser/autofill/name_field_unittest.cc',
1231 'browser/autofill/personal_data_manager_unittest.cc', 1231 'browser/autofill/personal_data_manager_unittest.cc',
1232 'browser/autofill/phone_field_unittest.cc', 1232 'browser/autofill/phone_field_unittest.cc',
1233 'browser/autofill/phone_number_unittest.cc', 1233 'browser/autofill/phone_number_unittest.cc',
1234 'browser/autofill/phone_number_i18n_unittest.cc',
1235 'browser/autofill/select_control_handler_unittest.cc', 1234 'browser/autofill/select_control_handler_unittest.cc',
1236 'browser/automation/automation_provider_unittest.cc', 1235 'browser/automation/automation_provider_unittest.cc',
1237 'browser/automation/automation_tab_helper_unittest.cc', 1236 'browser/automation/automation_tab_helper_unittest.cc',
1238 'browser/background_application_list_model_unittest.cc', 1237 'browser/background_application_list_model_unittest.cc',
1239 'browser/background_contents_service_unittest.cc', 1238 'browser/background_contents_service_unittest.cc',
1240 'browser/background_mode_manager_unittest.cc', 1239 'browser/background_mode_manager_unittest.cc',
1241 'browser/bookmarks/bookmark_codec_unittest.cc', 1240 'browser/bookmarks/bookmark_codec_unittest.cc',
1242 'browser/bookmarks/bookmark_context_menu_controller_unittest.cc', 1241 'browser/bookmarks/bookmark_context_menu_controller_unittest.cc',
1243 'browser/bookmarks/bookmark_html_writer_unittest.cc', 1242 'browser/bookmarks/bookmark_html_writer_unittest.cc',
1244 'browser/bookmarks/bookmark_index_unittest.cc', 1243 'browser/bookmarks/bookmark_index_unittest.cc',
(...skipping 2657 matching lines...) Expand 10 before | Expand all | Expand 10 after
3902 ] 3901 ]
3903 }], # 'coverage!=0' 3902 }], # 'coverage!=0'
3904 ], # 'conditions' 3903 ], # 'conditions'
3905 } 3904 }
3906 3905
3907 # Local Variables: 3906 # Local Variables:
3908 # tab-width:2 3907 # tab-width:2
3909 # indent-tabs-mode:nil 3908 # indent-tabs-mode:nil
3910 # End: 3909 # End:
3911 # vim: set expandtab tabstop=2 shiftwidth=2: 3910 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698