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

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

Issue 2609713002: [Offline pages] Completely remove offliner factory. (Closed)
Patch Set: add TODO Created 3 years, 11 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/core/background/BUILD.gn
diff --git a/components/offline_pages/core/background/BUILD.gn b/components/offline_pages/core/background/BUILD.gn
index fe7256051dd2493c116219ddd9392b2e53a6e765..e3282b12ac650a7465f7517819bb71b808c9d7a6 100644
--- a/components/offline_pages/core/background/BUILD.gn
+++ b/components/offline_pages/core/background/BUILD.gn
@@ -30,7 +30,6 @@ static_library("background_offliner") {
"mark_attempt_started_task.cc",
"mark_attempt_started_task.h",
"offliner.h",
- "offliner_factory.h",
"offliner_policy.h",
"offliner_policy_utils.cc",
"offliner_policy_utils.h",
@@ -74,8 +73,6 @@ static_library("test_support") {
sources = [
"network_quality_provider_stub.cc",
"network_quality_provider_stub.h",
- "offliner_factory_stub.cc",
- "offliner_factory_stub.h",
"offliner_stub.cc",
"offliner_stub.h",
"request_queue_in_memory_store.cc",

Powered by Google App Engine
This is Rietveld 408576698