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

Unified Diff: Source/modules/modules.gypi

Issue 1099073002: Introducing FetchEventInit Dictionary. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 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
Index: Source/modules/modules.gypi
diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
index 57ef80c9c85de3205f81993c1442359ff7ac13f2..4e52873a1cb6c632ac283555610af44c59231fbd 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -368,6 +368,7 @@
'push_messaging/PushEventInit.idl',
'serviceworkers/ClientQueryOptions.idl',
'serviceworkers/ExtendableEventInit.idl',
+ 'serviceworkers/FetchEventInit.idl',
'serviceworkers/RegistrationOptions.idl',
'speech/SpeechRecognitionErrorInit.idl',
'speech/SpeechRecognitionEventInit.idl',
@@ -456,6 +457,8 @@
'<(blink_modules_output_dir)/serviceworkers/ClientQueryOptions.h',
'<(blink_modules_output_dir)/serviceworkers/ExtendableEventInit.cpp',
'<(blink_modules_output_dir)/serviceworkers/ExtendableEventInit.h',
+ '<(blink_modules_output_dir)/serviceworkers/FetchEventInit.cpp',
+ '<(blink_modules_output_dir)/serviceworkers/FetchEventInit.h',
'<(blink_modules_output_dir)/serviceworkers/RegistrationOptions.cpp',
'<(blink_modules_output_dir)/serviceworkers/RegistrationOptions.h',
'<(blink_modules_output_dir)/speech/SpeechRecognitionErrorInit.cpp',
« no previous file with comments | « LayoutTests/http/tests/serviceworker/resources/interfaces-worker.js ('k') | Source/modules/serviceworkers/FetchEvent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698