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

Side by Side Diff: Source/modules/modules.gypi

Issue 130693010: Rename NavigatorServiceWorkerInterface to ServiceWorkerContainer (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 10 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | Source/modules/serviceworkers/NavigatorServiceWorker.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 'variables': { 2 'variables': {
3 # Experimental hooks for embedder to provide extra IDL and source files. 3 # Experimental hooks for embedder to provide extra IDL and source files.
4 # 4 #
5 # Note: this is not a supported API. If you rely on this, you will be broken 5 # Note: this is not a supported API. If you rely on this, you will be broken
6 # from time to time as the code generator changes in backward incompatible 6 # from time to time as the code generator changes in backward incompatible
7 # ways. 7 # ways.
8 'extra_blink_module_idl_files': [], 8 'extra_blink_module_idl_files': [],
9 'extra_blink_module_files': [], 9 'extra_blink_module_files': [],
10 # Files for which bindings (.cpp and .h files) will be generated 10 # Files for which bindings (.cpp and .h files) will be generated
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 'performance/WorkerPerformance.idl', 101 'performance/WorkerPerformance.idl',
102 'quota/DeprecatedStorageInfo.idl', 102 'quota/DeprecatedStorageInfo.idl',
103 'quota/DeprecatedStorageQuota.idl', 103 'quota/DeprecatedStorageQuota.idl',
104 'quota/StorageErrorCallback.idl', 104 'quota/StorageErrorCallback.idl',
105 'quota/StorageInfo.idl', 105 'quota/StorageInfo.idl',
106 'quota/StorageQuota.idl', 106 'quota/StorageQuota.idl',
107 'quota/StorageQuotaCallback.idl', 107 'quota/StorageQuotaCallback.idl',
108 'quota/StorageUsageCallback.idl', 108 'quota/StorageUsageCallback.idl',
109 'serviceworkers/InstallEvent.idl', 109 'serviceworkers/InstallEvent.idl',
110 'serviceworkers/InstallPhaseEvent.idl', 110 'serviceworkers/InstallPhaseEvent.idl',
111 'serviceworkers/NavigatorServiceWorkerInterface.idl',
112 'serviceworkers/ServiceWorker.idl', 111 'serviceworkers/ServiceWorker.idl',
112 'serviceworkers/ServiceWorkerContainer.idl',
113 'serviceworkers/ServiceWorkerGlobalScope.idl', 113 'serviceworkers/ServiceWorkerGlobalScope.idl',
114 'speech/SpeechGrammar.idl', 114 'speech/SpeechGrammar.idl',
115 'speech/SpeechGrammarList.idl', 115 'speech/SpeechGrammarList.idl',
116 'speech/SpeechRecognition.idl', 116 'speech/SpeechRecognition.idl',
117 'speech/SpeechRecognitionAlternative.idl', 117 'speech/SpeechRecognitionAlternative.idl',
118 'speech/SpeechRecognitionError.idl', 118 'speech/SpeechRecognitionError.idl',
119 'speech/SpeechRecognitionEvent.idl', 119 'speech/SpeechRecognitionEvent.idl',
120 'speech/SpeechRecognitionResult.idl', 120 'speech/SpeechRecognitionResult.idl',
121 'speech/SpeechRecognitionResultList.idl', 121 'speech/SpeechRecognitionResultList.idl',
122 'speech/SpeechSynthesis.idl', 122 'speech/SpeechSynthesis.idl',
(...skipping 412 matching lines...) Expand 10 before | Expand all | Expand 10 after
535 'quota/StorageQuotaClient.h', 535 'quota/StorageQuotaClient.h',
536 'quota/StorageUsageCallback.h', 536 'quota/StorageUsageCallback.h',
537 'quota/WorkerNavigatorStorageQuota.cpp', 537 'quota/WorkerNavigatorStorageQuota.cpp',
538 'quota/WorkerNavigatorStorageQuota.h', 538 'quota/WorkerNavigatorStorageQuota.h',
539 'serviceworkers/InstallEvent.cpp', 539 'serviceworkers/InstallEvent.cpp',
540 'serviceworkers/InstallEvent.h', 540 'serviceworkers/InstallEvent.h',
541 'serviceworkers/InstallPhaseEvent.cpp', 541 'serviceworkers/InstallPhaseEvent.cpp',
542 'serviceworkers/InstallPhaseEvent.h', 542 'serviceworkers/InstallPhaseEvent.h',
543 'serviceworkers/NavigatorServiceWorker.cpp', 543 'serviceworkers/NavigatorServiceWorker.cpp',
544 'serviceworkers/NavigatorServiceWorker.h', 544 'serviceworkers/NavigatorServiceWorker.h',
545 'serviceworkers/NavigatorServiceWorkerInterface.cpp',
546 'serviceworkers/NavigatorServiceWorkerInterface.h',
547 'serviceworkers/RegistrationOptionList.h', 545 'serviceworkers/RegistrationOptionList.h',
548 'serviceworkers/ServiceWorker.cpp', 546 'serviceworkers/ServiceWorker.cpp',
549 'serviceworkers/ServiceWorker.h', 547 'serviceworkers/ServiceWorker.h',
548 'serviceworkers/ServiceWorkerContainer.cpp',
549 'serviceworkers/ServiceWorkerContainer.h',
550 'serviceworkers/ServiceWorkerError.cpp', 550 'serviceworkers/ServiceWorkerError.cpp',
551 'serviceworkers/ServiceWorkerError.h', 551 'serviceworkers/ServiceWorkerError.h',
552 'serviceworkers/ServiceWorkerGlobalScope.cpp', 552 'serviceworkers/ServiceWorkerGlobalScope.cpp',
553 'serviceworkers/ServiceWorkerGlobalScope.h', 553 'serviceworkers/ServiceWorkerGlobalScope.h',
554 'serviceworkers/ServiceWorkerGlobalScopeClient.cpp', 554 'serviceworkers/ServiceWorkerGlobalScopeClient.cpp',
555 'serviceworkers/ServiceWorkerGlobalScopeClient.h', 555 'serviceworkers/ServiceWorkerGlobalScopeClient.h',
556 'serviceworkers/ServiceWorkerThread.cpp', 556 'serviceworkers/ServiceWorkerThread.cpp',
557 'serviceworkers/ServiceWorkerThread.h', 557 'serviceworkers/ServiceWorkerThread.h',
558 'serviceworkers/WaitUntilObserver.cpp', 558 'serviceworkers/WaitUntilObserver.cpp',
559 'speech/DOMWindowSpeechSynthesis.cpp', 559 'speech/DOMWindowSpeechSynthesis.cpp',
(...skipping 277 matching lines...) Expand 10 before | Expand all | Expand 10 after
837 'indexeddb/IDBKeyPathTest.cpp', 837 'indexeddb/IDBKeyPathTest.cpp',
838 'indexeddb/IDBRequestTest.cpp', 838 'indexeddb/IDBRequestTest.cpp',
839 'indexeddb/IDBTransactionTest.cpp', 839 'indexeddb/IDBTransactionTest.cpp',
840 'websockets/WebSocketDeflaterTest.cpp', 840 'websockets/WebSocketDeflaterTest.cpp',
841 'websockets/WebSocketExtensionDispatcherTest.cpp', 841 'websockets/WebSocketExtensionDispatcherTest.cpp',
842 'websockets/WebSocketExtensionParserTest.cpp', 842 'websockets/WebSocketExtensionParserTest.cpp',
843 'websockets/WebSocketPerMessageDeflateTest.cpp', 843 'websockets/WebSocketPerMessageDeflateTest.cpp',
844 ], 844 ],
845 }, 845 },
846 } 846 }
OLDNEW
« no previous file with comments | « no previous file | Source/modules/serviceworkers/NavigatorServiceWorker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698