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

Unified Diff: content/browser/BUILD.gn

Issue 2777063008: Connect BackgroundFetch to the OfflineItemCollection
Patch Set: Added BackgroundFetchClientProxy to proxy calls to and from the Context. Created 3 years, 9 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 81e7d108d1c5d33cad94462323bed39d68d8cc8b..0f7886288e9e2ee6bbf854d664b0d52f8acef404 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -324,6 +324,8 @@ source_set("browser") {
"appcache/chrome_appcache_service.h",
"audio_manager_thread.cc",
"audio_manager_thread.h",
+ "background_fetch/background_fetch_client_proxy.cc",
+ "background_fetch/background_fetch_client_proxy.h",
"background_fetch/background_fetch_context.cc",
"background_fetch/background_fetch_context.h",
"background_fetch/background_fetch_data_manager.cc",

Powered by Google App Engine
This is Rietveld 408576698