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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 3221007: Fix a couple of firefox search engine import bugs. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: added test, TODO Created 10 years, 3 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/importer/firefox_importer_utils_unittest.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 'pyautolib_sources': [ 7 'pyautolib_sources': [
8 'app/chrome_dll_resource.h', 8 'app/chrome_dll_resource.h',
9 'common/pref_names.cc', 9 'common/pref_names.cc',
10 'common/pref_names.h', 10 'common/pref_names.h',
(...skipping 1107 matching lines...) Expand 10 before | Expand all | Expand 10 after
1118 'browser/history/top_sites_unittest.cc', 1118 'browser/history/top_sites_unittest.cc',
1119 'browser/history/url_database_unittest.cc', 1119 'browser/history/url_database_unittest.cc',
1120 'browser/history/visit_database_unittest.cc', 1120 'browser/history/visit_database_unittest.cc',
1121 'browser/history/visit_tracker_unittest.cc', 1121 'browser/history/visit_tracker_unittest.cc',
1122 'browser/host_content_settings_map_unittest.cc', 1122 'browser/host_content_settings_map_unittest.cc',
1123 'browser/host_zoom_map_unittest.cc', 1123 'browser/host_zoom_map_unittest.cc',
1124 'browser/importer/firefox_importer_unittest.cc', 1124 'browser/importer/firefox_importer_unittest.cc',
1125 'browser/importer/firefox_importer_unittest_messages_internal.h', 1125 'browser/importer/firefox_importer_unittest_messages_internal.h',
1126 'browser/importer/firefox_importer_unittest_utils.h', 1126 'browser/importer/firefox_importer_unittest_utils.h',
1127 'browser/importer/firefox_importer_unittest_utils_mac.cc', 1127 'browser/importer/firefox_importer_unittest_utils_mac.cc',
1128 'browser/importer/firefox_importer_utils_unittest.cc',
1128 'browser/importer/firefox_profile_lock_unittest.cc', 1129 'browser/importer/firefox_profile_lock_unittest.cc',
1129 'browser/importer/firefox_proxy_settings_unittest.cc', 1130 'browser/importer/firefox_proxy_settings_unittest.cc',
1130 'browser/importer/importer_unittest.cc', 1131 'browser/importer/importer_unittest.cc',
1131 'browser/importer/safari_importer_unittest.mm', 1132 'browser/importer/safari_importer_unittest.mm',
1132 'browser/importer/toolbar_importer_unittest.cc', 1133 'browser/importer/toolbar_importer_unittest.cc',
1133 'browser/in_process_webkit/dom_storage_dispatcher_host_unittest.cc', 1134 'browser/in_process_webkit/dom_storage_dispatcher_host_unittest.cc',
1134 'browser/in_process_webkit/webkit_context_unittest.cc', 1135 'browser/in_process_webkit/webkit_context_unittest.cc',
1135 'browser/in_process_webkit/webkit_thread_unittest.cc', 1136 'browser/in_process_webkit/webkit_thread_unittest.cc',
1136 'browser/keychain_mock_mac.cc', 1137 'browser/keychain_mock_mac.cc',
1137 'browser/keychain_mock_mac.h', 1138 'browser/keychain_mock_mac.h',
(...skipping 1792 matching lines...) Expand 10 before | Expand all | Expand 10 after
2930 ] 2931 ]
2931 }], # 'coverage!=0' 2932 }], # 'coverage!=0'
2932 ], # 'conditions' 2933 ], # 'conditions'
2933 } 2934 }
2934 2935
2935 # Local Variables: 2936 # Local Variables:
2936 # tab-width:2 2937 # tab-width:2
2937 # indent-tabs-mode:nil 2938 # indent-tabs-mode:nil
2938 # End: 2939 # End:
2939 # vim: set expandtab tabstop=2 shiftwidth=2: 2940 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/importer/firefox_importer_utils_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698