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

Unified Diff: content/browser/BUILD.gn

Issue 2818703003: Consider the Access-Control-Allow-Origin header for Background Fetch (Closed)
Patch Set: Consider the Access-Control-Allow-Origin header for Background Fetch Created 3 years, 8 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/background_fetch_cross_origin_filter.h » ('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 731f573b56a84246fbc69205c68739b27a12a775..80de23c27a34ac665f3efe8fdde425c57e04492a 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -330,6 +330,8 @@ source_set("browser") {
"audio_manager_thread.h",
"background_fetch/background_fetch_context.cc",
"background_fetch/background_fetch_context.h",
+ "background_fetch/background_fetch_cross_origin_filter.cc",
+ "background_fetch/background_fetch_cross_origin_filter.h",
"background_fetch/background_fetch_data_manager.cc",
"background_fetch/background_fetch_data_manager.h",
"background_fetch/background_fetch_event_dispatcher.cc",
« no previous file with comments | « no previous file | content/browser/background_fetch/background_fetch_cross_origin_filter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698