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

Unified Diff: third_party/WebKit/Source/modules/modules.gypi

Issue 1406823002: Start of foreign fetch implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove blank line Created 5 years, 2 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: third_party/WebKit/Source/modules/modules.gypi
diff --git a/third_party/WebKit/Source/modules/modules.gypi b/third_party/WebKit/Source/modules/modules.gypi
index 0efdf105c499a6b0699ebe282bf26fb042e9fb08..ae59753565e2176cf977637917cb4991b0a24c67 100644
--- a/third_party/WebKit/Source/modules/modules.gypi
+++ b/third_party/WebKit/Source/modules/modules.gypi
@@ -177,6 +177,7 @@
'serviceworkers/Clients.idl',
'serviceworkers/ExtendableEvent.idl',
'serviceworkers/FetchEvent.idl',
+ 'serviceworkers/InstallEvent.idl',
'serviceworkers/ServiceWorker.idl',
'serviceworkers/ServiceWorkerContainer.idl',
'serviceworkers/ServiceWorkerGlobalScope.idl',
@@ -410,6 +411,7 @@
'push_messaging/PushEvent.idl',
'serviceworkers/ExtendableEvent.idl',
'serviceworkers/FetchEvent.idl',
+ 'serviceworkers/InstallEvent.idl',
'serviceworkers/ServiceWorkerMessageEvent.idl',
'speech/SpeechRecognitionError.idl',
'speech/SpeechRecognitionEvent.idl',
@@ -1347,6 +1349,8 @@
'serviceworkers/ExtendableEvent.h',
'serviceworkers/FetchEvent.cpp',
'serviceworkers/FetchEvent.h',
+ 'serviceworkers/InstallEvent.cpp',
+ 'serviceworkers/InstallEvent.h',
'serviceworkers/NavigatorServiceWorker.cpp',
'serviceworkers/NavigatorServiceWorker.h',
'serviceworkers/RespondWithObserver.cpp',

Powered by Google App Engine
This is Rietveld 408576698