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

Side by Side Diff: trunk/src/chrome/chrome_tests_unit.gypi

Issue 259093003: Revert 266615 "Store default search provider data in dictionary ..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 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 | « trunk/src/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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 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 'targets': [ 5 'targets': [
6 { 6 {
7 # This target contains mocks and test utilities that don't belong in 7 # This target contains mocks and test utilities that don't belong in
8 # production libraries but are used by more than one test executable. 8 # production libraries but are used by more than one test executable.
9 'target_name': 'test_support_common', 9 'target_name': 'test_support_common',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 1225 matching lines...) Expand 10 before | Expand all | Expand 10 after
1236 'browser/safe_browsing/safe_browsing_util_unittest.cc', 1236 'browser/safe_browsing/safe_browsing_util_unittest.cc',
1237 'browser/safe_browsing/two_phase_uploader_unittest.cc', 1237 'browser/safe_browsing/two_phase_uploader_unittest.cc',
1238 'browser/search/hotword_service_unittest.cc', 1238 'browser/search/hotword_service_unittest.cc',
1239 'browser/search/iframe_source_unittest.cc', 1239 'browser/search/iframe_source_unittest.cc',
1240 'browser/search/instant_service_unittest.cc', 1240 'browser/search/instant_service_unittest.cc',
1241 'browser/search/instant_unittest_base.cc', 1241 'browser/search/instant_unittest_base.cc',
1242 'browser/search/instant_unittest_base.h', 1242 'browser/search/instant_unittest_base.h',
1243 'browser/search/most_visited_iframe_source_unittest.cc', 1243 'browser/search/most_visited_iframe_source_unittest.cc',
1244 'browser/search/search_unittest.cc', 1244 'browser/search/search_unittest.cc',
1245 'browser/search/suggestions/suggestions_service_unittest.cc', 1245 'browser/search/suggestions/suggestions_service_unittest.cc',
1246 'browser/search_engines/default_search_manager_unittest.cc',
1247 'browser/search_engines/default_search_policy_handler_unittest.cc', 1246 'browser/search_engines/default_search_policy_handler_unittest.cc',
1248 'browser/search_engines/search_host_to_urls_map_unittest.cc', 1247 'browser/search_engines/search_host_to_urls_map_unittest.cc',
1249 'browser/search_engines/search_provider_install_data_unittest.cc', 1248 'browser/search_engines/search_provider_install_data_unittest.cc',
1250 'browser/search_engines/template_url_fetcher_unittest.cc', 1249 'browser/search_engines/template_url_fetcher_unittest.cc',
1251 'browser/search_engines/template_url_service_util_unittest.cc', 1250 'browser/search_engines/template_url_service_util_unittest.cc',
1252 'browser/search_engines/template_url_service_sync_unittest.cc', 1251 'browser/search_engines/template_url_service_sync_unittest.cc',
1253 'browser/search_engines/template_url_service_unittest.cc', 1252 'browser/search_engines/template_url_service_unittest.cc',
1254 'browser/search_engines/template_url_parser_unittest.cc', 1253 'browser/search_engines/template_url_parser_unittest.cc',
1255 'browser/search_engines/template_url_prepopulate_data_unittest.cc', 1254 'browser/search_engines/template_url_prepopulate_data_unittest.cc',
1256 'browser/search_engines/template_url_scraper_unittest.cc', 1255 'browser/search_engines/template_url_scraper_unittest.cc',
(...skipping 1593 matching lines...) Expand 10 before | Expand all | Expand 10 after
2850 'browser/ui/app_list/test/fake_profile_store.h', 2849 'browser/ui/app_list/test/fake_profile_store.h',
2851 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', 2850 'browser/ui/app_list/test/fast_show_pickler_unittest.cc',
2852 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc', 2851 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc',
2853 'browser/ui/views/app_list/win/app_list_win_unittest.cc', 2852 'browser/ui/views/app_list/win/app_list_win_unittest.cc',
2854 ], 2853 ],
2855 }, 2854 },
2856 ], 2855 ],
2857 }], 2856 }],
2858 ], # 'conditions' 2857 ], # 'conditions'
2859 } 2858 }
OLDNEW
« no previous file with comments | « trunk/src/chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698