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

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

Issue 2527293002: [Offline pages] Adding AddRequestTask to Request Queue (Closed)
Patch Set: 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
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..7c00459718d9900eca83477a5734980cc56ec8f3 100644
--- a/components/offline_pages/background/BUILD.gn
+++ b/components/offline_pages/background/BUILD.gn
@@ -8,6 +8,8 @@ if (is_android) {
static_library("background_offliner") {
sources = [
+ "add_request_task.cc",
+ "add_request_task.h",
"change_requests_state_task.cc",
"change_requests_state_task.h",
"device_conditions.h",
@@ -61,6 +63,7 @@ static_library("background_offliner") {
source_set("unit_tests") {
testonly = true
sources = [
+ "add_request_task_unittest.cc",
"change_requests_state_task_unittest.cc",
"mark_attempt_aborted_task_unittest.cc",
"mark_attempt_completed_task_unittest.cc",

Powered by Google App Engine
This is Rietveld 408576698