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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 117933003: Remove the speculative resource prefetching code. This was experimental code added 1.5 years ago an… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: sync Created 6 years, 11 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') | chrome/common/chrome_switches.h » ('j') | 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 1091 matching lines...) Expand 10 before | Expand all | Expand 10 after
1102 'browser/policy/configuration_policy_pref_store_test.cc', 1102 'browser/policy/configuration_policy_pref_store_test.cc',
1103 'browser/policy/configuration_policy_pref_store_test.h', 1103 'browser/policy/configuration_policy_pref_store_test.h',
1104 'browser/policy/configuration_policy_pref_store_unittest.cc', 1104 'browser/policy/configuration_policy_pref_store_unittest.cc',
1105 'browser/policy/file_selection_dialogs_policy_handler_unittest.cc', 1105 'browser/policy/file_selection_dialogs_policy_handler_unittest.cc',
1106 'browser/policy/javascript_policy_handler_unittest.cc', 1106 'browser/policy/javascript_policy_handler_unittest.cc',
1107 'browser/policy/policy_path_parser_unittest.cc', 1107 'browser/policy/policy_path_parser_unittest.cc',
1108 'browser/policy/url_blacklist_manager_unittest.cc', 1108 'browser/policy/url_blacklist_manager_unittest.cc',
1109 'browser/policy/url_blacklist_policy_handler_unittest.cc', 1109 'browser/policy/url_blacklist_policy_handler_unittest.cc',
1110 'browser/predictors/autocomplete_action_predictor_table_unittest.cc', 1110 'browser/predictors/autocomplete_action_predictor_table_unittest.cc',
1111 'browser/predictors/autocomplete_action_predictor_unittest.cc', 1111 'browser/predictors/autocomplete_action_predictor_unittest.cc',
1112 'browser/predictors/resource_prefetch_predictor_unittest.cc',
1113 'browser/predictors/resource_prefetch_predictor_tables_unittest.cc',
1114 'browser/predictors/resource_prefetcher_unittest.cc',
1115 'browser/prefs/chrome_pref_service_unittest.cc', 1112 'browser/prefs/chrome_pref_service_unittest.cc',
1116 'browser/prefs/command_line_pref_store_unittest.cc', 1113 'browser/prefs/command_line_pref_store_unittest.cc',
1117 'browser/prefs/incognito_mode_prefs_unittest.cc', 1114 'browser/prefs/incognito_mode_prefs_unittest.cc',
1118 'browser/prefs/pref_hash_calculator_unittest.cc', 1115 'browser/prefs/pref_hash_calculator_unittest.cc',
1119 'browser/prefs/pref_hash_filter_unittest.cc', 1116 'browser/prefs/pref_hash_filter_unittest.cc',
1120 'browser/prefs/pref_hash_store_impl_unittest.cc', 1117 'browser/prefs/pref_hash_store_impl_unittest.cc',
1121 'browser/prefs/pref_model_associator_unittest.cc', 1118 'browser/prefs/pref_model_associator_unittest.cc',
1122 'browser/prefs/proxy_config_dictionary_unittest.cc', 1119 'browser/prefs/proxy_config_dictionary_unittest.cc',
1123 'browser/prefs/proxy_policy_unittest.cc', 1120 'browser/prefs/proxy_policy_unittest.cc',
1124 'browser/prefs/proxy_prefs_unittest.cc', 1121 'browser/prefs/proxy_prefs_unittest.cc',
(...skipping 1755 matching lines...) Expand 10 before | Expand all | Expand 10 after
2880 'browser/ui/app_list/test/fake_profile_store.h', 2877 'browser/ui/app_list/test/fake_profile_store.h',
2881 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', 2878 'browser/ui/app_list/test/fast_show_pickler_unittest.cc',
2882 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc', 2879 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc',
2883 'browser/ui/views/app_list/win/app_list_win_unittest.cc', 2880 'browser/ui/views/app_list/win/app_list_win_unittest.cc',
2884 ], 2881 ],
2885 }, 2882 },
2886 ], 2883 ],
2887 }], 2884 }],
2888 ], # 'conditions' 2885 ], # 'conditions'
2889 } 2886 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698