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

Unified Diff: content/browser/BUILD.gn

Issue 2748213003: Service Worker event dispatcher for Background Fetch (Closed)
Patch Set: uma fix 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 b1b9adbd759b86cd748f998bd2fc119ca6ab2664..f03848dc8e1d7b71cc3ec4e468883087a3f50d05 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -330,6 +330,8 @@ 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/background_fetch_event_dispatcher.cc",
+ "background_fetch/background_fetch_event_dispatcher.h",
"background_fetch/background_fetch_job_controller.cc",
"background_fetch/background_fetch_job_controller.h",
"background_fetch/background_fetch_job_data.cc",

Powered by Google App Engine
This is Rietveld 408576698