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

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: CR fixes per DougArnett and FGorski Created 4 years, 8 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 2f4b970215d60498c11659ffe0b47f534bdbe177..f6095721e2fde554ba0a0588fdc83feb36f00baf 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",

Powered by Google App Engine
This is Rietveld 408576698