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

Unified Diff: content/browser/BUILD.gn

Issue 2708943002: Create the BackgroundFetchBatchManager and initiate a download. (Closed)
Patch Set: fixed nits Created 3 years, 10 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 | content/browser/background_fetch/background_fetch_context.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index c8d27f5c2a01a8f7bb0171fabc6cd4f42d2ad90e..4ed9efd09d69933a8f1f800c8d5b3cb515759872 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -320,8 +320,14 @@ source_set("browser") {
"background_fetch/background_fetch_context.h",
"background_fetch/background_fetch_data_manager.cc",
"background_fetch/background_fetch_data_manager.h",
- "background_fetch/fetch_request.cc",
- "background_fetch/fetch_request.h",
+ "background_fetch/background_fetch_job_controller.cc",
+ "background_fetch/background_fetch_job_controller.h",
+ "background_fetch/background_fetch_job_data.cc",
+ "background_fetch/background_fetch_job_data.h",
+ "background_fetch/background_fetch_job_info.cc",
+ "background_fetch/background_fetch_job_info.h",
+ "background_fetch/background_fetch_request_info.cc",
+ "background_fetch/background_fetch_request_info.h",
"background_sync/background_sync_context.cc",
"background_sync/background_sync_context.h",
"background_sync/background_sync_manager.cc",
« no previous file with comments | « no previous file | content/browser/background_fetch/background_fetch_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698