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

Unified Diff: Source/modules/modules.gypi

Issue 318393002: Initial implementation of ServiceWorkerGlobalScope.fetch() (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: incoroporated dominicc's comment Created 6 years, 6 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 | « Source/core/workers/WorkerThread.cpp ('k') | Source/modules/serviceworkers/FetchManager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/modules.gypi
diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
index 17f082bbd5630aa8a969c1af9a8fa88411a82215..1832f9bd9edfd9f38b843763d265a1f537b74204 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -653,6 +653,8 @@
'serviceworkers/Client.h',
'serviceworkers/FetchEvent.cpp',
'serviceworkers/FetchEvent.h',
+ 'serviceworkers/FetchManager.cpp',
+ 'serviceworkers/FetchManager.h',
'serviceworkers/HeaderMap.cpp',
'serviceworkers/HeaderMap.h',
'serviceworkers/HeaderMapForEachCallback.h',
« no previous file with comments | « Source/core/workers/WorkerThread.cpp ('k') | Source/modules/serviceworkers/FetchManager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698