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

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

Issue 2517383008: [Offline pages] Adding GetRequestsTask to RequestQueue (Closed)
Patch Set: Addressing CR feedback Created 4 years, 1 month 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/get_requests_task.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 67442cefdfe4a0012d331791984938351431783d..315ad48de831ca63906fc9244a170a80010b73c5 100644
--- a/components/offline_pages/background/BUILD.gn
+++ b/components/offline_pages/background/BUILD.gn
@@ -11,6 +11,8 @@ static_library("background_offliner") {
"change_requests_state_task.cc",
"change_requests_state_task.h",
"device_conditions.h",
+ "get_requests_task.cc",
+ "get_requests_task.h",
"mark_attempt_aborted_task.cc",
"mark_attempt_aborted_task.h",
"mark_attempt_completed_task.cc",
@@ -82,6 +84,7 @@ source_set("unit_tests") {
testonly = true
sources = [
"change_requests_state_task_unittest.cc",
+ "get_requests_task_unittest.cc",
"mark_attempt_aborted_task_unittest.cc",
"mark_attempt_completed_task_unittest.cc",
"mark_attempt_started_task_unittest.cc",
« no previous file with comments | « no previous file | components/offline_pages/background/get_requests_task.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698