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

Side by Side 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 unified diff | Download patch
OLDNEW
1 { 1 {
2 'includes': [ 2 'includes': [
3 '../core/core_generated.gypi', 3 '../core/core_generated.gypi',
4 'modules_generated.gypi', 4 'modules_generated.gypi',
5 ], 5 ],
6 'variables': { 6 'variables': {
7 # Experimental hooks for embedder to provide extra IDL and source files. 7 # Experimental hooks for embedder to provide extra IDL and source files.
8 # 8 #
9 # Note: this is not a supported API. If you rely on this, you will be broken 9 # Note: this is not a supported API. If you rely on this, you will be broken
10 # from time to time as the code generator changes in backward incompatible 10 # from time to time as the code generator changes in backward incompatible
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
123 'serviceworkers/Headers.idl', 123 'serviceworkers/Headers.idl',
124 'serviceworkers/HeadersForEachCallback.idl', 124 'serviceworkers/HeadersForEachCallback.idl',
125 'serviceworkers/InstallEvent.idl', 125 'serviceworkers/InstallEvent.idl',
126 'serviceworkers/InstallPhaseEvent.idl', 126 'serviceworkers/InstallPhaseEvent.idl',
127 'serviceworkers/Request.idl', 127 'serviceworkers/Request.idl',
128 'serviceworkers/Response.idl', 128 'serviceworkers/Response.idl',
129 'serviceworkers/ServiceWorker.idl', 129 'serviceworkers/ServiceWorker.idl',
130 'serviceworkers/ServiceWorkerClients.idl', 130 'serviceworkers/ServiceWorkerClients.idl',
131 'serviceworkers/ServiceWorkerContainer.idl', 131 'serviceworkers/ServiceWorkerContainer.idl',
132 'serviceworkers/ServiceWorkerGlobalScope.idl', 132 'serviceworkers/ServiceWorkerGlobalScope.idl',
133 'serviceworkers/ServiceWorkerRegistration.idl',
133 'speech/SpeechGrammar.idl', 134 'speech/SpeechGrammar.idl',
134 'speech/SpeechGrammarList.idl', 135 'speech/SpeechGrammarList.idl',
135 'speech/SpeechRecognition.idl', 136 'speech/SpeechRecognition.idl',
136 'speech/SpeechRecognitionAlternative.idl', 137 'speech/SpeechRecognitionAlternative.idl',
137 'speech/SpeechRecognitionError.idl', 138 'speech/SpeechRecognitionError.idl',
138 'speech/SpeechRecognitionEvent.idl', 139 'speech/SpeechRecognitionEvent.idl',
139 'speech/SpeechRecognitionResult.idl', 140 'speech/SpeechRecognitionResult.idl',
140 'speech/SpeechRecognitionResultList.idl', 141 'speech/SpeechRecognitionResultList.idl',
141 'speech/SpeechSynthesis.idl', 142 'speech/SpeechSynthesis.idl',
142 'speech/SpeechSynthesisEvent.idl', 143 'speech/SpeechSynthesisEvent.idl',
(...skipping 544 matching lines...) Expand 10 before | Expand all | Expand 10 after
687 'serviceworkers/ServiceWorkerContainer.cpp', 688 'serviceworkers/ServiceWorkerContainer.cpp',
688 'serviceworkers/ServiceWorkerContainer.h', 689 'serviceworkers/ServiceWorkerContainer.h',
689 'serviceworkers/ServiceWorkerContainerClient.cpp', 690 'serviceworkers/ServiceWorkerContainerClient.cpp',
690 'serviceworkers/ServiceWorkerContainerClient.h', 691 'serviceworkers/ServiceWorkerContainerClient.h',
691 'serviceworkers/ServiceWorkerError.cpp', 692 'serviceworkers/ServiceWorkerError.cpp',
692 'serviceworkers/ServiceWorkerError.h', 693 'serviceworkers/ServiceWorkerError.h',
693 'serviceworkers/ServiceWorkerGlobalScope.cpp', 694 'serviceworkers/ServiceWorkerGlobalScope.cpp',
694 'serviceworkers/ServiceWorkerGlobalScope.h', 695 'serviceworkers/ServiceWorkerGlobalScope.h',
695 'serviceworkers/ServiceWorkerGlobalScopeClient.cpp', 696 'serviceworkers/ServiceWorkerGlobalScopeClient.cpp',
696 'serviceworkers/ServiceWorkerGlobalScopeClient.h', 697 'serviceworkers/ServiceWorkerGlobalScopeClient.h',
698 'serviceworkers/ServiceWorkerRegistration.cpp',
699 'serviceworkers/ServiceWorkerRegistration.h',
697 'serviceworkers/ServiceWorkerThread.cpp', 700 'serviceworkers/ServiceWorkerThread.cpp',
698 'serviceworkers/ServiceWorkerThread.h', 701 'serviceworkers/ServiceWorkerThread.h',
699 'serviceworkers/WaitUntilObserver.cpp', 702 'serviceworkers/WaitUntilObserver.cpp',
700 'speech/DOMWindowSpeechSynthesis.cpp', 703 'speech/DOMWindowSpeechSynthesis.cpp',
701 'speech/DOMWindowSpeechSynthesis.h', 704 'speech/DOMWindowSpeechSynthesis.h',
702 'speech/SpeechGrammar.cpp', 705 'speech/SpeechGrammar.cpp',
703 'speech/SpeechGrammar.h', 706 'speech/SpeechGrammar.h',
704 'speech/SpeechGrammarList.cpp', 707 'speech/SpeechGrammarList.cpp',
705 'speech/SpeechGrammarList.h', 708 'speech/SpeechGrammarList.h',
706 'speech/SpeechRecognition.cpp', 709 'speech/SpeechRecognition.cpp',
(...skipping 278 matching lines...) Expand 10 before | Expand all | Expand 10 after
985 'indexeddb/IDBRequestTest.cpp', 988 'indexeddb/IDBRequestTest.cpp',
986 'indexeddb/IDBTransactionTest.cpp', 989 'indexeddb/IDBTransactionTest.cpp',
987 'websockets/DOMWebSocketTest.cpp', 990 'websockets/DOMWebSocketTest.cpp',
988 'websockets/WebSocketDeflaterTest.cpp', 991 'websockets/WebSocketDeflaterTest.cpp',
989 'websockets/WebSocketExtensionDispatcherTest.cpp', 992 'websockets/WebSocketExtensionDispatcherTest.cpp',
990 'websockets/WebSocketExtensionParserTest.cpp', 993 'websockets/WebSocketExtensionParserTest.cpp',
991 'websockets/WebSocketPerMessageDeflateTest.cpp', 994 'websockets/WebSocketPerMessageDeflateTest.cpp',
992 ], 995 ],
993 }, 996 },
994 } 997 }
OLDNEW
« 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