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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 11230060: Adding commandline switch and user pref for autofill server url. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Changing include after rebasing Created 8 years, 2 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
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'variables' : { 5 'variables' : {
6 'pyautolib_sources': [ 6 'pyautolib_sources': [
7 'app/chrome_command_ids.h', 7 'app/chrome_command_ids.h',
8 'app/chrome_dll_resource.h', 8 'app/chrome_dll_resource.h',
9 'common/automation_constants.h', 9 'common/automation_constants.h',
10 'common/pref_names.cc', 10 'common/pref_names.cc',
(...skipping 1072 matching lines...) Expand 10 before | Expand all | Expand 10 after
1083 'browser/autocomplete/history_quick_provider_unittest.cc', 1083 'browser/autocomplete/history_quick_provider_unittest.cc',
1084 'browser/autocomplete/history_url_provider_unittest.cc', 1084 'browser/autocomplete/history_url_provider_unittest.cc',
1085 'browser/autocomplete/keyword_provider_unittest.cc', 1085 'browser/autocomplete/keyword_provider_unittest.cc',
1086 'browser/autocomplete/search_provider_unittest.cc', 1086 'browser/autocomplete/search_provider_unittest.cc',
1087 'browser/autocomplete/shortcuts_provider_unittest.cc', 1087 'browser/autocomplete/shortcuts_provider_unittest.cc',
1088 'browser/autofill/address_field_unittest.cc', 1088 'browser/autofill/address_field_unittest.cc',
1089 'browser/autofill/address_unittest.cc', 1089 'browser/autofill/address_unittest.cc',
1090 'browser/autofill/autocomplete_history_manager_unittest.cc', 1090 'browser/autofill/autocomplete_history_manager_unittest.cc',
1091 'browser/autofill/autofill_country_unittest.cc', 1091 'browser/autofill/autofill_country_unittest.cc',
1092 'browser/autofill/autofill_download_unittest.cc', 1092 'browser/autofill/autofill_download_unittest.cc',
1093 'browser/autofill/autofill_download_url_unittest.cc',
1093 'browser/autofill/autofill_external_delegate_unittest.cc', 1094 'browser/autofill/autofill_external_delegate_unittest.cc',
1094 'browser/autofill/autofill_field_unittest.cc', 1095 'browser/autofill/autofill_field_unittest.cc',
1095 'browser/autofill/autofill_ie_toolbar_import_win_unittest.cc', 1096 'browser/autofill/autofill_ie_toolbar_import_win_unittest.cc',
1096 'browser/autofill/autofill_manager_unittest.cc', 1097 'browser/autofill/autofill_manager_unittest.cc',
1097 'browser/autofill/autofill_merge_unittest.cc', 1098 'browser/autofill/autofill_merge_unittest.cc',
1098 'browser/autofill/autofill_metrics_unittest.cc', 1099 'browser/autofill/autofill_metrics_unittest.cc',
1099 'browser/autofill/autofill_profile_unittest.cc', 1100 'browser/autofill/autofill_profile_unittest.cc',
1100 'browser/autofill/autofill_popup_unittest.cc', 1101 'browser/autofill/autofill_popup_unittest.cc',
1101 'browser/autofill/autofill_type_unittest.cc', 1102 'browser/autofill/autofill_type_unittest.cc',
1102 'browser/autofill/autofill_xml_parser_unittest.cc', 1103 'browser/autofill/autofill_xml_parser_unittest.cc',
(...skipping 3837 matching lines...) Expand 10 before | Expand all | Expand 10 after
4940 'sync_integration_tests.isolate', 4941 'sync_integration_tests.isolate',
4941 ], 4942 ],
4942 'sources': [ 4943 'sources': [
4943 'sync_integration_tests.isolate', 4944 'sync_integration_tests.isolate',
4944 ], 4945 ],
4945 }, 4946 },
4946 ], 4947 ],
4947 }], 4948 }],
4948 ], # 'conditions' 4949 ], # 'conditions'
4949 } 4950 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698