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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 633373005: Use more flexible field trial control on resource prefetching for mobile web (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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/predictors/resource_prefetch_predictor.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 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/saved_files_service_unittest.cc', 7 '../apps/saved_files_service_unittest.cc',
8 '../components/autofill/content/renderer/test_password_autofill_agent.cc', 8 '../components/autofill/content/renderer/test_password_autofill_agent.cc',
9 '../components/autofill/content/renderer/test_password_autofill_agent.h', 9 '../components/autofill/content/renderer/test_password_autofill_agent.h',
10 '../components/autofill/content/renderer/test_password_generation_agent.cc ', 10 '../components/autofill/content/renderer/test_password_generation_agent.cc ',
(...skipping 563 matching lines...) Expand 10 before | Expand all | Expand 10 after
574 'browser/policy/cloud/user_policy_signin_service_unittest.cc', 574 'browser/policy/cloud/user_policy_signin_service_unittest.cc',
575 'browser/policy/file_selection_dialogs_policy_handler_unittest.cc', 575 'browser/policy/file_selection_dialogs_policy_handler_unittest.cc',
576 'browser/policy/javascript_policy_handler_unittest.cc', 576 'browser/policy/javascript_policy_handler_unittest.cc',
577 'browser/policy/managed_bookmarks_policy_handler_unittest.cc', 577 'browser/policy/managed_bookmarks_policy_handler_unittest.cc',
578 'browser/policy/policy_path_parser_unittest.cc', 578 'browser/policy/policy_path_parser_unittest.cc',
579 'browser/policy/profile_policy_connector_unittest.cc', 579 'browser/policy/profile_policy_connector_unittest.cc',
580 'browser/policy/url_blacklist_manager_unittest.cc', 580 'browser/policy/url_blacklist_manager_unittest.cc',
581 'browser/power/process_power_collector_unittest.cc', 581 'browser/power/process_power_collector_unittest.cc',
582 'browser/predictors/autocomplete_action_predictor_table_unittest.cc', 582 'browser/predictors/autocomplete_action_predictor_table_unittest.cc',
583 'browser/predictors/autocomplete_action_predictor_unittest.cc', 583 'browser/predictors/autocomplete_action_predictor_unittest.cc',
584 'browser/predictors/resource_prefetch_common_unittest.cc',
584 'browser/predictors/resource_prefetch_predictor_unittest.cc', 585 'browser/predictors/resource_prefetch_predictor_unittest.cc',
585 'browser/predictors/resource_prefetch_predictor_tables_unittest.cc', 586 'browser/predictors/resource_prefetch_predictor_tables_unittest.cc',
586 'browser/predictors/resource_prefetcher_unittest.cc', 587 'browser/predictors/resource_prefetcher_unittest.cc',
587 'browser/prefs/browser_ui_prefs_migrator_unittest.cc', 588 'browser/prefs/browser_ui_prefs_migrator_unittest.cc',
588 'browser/prefs/chrome_pref_service_unittest.cc', 589 'browser/prefs/chrome_pref_service_unittest.cc',
589 'browser/prefs/command_line_pref_store_unittest.cc', 590 'browser/prefs/command_line_pref_store_unittest.cc',
590 'browser/prefs/incognito_mode_prefs_unittest.cc', 591 'browser/prefs/incognito_mode_prefs_unittest.cc',
591 'browser/prefs/leveldb_pref_store_unittest.cc', 592 'browser/prefs/leveldb_pref_store_unittest.cc',
592 'browser/prefs/pref_model_associator_unittest.cc', 593 'browser/prefs/pref_model_associator_unittest.cc',
593 'browser/prefs/prefs_syncable_service_unittest.cc', 594 'browser/prefs/prefs_syncable_service_unittest.cc',
(...skipping 2272 matching lines...) Expand 10 before | Expand all | Expand 10 after
2866 'dependencies': [ 2867 'dependencies': [
2867 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2868 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2868 ], 2869 ],
2869 }], 2870 }],
2870 ], 2871 ],
2871 }, 2872 },
2872 ], 2873 ],
2873 }], 2874 }],
2874 ], # 'conditions' 2875 ], # 'conditions'
2875 } 2876 }
OLDNEW
« no previous file with comments | « chrome/browser/predictors/resource_prefetch_predictor.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698