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

Unified Diff: Source/modules/modules.gypi

Issue 413123002: ServiceWorker: Implement ServiceWorkerRegistration [1/3] (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: fix for tkent's comments Created 6 years, 5 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 1c16f428df1b6f31baaad9056256d5a7b6f0bad6..47d275c6a0cbd10b8eee0223d52a3b665ae057cd 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -130,6 +130,7 @@
'serviceworkers/ServiceWorkerClients.idl',
'serviceworkers/ServiceWorkerContainer.idl',
'serviceworkers/ServiceWorkerGlobalScope.idl',
+ 'serviceworkers/ServiceWorkerRegistration.idl',
'speech/SpeechGrammar.idl',
'speech/SpeechGrammarList.idl',
'speech/SpeechRecognition.idl',
@@ -694,6 +695,8 @@
'serviceworkers/ServiceWorkerGlobalScope.h',
'serviceworkers/ServiceWorkerGlobalScopeClient.cpp',
'serviceworkers/ServiceWorkerGlobalScopeClient.h',
+ 'serviceworkers/ServiceWorkerRegistration.cpp',
+ 'serviceworkers/ServiceWorkerRegistration.h',
'serviceworkers/ServiceWorkerThread.cpp',
'serviceworkers/ServiceWorkerThread.h',
'serviceworkers/WaitUntilObserver.cpp',
« no previous file with comments | « Source/modules/EventTargetModulesFactory.in ('k') | Source/modules/serviceworkers/ServiceWorkerContainer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698