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

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
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 494 matching lines...) Expand 10 before | Expand all | Expand 10 after
622 'screen_orientation/ScreenOrientationController.cpp', 624 'screen_orientation/ScreenOrientationController.cpp',
623 'screen_orientation/ScreenOrientationController.h', 625 'screen_orientation/ScreenOrientationController.h',
624 'screen_orientation/ScreenOrientationDispatcher.cpp', 626 'screen_orientation/ScreenOrientationDispatcher.cpp',
625 'screen_orientation/ScreenOrientationDispatcher.h', 627 'screen_orientation/ScreenOrientationDispatcher.h',
626 'serviceworkers/Cache.cpp', 628 'serviceworkers/Cache.cpp',
627 'serviceworkers/Cache.h', 629 'serviceworkers/Cache.h',
628 'serviceworkers/Client.cpp', 630 'serviceworkers/Client.cpp',
629 'serviceworkers/Client.h', 631 'serviceworkers/Client.h',
630 'serviceworkers/FetchEvent.cpp', 632 'serviceworkers/FetchEvent.cpp',
631 'serviceworkers/FetchEvent.h', 633 'serviceworkers/FetchEvent.h',
634 'serviceworkers/HeaderMap.cpp',
635 'serviceworkers/HeaderMap.h',
636 'serviceworkers/HeaderMapForEachCallback.h',
632 'serviceworkers/InstallEvent.cpp', 637 'serviceworkers/InstallEvent.cpp',
633 'serviceworkers/InstallEvent.h', 638 'serviceworkers/InstallEvent.h',
634 'serviceworkers/InstallPhaseEvent.cpp', 639 'serviceworkers/InstallPhaseEvent.cpp',
635 'serviceworkers/InstallPhaseEvent.h', 640 'serviceworkers/InstallPhaseEvent.h',
636 'serviceworkers/NavigatorServiceWorker.cpp', 641 'serviceworkers/NavigatorServiceWorker.cpp',
637 'serviceworkers/NavigatorServiceWorker.h', 642 'serviceworkers/NavigatorServiceWorker.h',
638 'serviceworkers/RegistrationOptionList.h', 643 'serviceworkers/RegistrationOptionList.h',
639 'serviceworkers/RespondWithObserver.cpp', 644 'serviceworkers/RespondWithObserver.cpp',
640 'serviceworkers/RespondWithObserver.h', 645 'serviceworkers/RespondWithObserver.h',
641 'serviceworkers/Response.cpp', 646 'serviceworkers/Response.cpp',
(...skipping 295 matching lines...) Expand 10 before | Expand all | Expand 10 after
937 'indexeddb/IDBKeyPathTest.cpp', 942 'indexeddb/IDBKeyPathTest.cpp',
938 'indexeddb/IDBRequestTest.cpp', 943 'indexeddb/IDBRequestTest.cpp',
939 'indexeddb/IDBTransactionTest.cpp', 944 'indexeddb/IDBTransactionTest.cpp',
940 'websockets/WebSocketDeflaterTest.cpp', 945 'websockets/WebSocketDeflaterTest.cpp',
941 'websockets/WebSocketExtensionDispatcherTest.cpp', 946 'websockets/WebSocketExtensionDispatcherTest.cpp',
942 'websockets/WebSocketExtensionParserTest.cpp', 947 'websockets/WebSocketExtensionParserTest.cpp',
943 'websockets/WebSocketPerMessageDeflateTest.cpp', 948 'websockets/WebSocketPerMessageDeflateTest.cpp',
944 ], 949 ],
945 }, 950 },
946 } 951 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698