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

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

Issue 2372043002: [Offline pages] Applying TaskQueue to RequestQueue::ChangeRequestsState (Closed)
Patch Set: Addressing feedback from dougarnett Created 4 years, 3 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
« no previous file with comments | « no previous file | components/offline_pages/background/change_requests_state_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 1831b0388a5f9db416c8ae787a7144c9d82462e3..9c4697cfe889409d7772eb5881ab9917b1aedb60 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 = [
+ "change_requests_state_task.cc",
+ "change_requests_state_task.h",
"device_conditions.h",
"offliner.h",
"offliner_factory.h",
@@ -34,6 +36,7 @@ static_library("background_offliner") {
"//base",
"//components/keyed_service/core",
"//components/offline_pages:offline_pages",
+ "//components/offline_pages/core",
"//net",
"//sql:sql",
"//url",
@@ -43,6 +46,7 @@ static_library("background_offliner") {
source_set("unit_tests") {
testonly = true
sources = [
+ "change_requests_state_task_unittest.cc",
"request_coordinator_event_logger_unittest.cc",
"request_coordinator_unittest.cc",
"request_picker_unittest.cc",
« no previous file with comments | « no previous file | components/offline_pages/background/change_requests_state_task.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698