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

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: More fixes from code review Created 8 years, 1 month 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 1023 matching lines...) Expand 10 before | Expand all | Expand 10 after
1034 'browser/autocomplete/history_quick_provider_unittest.cc', 1034 'browser/autocomplete/history_quick_provider_unittest.cc',
1035 'browser/autocomplete/history_url_provider_unittest.cc', 1035 'browser/autocomplete/history_url_provider_unittest.cc',
1036 'browser/autocomplete/keyword_provider_unittest.cc', 1036 'browser/autocomplete/keyword_provider_unittest.cc',
1037 'browser/autocomplete/search_provider_unittest.cc', 1037 'browser/autocomplete/search_provider_unittest.cc',
1038 'browser/autocomplete/shortcuts_provider_unittest.cc', 1038 'browser/autocomplete/shortcuts_provider_unittest.cc',
1039 'browser/autofill/address_field_unittest.cc', 1039 'browser/autofill/address_field_unittest.cc',
1040 'browser/autofill/address_unittest.cc', 1040 'browser/autofill/address_unittest.cc',
1041 'browser/autofill/autocomplete_history_manager_unittest.cc', 1041 'browser/autofill/autocomplete_history_manager_unittest.cc',
1042 'browser/autofill/autofill_country_unittest.cc', 1042 'browser/autofill/autofill_country_unittest.cc',
1043 'browser/autofill/autofill_download_unittest.cc', 1043 'browser/autofill/autofill_download_unittest.cc',
1044 'browser/autofill/autofill_download_url_unittest.cc',
1044 'browser/autofill/autofill_external_delegate_unittest.cc', 1045 'browser/autofill/autofill_external_delegate_unittest.cc',
1045 'browser/autofill/autofill_field_unittest.cc', 1046 'browser/autofill/autofill_field_unittest.cc',
1046 'browser/autofill/autofill_ie_toolbar_import_win_unittest.cc', 1047 'browser/autofill/autofill_ie_toolbar_import_win_unittest.cc',
1047 'browser/autofill/autofill_manager_unittest.cc', 1048 'browser/autofill/autofill_manager_unittest.cc',
1048 'browser/autofill/autofill_merge_unittest.cc', 1049 'browser/autofill/autofill_merge_unittest.cc',
1049 'browser/autofill/autofill_metrics_unittest.cc', 1050 'browser/autofill/autofill_metrics_unittest.cc',
1050 'browser/autofill/autofill_profile_unittest.cc', 1051 'browser/autofill/autofill_profile_unittest.cc',
1051 'browser/autofill/autofill_popup_unittest.cc', 1052 'browser/autofill/autofill_popup_unittest.cc',
1052 'browser/autofill/autofill_type_unittest.cc', 1053 'browser/autofill/autofill_type_unittest.cc',
1053 'browser/autofill/autofill_xml_parser_unittest.cc', 1054 'browser/autofill/autofill_xml_parser_unittest.cc',
(...skipping 3893 matching lines...) Expand 10 before | Expand all | Expand 10 after
4947 '--result', '<@(_outputs)', 4948 '--result', '<@(_outputs)',
4948 '--isolate', 'sync_integration_tests.isolate', 4949 '--isolate', 'sync_integration_tests.isolate',
4949 ], 4950 ],
4950 }, 4951 },
4951 ], 4952 ],
4952 }, 4953 },
4953 ], 4954 ],
4954 }], 4955 }],
4955 ], # 'conditions' 4956 ], # 'conditions'
4956 } 4957 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698