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

Side by Side Diff: chrome/browser/BUILD.gn

Issue 2928033003: predictors: move ResourcePrefetcher handling to LoadingPredictor. (Closed)
Patch Set: Comments. Created 3 years, 5 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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 import("//build/config/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/crypto.gni") 6 import("//build/config/crypto.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//build/split_static_library.gni") 9 import("//build/split_static_library.gni")
10 import("//chrome/common/features.gni") 10 import("//chrome/common/features.gni")
(...skipping 982 matching lines...) Expand 10 before | Expand all | Expand 10 after
993 "predictors/resource_prefetch_common.cc", 993 "predictors/resource_prefetch_common.cc",
994 "predictors/resource_prefetch_common.h", 994 "predictors/resource_prefetch_common.h",
995 "predictors/resource_prefetch_predictor.cc", 995 "predictors/resource_prefetch_predictor.cc",
996 "predictors/resource_prefetch_predictor.h", 996 "predictors/resource_prefetch_predictor.h",
997 "predictors/resource_prefetch_predictor_tab_helper.cc", 997 "predictors/resource_prefetch_predictor_tab_helper.cc",
998 "predictors/resource_prefetch_predictor_tab_helper.h", 998 "predictors/resource_prefetch_predictor_tab_helper.h",
999 "predictors/resource_prefetch_predictor_tables.cc", 999 "predictors/resource_prefetch_predictor_tables.cc",
1000 "predictors/resource_prefetch_predictor_tables.h", 1000 "predictors/resource_prefetch_predictor_tables.h",
1001 "predictors/resource_prefetcher.cc", 1001 "predictors/resource_prefetcher.cc",
1002 "predictors/resource_prefetcher.h", 1002 "predictors/resource_prefetcher.h",
1003 "predictors/resource_prefetcher_manager.cc",
1004 "predictors/resource_prefetcher_manager.h",
1005 "prefs/browser_prefs.cc", 1003 "prefs/browser_prefs.cc",
1006 "prefs/browser_prefs.h", 1004 "prefs/browser_prefs.h",
1007 "prefs/chrome_command_line_pref_store.cc", 1005 "prefs/chrome_command_line_pref_store.cc",
1008 "prefs/chrome_command_line_pref_store.h", 1006 "prefs/chrome_command_line_pref_store.h",
1009 "prefs/chrome_pref_model_associator_client.cc", 1007 "prefs/chrome_pref_model_associator_client.cc",
1010 "prefs/chrome_pref_model_associator_client.h", 1008 "prefs/chrome_pref_model_associator_client.h",
1011 "prefs/chrome_pref_service_factory.cc", 1009 "prefs/chrome_pref_service_factory.cc",
1012 "prefs/chrome_pref_service_factory.h", 1010 "prefs/chrome_pref_service_factory.h",
1013 "prefs/incognito_mode_prefs.cc", 1011 "prefs/incognito_mode_prefs.cc",
1014 "prefs/incognito_mode_prefs.h", 1012 "prefs/incognito_mode_prefs.h",
(...skipping 3583 matching lines...) Expand 10 before | Expand all | Expand 10 after
4598 "//components/search_engines", 4596 "//components/search_engines",
4599 "//rlz:rlz_lib", 4597 "//rlz:rlz_lib",
4600 ] 4598 ]
4601 } 4599 }
4602 } 4600 }
4603 4601
4604 service_manifest("preferences_forwarder_manifest") { 4602 service_manifest("preferences_forwarder_manifest") {
4605 name = "preferences_forwarder" 4603 name = "preferences_forwarder"
4606 source = "prefs/forwarder_manifest.json" 4604 source = "prefs/forwarder_manifest.json"
4607 } 4605 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/predictors/loading_predictor.h » ('j') | chrome/browser/predictors/loading_predictor.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698