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

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

Issue 2556613003: [OfflinePages] Restarts immediate processing if stopped due to no net (Closed)
Patch Set: 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
« no previous file with comments | « no previous file | components/offline_pages/background/connection_notifier.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/offline_pages/background/BUILD.gn
diff --git a/components/offline_pages/background/BUILD.gn b/components/offline_pages/background/BUILD.gn
index 3f428f15a9c521e0c4cf340f0e5719945c0ec0a4..67676b7d7675ac96251025e3dbe0cd1535aedf98 100644
--- a/components/offline_pages/background/BUILD.gn
+++ b/components/offline_pages/background/BUILD.gn
@@ -10,6 +10,8 @@ static_library("background_offliner") {
sources = [
"change_requests_state_task.cc",
"change_requests_state_task.h",
+ "connection_notifier.cc",
+ "connection_notifier.h",
"device_conditions.h",
"mark_attempt_aborted_task.cc",
"mark_attempt_aborted_task.h",
« no previous file with comments | « no previous file | components/offline_pages/background/connection_notifier.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698