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

Unified Diff: Source/modules/modules.gypi

Issue 516603004: [ServiceWorker] Support setting body to Request object in ServiceWorker. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: incorporated yhirano's comment Created 6 years, 4 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: Source/modules/modules.gypi
diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
index 1f5bc14c41741a954bac5dee35fc2e0228eeca71..8e0ed4c48e1fbed2b3889f9dab15a42a690b82c6 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -704,6 +704,7 @@
'serviceworkers/RegistrationOptionList.h',
'serviceworkers/Request.cpp',
'serviceworkers/Request.h',
+ 'serviceworkers/RequestInit.cpp',
'serviceworkers/RequestInit.h',
'serviceworkers/RespondWithObserver.cpp',
'serviceworkers/RespondWithObserver.h',
« no previous file with comments | « LayoutTests/http/tests/serviceworker/resources/request-worker.js ('k') | Source/modules/serviceworkers/FetchRequestData.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698