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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 10416002: Seculative resource prefetching for URLs CL. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fixing enum name. Created 8 years, 6 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
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 'pyautolib_sources': [ 6 'pyautolib_sources': [
7 'app/chrome_command_ids.h', 7 'app/chrome_command_ids.h',
8 'app/chrome_dll_resource.h', 8 'app/chrome_dll_resource.h',
9 'common/automation_constants.h', 9 'common/automation_constants.h',
10 'common/pref_names.cc', 10 'common/pref_names.cc',
(...skipping 1399 matching lines...) Expand 10 before | Expand all | Expand 10 after
1410 'browser/policy/testing_cloud_policy_subsystem.cc', 1410 'browser/policy/testing_cloud_policy_subsystem.cc',
1411 'browser/policy/testing_cloud_policy_subsystem.h', 1411 'browser/policy/testing_cloud_policy_subsystem.h',
1412 'browser/policy/testing_policy_url_fetcher_factory.cc', 1412 'browser/policy/testing_policy_url_fetcher_factory.cc',
1413 'browser/policy/testing_policy_url_fetcher_factory.h', 1413 'browser/policy/testing_policy_url_fetcher_factory.h',
1414 'browser/policy/url_blacklist_manager_unittest.cc', 1414 'browser/policy/url_blacklist_manager_unittest.cc',
1415 'browser/policy/user_cloud_policy_manager_unittest.cc', 1415 'browser/policy/user_cloud_policy_manager_unittest.cc',
1416 'browser/policy/user_cloud_policy_store_chromeos_unittest.cc', 1416 'browser/policy/user_cloud_policy_store_chromeos_unittest.cc',
1417 'browser/policy/user_policy_cache_unittest.cc', 1417 'browser/policy/user_policy_cache_unittest.cc',
1418 'browser/predictors/autocomplete_action_predictor_table_unittest.cc', 1418 'browser/predictors/autocomplete_action_predictor_table_unittest.cc',
1419 'browser/predictors/autocomplete_action_predictor_unittest.cc', 1419 'browser/predictors/autocomplete_action_predictor_unittest.cc',
1420 'browser/predictors/resource_prefetch_predictor_unittest.cc',
1421 'browser/predictors/resource_prefetch_predictor_tables_unittest.cc',
1420 'browser/preferences_mock_mac.cc', 1422 'browser/preferences_mock_mac.cc',
1421 'browser/preferences_mock_mac.h', 1423 'browser/preferences_mock_mac.h',
1422 'browser/prefs/command_line_pref_store_unittest.cc', 1424 'browser/prefs/command_line_pref_store_unittest.cc',
1423 'browser/prefs/incognito_mode_prefs_unittest.cc', 1425 'browser/prefs/incognito_mode_prefs_unittest.cc',
1424 'browser/prefs/overlay_user_pref_store_unittest.cc', 1426 'browser/prefs/overlay_user_pref_store_unittest.cc',
1425 'browser/prefs/pref_change_registrar_unittest.cc', 1427 'browser/prefs/pref_change_registrar_unittest.cc',
1426 'browser/prefs/pref_member_unittest.cc', 1428 'browser/prefs/pref_member_unittest.cc',
1427 'browser/prefs/pref_model_associator_unittest.cc', 1429 'browser/prefs/pref_model_associator_unittest.cc',
1428 'browser/prefs/pref_notifier_impl_unittest.cc', 1430 'browser/prefs/pref_notifier_impl_unittest.cc',
1429 'browser/prefs/pref_service_unittest.cc', 1431 'browser/prefs/pref_service_unittest.cc',
(...skipping 3256 matching lines...) Expand 10 before | Expand all | Expand 10 after
4686 # Use outputs of this action as inputs for the main target build. 4688 # Use outputs of this action as inputs for the main target build.
4687 # Seems as a misnomer but makes this happy on Linux (scons). 4689 # Seems as a misnomer but makes this happy on Linux (scons).
4688 'process_outputs_as_sources': 1, 4690 'process_outputs_as_sources': 1,
4689 }, 4691 },
4690 ], # 'actions' 4692 ], # 'actions'
4691 }, 4693 },
4692 ] 4694 ]
4693 }], # 'coverage!=0' 4695 }], # 'coverage!=0'
4694 ], # 'conditions' 4696 ], # 'conditions'
4695 } 4697 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698