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

Unified Diff: components/offline_pages/background/BUILD.gn

Issue 1929223002: Add skeletons for the factories to create the request coordinator and (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Attempt gypi file fix. Created 4 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: components/offline_pages/background/BUILD.gn
diff --git a/components/offline_pages/background/BUILD.gn b/components/offline_pages/background/BUILD.gn
index 4117bc732ac79e59df4fe1bf8ef68960fd0364ee..4a9bf4e1cce3c80d4df843a8be5e933a4bf2b392 100644
--- a/components/offline_pages/background/BUILD.gn
+++ b/components/offline_pages/background/BUILD.gn
@@ -10,6 +10,8 @@ if (is_android) {
static_library("background_offliner") {
sources = [
"offliner.h",
+ "offliner_factory.h",
+ "offliner_policy.h",
"request_coordinator.cc",
"request_coordinator.h",
"request_queue.cc",
@@ -24,6 +26,7 @@ static_library("background_offliner") {
deps = [
"//base",
+ "//components/keyed_service/core",
"//components/offline_pages:offline_pages",
"//net",
"//url",

Powered by Google App Engine
This is Rietveld 408576698