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

Unified Diff: content/browser/BUILD.gn

Issue 2874073004: network service: Add job wrapper to SWControlleeRequestHandler (Closed)
Patch Set: fix dchecks Created 3 years, 7 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/service_worker/service_worker_controllee_request_handler.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 8274bbd473c679e9b82347f630f833421d45cc25..e573b80cd079dc4c61bf980710715cf7c46d4673 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -1393,6 +1393,8 @@ source_set("browser") {
"service_worker/service_worker_storage.h",
"service_worker/service_worker_unregister_job.cc",
"service_worker/service_worker_unregister_job.h",
+ "service_worker/service_worker_url_job_wrapper.cc",
+ "service_worker/service_worker_url_job_wrapper.h",
"service_worker/service_worker_url_request_job.cc",
"service_worker/service_worker_url_request_job.h",
"service_worker/service_worker_version.cc",
« no previous file with comments | « no previous file | content/browser/service_worker/service_worker_controllee_request_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698