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

Unified Diff: chrome/browser/BUILD.gn

Issue 2544533003: [OfflinePages] Hook the background loader offliner to the request coordinator based on finch flag s… (Closed)
Patch Set: sort includes Created 4 years 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 af18b02740fccb944e3bd4b151a555d3eb42dbdc..3721c2e4de8ba407dc057f1781c984ddcbdd17a7 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -3109,6 +3109,8 @@ split_static_library("browser") {
"android/ntp/ntp_snippets_launcher.h",
"android/offline_pages/background_loader_offliner.cc",
"android/offline_pages/background_loader_offliner.h",
+ "android/offline_pages/background_loader_offliner_factory.cc",
+ "android/offline_pages/background_loader_offliner_factory.h",
"android/offline_pages/background_scheduler_bridge.cc",
"android/offline_pages/background_scheduler_bridge.h",
"android/offline_pages/downloads/offline_page_download_bridge.cc",

Powered by Google App Engine
This is Rietveld 408576698