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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 577543002: Revert of Revert CL 117933003. Re-add resource speculative prefetching code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | 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 'variables': { 5 'variables': {
6 'chrome_unit_tests_sources': [ 6 'chrome_unit_tests_sources': [
7 '../apps/app_shim/app_shim_host_mac_unittest.cc', 7 '../apps/app_shim/app_shim_host_mac_unittest.cc',
8 '../apps/app_shim/extension_app_shim_handler_mac_unittest.cc', 8 '../apps/app_shim/extension_app_shim_handler_mac_unittest.cc',
9 '../apps/saved_files_service_unittest.cc', 9 '../apps/saved_files_service_unittest.cc',
10 '../components/autofill/content/renderer/test_password_autofill_agent.cc', 10 '../components/autofill/content/renderer/test_password_autofill_agent.cc',
(...skipping 576 matching lines...) Expand 10 before | Expand all | Expand 10 after
587 'browser/policy/cloud/user_policy_signin_service_unittest.cc', 587 'browser/policy/cloud/user_policy_signin_service_unittest.cc',
588 'browser/policy/file_selection_dialogs_policy_handler_unittest.cc', 588 'browser/policy/file_selection_dialogs_policy_handler_unittest.cc',
589 'browser/policy/javascript_policy_handler_unittest.cc', 589 'browser/policy/javascript_policy_handler_unittest.cc',
590 'browser/policy/managed_bookmarks_policy_handler_unittest.cc', 590 'browser/policy/managed_bookmarks_policy_handler_unittest.cc',
591 'browser/policy/policy_path_parser_unittest.cc', 591 'browser/policy/policy_path_parser_unittest.cc',
592 'browser/policy/profile_policy_connector_unittest.cc', 592 'browser/policy/profile_policy_connector_unittest.cc',
593 'browser/policy/url_blacklist_manager_unittest.cc', 593 'browser/policy/url_blacklist_manager_unittest.cc',
594 'browser/power/process_power_collector_unittest.cc', 594 'browser/power/process_power_collector_unittest.cc',
595 'browser/predictors/autocomplete_action_predictor_table_unittest.cc', 595 'browser/predictors/autocomplete_action_predictor_table_unittest.cc',
596 'browser/predictors/autocomplete_action_predictor_unittest.cc', 596 'browser/predictors/autocomplete_action_predictor_unittest.cc',
597 'browser/predictors/resource_prefetch_predictor_unittest.cc',
598 'browser/predictors/resource_prefetch_predictor_tables_unittest.cc',
599 'browser/predictors/resource_prefetcher_unittest.cc',
600 'browser/prefs/chrome_pref_service_unittest.cc', 597 'browser/prefs/chrome_pref_service_unittest.cc',
601 'browser/prefs/command_line_pref_store_unittest.cc', 598 'browser/prefs/command_line_pref_store_unittest.cc',
602 'browser/prefs/incognito_mode_prefs_unittest.cc', 599 'browser/prefs/incognito_mode_prefs_unittest.cc',
603 'browser/prefs/leveldb_pref_store_unittest.cc', 600 'browser/prefs/leveldb_pref_store_unittest.cc',
604 'browser/prefs/mock_validation_delegate.cc', 601 'browser/prefs/mock_validation_delegate.cc',
605 'browser/prefs/mock_validation_delegate.h', 602 'browser/prefs/mock_validation_delegate.h',
606 'browser/prefs/pref_hash_calculator_unittest.cc', 603 'browser/prefs/pref_hash_calculator_unittest.cc',
607 'browser/prefs/pref_hash_filter_unittest.cc', 604 'browser/prefs/pref_hash_filter_unittest.cc',
608 'browser/prefs/pref_hash_store_impl_unittest.cc', 605 'browser/prefs/pref_hash_store_impl_unittest.cc',
609 'browser/prefs/pref_model_associator_unittest.cc', 606 'browser/prefs/pref_model_associator_unittest.cc',
(...skipping 2265 matching lines...) Expand 10 before | Expand all | Expand 10 after
2875 'dependencies': [ 2872 'dependencies': [
2876 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2873 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2877 ], 2874 ],
2878 }], 2875 }],
2879 ], 2876 ],
2880 }, 2877 },
2881 ], 2878 ],
2882 }], 2879 }],
2883 ], # 'conditions' 2880 ], # 'conditions'
2884 } 2881 }
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