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

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

Issue 287363004: ServiceWorker: support Response.{status,statusText,headers} [blink] (2/3) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 7 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/v8/Dictionary.cpp ('k') | Source/modules/serviceworkers/HeaderMap.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 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
108 'quota/DeprecatedStorageInfo.idl', 108 'quota/DeprecatedStorageInfo.idl',
109 'quota/DeprecatedStorageQuota.idl', 109 'quota/DeprecatedStorageQuota.idl',
110 'quota/StorageErrorCallback.idl', 110 'quota/StorageErrorCallback.idl',
111 'quota/StorageInfo.idl', 111 'quota/StorageInfo.idl',
112 'quota/StorageQuota.idl', 112 'quota/StorageQuota.idl',
113 'quota/StorageQuotaCallback.idl', 113 'quota/StorageQuotaCallback.idl',
114 'quota/StorageUsageCallback.idl', 114 'quota/StorageUsageCallback.idl',
115 'serviceworkers/Cache.idl', 115 'serviceworkers/Cache.idl',
116 'serviceworkers/Client.idl', 116 'serviceworkers/Client.idl',
117 'serviceworkers/FetchEvent.idl', 117 'serviceworkers/FetchEvent.idl',
118 'serviceworkers/HeaderMap.idl',
119 'serviceworkers/HeaderMapForEachCallback.idl',
118 'serviceworkers/InstallEvent.idl', 120 'serviceworkers/InstallEvent.idl',
119 'serviceworkers/InstallPhaseEvent.idl', 121 'serviceworkers/InstallPhaseEvent.idl',
120 'serviceworkers/Response.idl', 122 'serviceworkers/Response.idl',
121 'serviceworkers/ServiceWorker.idl', 123 'serviceworkers/ServiceWorker.idl',
122 'serviceworkers/ServiceWorkerClients.idl', 124 'serviceworkers/ServiceWorkerClients.idl',
123 'serviceworkers/ServiceWorkerContainer.idl', 125 'serviceworkers/ServiceWorkerContainer.idl',
124 'serviceworkers/ServiceWorkerGlobalScope.idl', 126 'serviceworkers/ServiceWorkerGlobalScope.idl',
125 'speech/SpeechGrammar.idl', 127 'speech/SpeechGrammar.idl',
126 'speech/SpeechGrammarList.idl', 128 'speech/SpeechGrammarList.idl',
127 'speech/SpeechRecognition.idl', 129 'speech/SpeechRecognition.idl',
(...skipping 501 matching lines...) Expand 10 before | Expand all | Expand 10 after
629 'screen_orientation/ScreenOrientationController.cpp', 631 'screen_orientation/ScreenOrientationController.cpp',
630 'screen_orientation/ScreenOrientationController.h', 632 'screen_orientation/ScreenOrientationController.h',
631 'screen_orientation/ScreenOrientationDispatcher.cpp', 633 'screen_orientation/ScreenOrientationDispatcher.cpp',
632 'screen_orientation/ScreenOrientationDispatcher.h', 634 'screen_orientation/ScreenOrientationDispatcher.h',
633 'serviceworkers/Cache.cpp', 635 'serviceworkers/Cache.cpp',
634 'serviceworkers/Cache.h', 636 'serviceworkers/Cache.h',
635 'serviceworkers/Client.cpp', 637 'serviceworkers/Client.cpp',
636 'serviceworkers/Client.h', 638 'serviceworkers/Client.h',
637 'serviceworkers/FetchEvent.cpp', 639 'serviceworkers/FetchEvent.cpp',
638 'serviceworkers/FetchEvent.h', 640 'serviceworkers/FetchEvent.h',
641 'serviceworkers/HeaderMap.cpp',
642 'serviceworkers/HeaderMap.h',
643 'serviceworkers/HeaderMapForEachCallback.h',
639 'serviceworkers/InstallEvent.cpp', 644 'serviceworkers/InstallEvent.cpp',
640 'serviceworkers/InstallEvent.h', 645 'serviceworkers/InstallEvent.h',
641 'serviceworkers/InstallPhaseEvent.cpp', 646 'serviceworkers/InstallPhaseEvent.cpp',
642 'serviceworkers/InstallPhaseEvent.h', 647 'serviceworkers/InstallPhaseEvent.h',
643 'serviceworkers/NavigatorServiceWorker.cpp', 648 'serviceworkers/NavigatorServiceWorker.cpp',
644 'serviceworkers/NavigatorServiceWorker.h', 649 'serviceworkers/NavigatorServiceWorker.h',
645 'serviceworkers/RegistrationOptionList.h', 650 'serviceworkers/RegistrationOptionList.h',
646 'serviceworkers/RespondWithObserver.cpp', 651 'serviceworkers/RespondWithObserver.cpp',
647 'serviceworkers/RespondWithObserver.h', 652 'serviceworkers/RespondWithObserver.h',
648 'serviceworkers/Response.cpp', 653 'serviceworkers/Response.cpp',
(...skipping 295 matching lines...) Expand 10 before | Expand all | Expand 10 after
944 'indexeddb/IDBKeyPathTest.cpp', 949 'indexeddb/IDBKeyPathTest.cpp',
945 'indexeddb/IDBRequestTest.cpp', 950 'indexeddb/IDBRequestTest.cpp',
946 'indexeddb/IDBTransactionTest.cpp', 951 'indexeddb/IDBTransactionTest.cpp',
947 'websockets/WebSocketDeflaterTest.cpp', 952 'websockets/WebSocketDeflaterTest.cpp',
948 'websockets/WebSocketExtensionDispatcherTest.cpp', 953 'websockets/WebSocketExtensionDispatcherTest.cpp',
949 'websockets/WebSocketExtensionParserTest.cpp', 954 'websockets/WebSocketExtensionParserTest.cpp',
950 'websockets/WebSocketPerMessageDeflateTest.cpp', 955 'websockets/WebSocketPerMessageDeflateTest.cpp',
951 ], 956 ],
952 }, 957 },
953 } 958 }
OLDNEW
« no previous file with comments | « Source/bindings/v8/Dictionary.cpp ('k') | Source/modules/serviceworkers/HeaderMap.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698