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

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

Issue 463423003: ServiceWorker: Rename Client interface to ServiceWorkerClient (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix GN build Created 6 years, 4 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 | « Source/bindings/modules/v8/custom/custom.gypi ('k') | Source/modules/serviceworkers/Client.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 '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 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
117 'quota/DeprecatedStorageInfo.idl', 117 'quota/DeprecatedStorageInfo.idl',
118 'quota/DeprecatedStorageQuota.idl', 118 'quota/DeprecatedStorageQuota.idl',
119 'quota/StorageErrorCallback.idl', 119 'quota/StorageErrorCallback.idl',
120 'quota/StorageInfo.idl', 120 'quota/StorageInfo.idl',
121 'quota/StorageQuota.idl', 121 'quota/StorageQuota.idl',
122 'quota/StorageQuotaCallback.idl', 122 'quota/StorageQuotaCallback.idl',
123 'quota/StorageUsageCallback.idl', 123 'quota/StorageUsageCallback.idl',
124 'screen_orientation/ScreenOrientation.idl', 124 'screen_orientation/ScreenOrientation.idl',
125 'serviceworkers/Cache.idl', 125 'serviceworkers/Cache.idl',
126 'serviceworkers/CacheStorage.idl', 126 'serviceworkers/CacheStorage.idl',
127 'serviceworkers/Client.idl',
128 'serviceworkers/FetchBodyStream.idl', 127 'serviceworkers/FetchBodyStream.idl',
129 'serviceworkers/FetchEvent.idl', 128 'serviceworkers/FetchEvent.idl',
130 'serviceworkers/Headers.idl', 129 'serviceworkers/Headers.idl',
131 'serviceworkers/HeadersForEachCallback.idl', 130 'serviceworkers/HeadersForEachCallback.idl',
132 'serviceworkers/InstallEvent.idl', 131 'serviceworkers/InstallEvent.idl',
133 'serviceworkers/InstallPhaseEvent.idl', 132 'serviceworkers/InstallPhaseEvent.idl',
134 'serviceworkers/Request.idl', 133 'serviceworkers/Request.idl',
135 'serviceworkers/Response.idl', 134 'serviceworkers/Response.idl',
136 'serviceworkers/ServiceWorker.idl', 135 'serviceworkers/ServiceWorker.idl',
136 'serviceworkers/ServiceWorkerClient.idl',
137 'serviceworkers/ServiceWorkerClients.idl', 137 'serviceworkers/ServiceWorkerClients.idl',
138 'serviceworkers/ServiceWorkerContainer.idl', 138 'serviceworkers/ServiceWorkerContainer.idl',
139 'serviceworkers/ServiceWorkerGlobalScope.idl', 139 'serviceworkers/ServiceWorkerGlobalScope.idl',
140 'serviceworkers/ServiceWorkerRegistration.idl', 140 'serviceworkers/ServiceWorkerRegistration.idl',
141 'speech/SpeechGrammar.idl', 141 'speech/SpeechGrammar.idl',
142 'speech/SpeechGrammarList.idl', 142 'speech/SpeechGrammarList.idl',
143 'speech/SpeechRecognition.idl', 143 'speech/SpeechRecognition.idl',
144 'speech/SpeechRecognitionAlternative.idl', 144 'speech/SpeechRecognitionAlternative.idl',
145 'speech/SpeechRecognitionError.idl', 145 'speech/SpeechRecognitionError.idl',
146 'speech/SpeechRecognitionEvent.idl', 146 'speech/SpeechRecognitionEvent.idl',
(...skipping 524 matching lines...) Expand 10 before | Expand all | Expand 10 after
671 'screen_orientation/ScreenOrientation.cpp', 671 'screen_orientation/ScreenOrientation.cpp',
672 'screen_orientation/ScreenOrientation.h', 672 'screen_orientation/ScreenOrientation.h',
673 'screen_orientation/ScreenOrientationController.cpp', 673 'screen_orientation/ScreenOrientationController.cpp',
674 'screen_orientation/ScreenOrientationController.h', 674 'screen_orientation/ScreenOrientationController.h',
675 'screen_orientation/ScreenOrientationDispatcher.cpp', 675 'screen_orientation/ScreenOrientationDispatcher.cpp',
676 'screen_orientation/ScreenOrientationDispatcher.h', 676 'screen_orientation/ScreenOrientationDispatcher.h',
677 'serviceworkers/Cache.cpp', 677 'serviceworkers/Cache.cpp',
678 'serviceworkers/Cache.h', 678 'serviceworkers/Cache.h',
679 'serviceworkers/CacheStorage.cpp', 679 'serviceworkers/CacheStorage.cpp',
680 'serviceworkers/CacheStorage.h', 680 'serviceworkers/CacheStorage.h',
681 'serviceworkers/Client.cpp',
682 'serviceworkers/Client.h',
683 'serviceworkers/FetchBodyStream.cpp', 681 'serviceworkers/FetchBodyStream.cpp',
684 'serviceworkers/FetchBodyStream.h', 682 'serviceworkers/FetchBodyStream.h',
685 'serviceworkers/FetchEvent.cpp', 683 'serviceworkers/FetchEvent.cpp',
686 'serviceworkers/FetchEvent.h', 684 'serviceworkers/FetchEvent.h',
687 'serviceworkers/FetchHeaderList.cpp', 685 'serviceworkers/FetchHeaderList.cpp',
688 'serviceworkers/FetchHeaderList.h', 686 'serviceworkers/FetchHeaderList.h',
689 'serviceworkers/FetchManager.cpp', 687 'serviceworkers/FetchManager.cpp',
690 'serviceworkers/FetchManager.h', 688 'serviceworkers/FetchManager.h',
691 'serviceworkers/FetchRequestData.cpp', 689 'serviceworkers/FetchRequestData.cpp',
692 'serviceworkers/FetchRequestData.h', 690 'serviceworkers/FetchRequestData.h',
(...skipping 12 matching lines...) Expand all
705 'serviceworkers/Request.cpp', 703 'serviceworkers/Request.cpp',
706 'serviceworkers/Request.h', 704 'serviceworkers/Request.h',
707 'serviceworkers/RequestInit.h', 705 'serviceworkers/RequestInit.h',
708 'serviceworkers/RespondWithObserver.cpp', 706 'serviceworkers/RespondWithObserver.cpp',
709 'serviceworkers/RespondWithObserver.h', 707 'serviceworkers/RespondWithObserver.h',
710 'serviceworkers/Response.cpp', 708 'serviceworkers/Response.cpp',
711 'serviceworkers/Response.h', 709 'serviceworkers/Response.h',
712 'serviceworkers/ResponseInit.h', 710 'serviceworkers/ResponseInit.h',
713 'serviceworkers/ServiceWorker.cpp', 711 'serviceworkers/ServiceWorker.cpp',
714 'serviceworkers/ServiceWorker.h', 712 'serviceworkers/ServiceWorker.h',
713 'serviceworkers/ServiceWorkerClient.cpp',
714 'serviceworkers/ServiceWorkerClient.h',
715 'serviceworkers/ServiceWorkerClients.cpp', 715 'serviceworkers/ServiceWorkerClients.cpp',
716 'serviceworkers/ServiceWorkerClients.h', 716 'serviceworkers/ServiceWorkerClients.h',
717 'serviceworkers/ServiceWorkerContainer.cpp', 717 'serviceworkers/ServiceWorkerContainer.cpp',
718 'serviceworkers/ServiceWorkerContainer.h', 718 'serviceworkers/ServiceWorkerContainer.h',
719 'serviceworkers/ServiceWorkerContainerClient.cpp', 719 'serviceworkers/ServiceWorkerContainerClient.cpp',
720 'serviceworkers/ServiceWorkerContainerClient.h', 720 'serviceworkers/ServiceWorkerContainerClient.h',
721 'serviceworkers/ServiceWorkerError.cpp', 721 'serviceworkers/ServiceWorkerError.cpp',
722 'serviceworkers/ServiceWorkerError.h', 722 'serviceworkers/ServiceWorkerError.h',
723 'serviceworkers/ServiceWorkerGlobalScope.cpp', 723 'serviceworkers/ServiceWorkerGlobalScope.cpp',
724 'serviceworkers/ServiceWorkerGlobalScope.h', 724 'serviceworkers/ServiceWorkerGlobalScope.h',
(...skipping 294 matching lines...) Expand 10 before | Expand all | Expand 10 after
1019 'serviceworkers/ServiceWorkerContainerTest.cpp', 1019 'serviceworkers/ServiceWorkerContainerTest.cpp',
1020 'websockets/DOMWebSocketTest.cpp', 1020 'websockets/DOMWebSocketTest.cpp',
1021 'websockets/NewWebSocketChannelImplTest.cpp', 1021 'websockets/NewWebSocketChannelImplTest.cpp',
1022 'websockets/WebSocketDeflaterTest.cpp', 1022 'websockets/WebSocketDeflaterTest.cpp',
1023 'websockets/WebSocketExtensionDispatcherTest.cpp', 1023 'websockets/WebSocketExtensionDispatcherTest.cpp',
1024 'websockets/WebSocketExtensionParserTest.cpp', 1024 'websockets/WebSocketExtensionParserTest.cpp',
1025 'websockets/WebSocketPerMessageDeflateTest.cpp', 1025 'websockets/WebSocketPerMessageDeflateTest.cpp',
1026 ], 1026 ],
1027 }, 1027 },
1028 } 1028 }
OLDNEW
« no previous file with comments | « Source/bindings/modules/v8/custom/custom.gypi ('k') | Source/modules/serviceworkers/Client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698