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

Unified Diff: content/browser/BUILD.gn

Issue 2678273003: Initial framework setup and skeleton for BackgroundFetchContext (Closed)
Patch Set: Removed unused browser_context_ stored member. 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/OWNERS » ('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 ee3c5e63a2f14fb51028518b0f4275648210b845..d1e59528c01703c9f47d01274c69121e93abbbde 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -319,6 +319,12 @@ source_set("browser") {
"appcache/chrome_appcache_service.h",
"audio_manager_thread.cc",
"audio_manager_thread.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/fetch_request.cc",
+ "background_fetch/fetch_request.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/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698