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

Unified Diff: content/browser/BUILD.gn

Issue 2745243002: Implement a Mojo service for Background Fetch (Closed)
Patch Set: Implement a Mojo service for Background Fetch 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 f50ccbd1753434d6c06988b0fdb887b8c97c2698..46dcaa4ddbeefb7be9eedb745bf5e1ef4e9da108 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -330,6 +330,8 @@ source_set("browser") {
"background_fetch/background_fetch_job_info.h",
"background_fetch/background_fetch_request_info.cc",
"background_fetch/background_fetch_request_info.h",
+ "background_fetch/background_fetch_service_impl.cc",
+ "background_fetch/background_fetch_service_impl.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/DEPS » ('j') | content/browser/background_fetch/background_fetch_service_impl.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698