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

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

Issue 2527293002: [Offline pages] Adding AddRequestTask to Request Queue (Closed)
Patch Set: Rebased 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/add_request_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 315ad48de831ca63906fc9244a170a80010b73c5..7768304cc983a038ee951cc83cead24dd8cc08ac 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",
@@ -83,6 +85,7 @@ static_library("test_support") {
source_set("unit_tests") {
testonly = true
sources = [
+ "add_request_task_unittest.cc",
"change_requests_state_task_unittest.cc",
"get_requests_task_unittest.cc",
"mark_attempt_aborted_task_unittest.cc",
« no previous file with comments | « no previous file | components/offline_pages/background/add_request_task.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698