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

Unified Diff: chrome/browser/BUILD.gn

Issue 2887133003: predictors: Refactor resource_prefetch_predictor triggering. (Closed)
Patch Set: . Created 3 years, 7 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index f01d984ea132ecb8294f5f628782496195e17997..cc72e430a58fcaeb925babc96cc74566658520c5 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -696,6 +696,8 @@ split_static_library("browser") {
"net/file_downloader.h",
"net/http_server_properties_manager_factory.cc",
"net/http_server_properties_manager_factory.h",
+ "net/loading_predictor_observer.cc",
+ "net/loading_predictor_observer.h",
"net/net_error_diagnostics_dialog.h",
"net/net_error_diagnostics_dialog_mac.cc",
"net/net_error_diagnostics_dialog_win.cc",
@@ -723,8 +725,6 @@ split_static_library("browser") {
"net/referrer.h",
"net/request_source_bandwidth_histograms.cc",
"net/request_source_bandwidth_histograms.h",
- "net/resource_prefetch_predictor_observer.cc",
- "net/resource_prefetch_predictor_observer.h",
"net/safe_search_util.cc",
"net/safe_search_util.h",
"net/sdch_owner_pref_storage.cc",

Powered by Google App Engine
This is Rietveld 408576698