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

Unified Diff: content/browser/BUILD.gn

Issue 2708943002: Create the BackgroundFetchBatchManager and initiate a download. (Closed)
Patch Set: Integrated code review comments and added BackgroundFetchDataManager::BatchData which feeds FetchRe… 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
Index: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index c8d27f5c2a01a8f7bb0171fabc6cd4f42d2ad90e..01983570780e0e4939f863f1755755eb4ca4f62a 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -316,10 +316,14 @@ source_set("browser") {
"appcache/chrome_appcache_service.h",
"audio_manager_thread.cc",
"audio_manager_thread.h",
+ "background_fetch/background_fetch_batch_manager.cc",
+ "background_fetch/background_fetch_batch_manager.h",
"background_fetch/background_fetch_context.cc",
"background_fetch/background_fetch_context.h",
"background_fetch/background_fetch_data_manager.cc",
"background_fetch/background_fetch_data_manager.h",
+ "background_fetch/batch_request.cc",
+ "background_fetch/batch_request.h",
"background_fetch/fetch_request.cc",
"background_fetch/fetch_request.h",
"background_sync/background_sync_context.cc",

Powered by Google App Engine
This is Rietveld 408576698