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

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

Issue 180843003: Start to implement FetchEvent for ServiceWorker (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: patch for landing Created 6 years, 9 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/FetchEvent.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 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 'notifications/WebKitNotification.idl', 104 'notifications/WebKitNotification.idl',
105 'performance/WorkerPerformance.idl', 105 'performance/WorkerPerformance.idl',
106 'quota/DeprecatedStorageInfo.idl', 106 'quota/DeprecatedStorageInfo.idl',
107 'quota/DeprecatedStorageQuota.idl', 107 'quota/DeprecatedStorageQuota.idl',
108 'quota/StorageErrorCallback.idl', 108 'quota/StorageErrorCallback.idl',
109 'quota/StorageInfo.idl', 109 'quota/StorageInfo.idl',
110 'quota/StorageQuota.idl', 110 'quota/StorageQuota.idl',
111 'quota/StorageQuotaCallback.idl', 111 'quota/StorageQuotaCallback.idl',
112 'quota/StorageUsageCallback.idl', 112 'quota/StorageUsageCallback.idl',
113 'serviceworkers/Cache.idl', 113 'serviceworkers/Cache.idl',
114 'serviceworkers/FetchEvent.idl',
114 'serviceworkers/InstallEvent.idl', 115 'serviceworkers/InstallEvent.idl',
115 'serviceworkers/InstallPhaseEvent.idl', 116 'serviceworkers/InstallPhaseEvent.idl',
117 'serviceworkers/Response.idl',
116 'serviceworkers/ServiceWorker.idl', 118 'serviceworkers/ServiceWorker.idl',
117 'serviceworkers/ServiceWorkerContainer.idl', 119 'serviceworkers/ServiceWorkerContainer.idl',
118 'serviceworkers/ServiceWorkerGlobalScope.idl', 120 'serviceworkers/ServiceWorkerGlobalScope.idl',
119 'speech/SpeechGrammar.idl', 121 'speech/SpeechGrammar.idl',
120 'speech/SpeechGrammarList.idl', 122 'speech/SpeechGrammarList.idl',
121 'speech/SpeechRecognition.idl', 123 'speech/SpeechRecognition.idl',
122 'speech/SpeechRecognitionAlternative.idl', 124 'speech/SpeechRecognitionAlternative.idl',
123 'speech/SpeechRecognitionError.idl', 125 'speech/SpeechRecognitionError.idl',
124 'speech/SpeechRecognitionEvent.idl', 126 'speech/SpeechRecognitionEvent.idl',
125 'speech/SpeechRecognitionResult.idl', 127 'speech/SpeechRecognitionResult.idl',
(...skipping 423 matching lines...) Expand 10 before | Expand all | Expand 10 after
549 'quota/WorkerNavigatorStorageQuota.cpp', 551 'quota/WorkerNavigatorStorageQuota.cpp',
550 'quota/WorkerNavigatorStorageQuota.h', 552 'quota/WorkerNavigatorStorageQuota.h',
551 'screen_orientation/ScreenOrientation.cpp', 553 'screen_orientation/ScreenOrientation.cpp',
552 'screen_orientation/ScreenOrientation.h', 554 'screen_orientation/ScreenOrientation.h',
553 'screen_orientation/ScreenOrientationController.cpp', 555 'screen_orientation/ScreenOrientationController.cpp',
554 'screen_orientation/ScreenOrientationController.h', 556 'screen_orientation/ScreenOrientationController.h',
555 'screen_orientation/ScreenOrientationDispatcher.cpp', 557 'screen_orientation/ScreenOrientationDispatcher.cpp',
556 'screen_orientation/ScreenOrientationDispatcher.h', 558 'screen_orientation/ScreenOrientationDispatcher.h',
557 'serviceworkers/Cache.cpp', 559 'serviceworkers/Cache.cpp',
558 'serviceworkers/Cache.h', 560 'serviceworkers/Cache.h',
561 'serviceworkers/FetchEvent.cpp',
562 'serviceworkers/FetchEvent.h',
559 'serviceworkers/InstallEvent.cpp', 563 'serviceworkers/InstallEvent.cpp',
560 'serviceworkers/InstallEvent.h', 564 'serviceworkers/InstallEvent.h',
561 'serviceworkers/InstallPhaseEvent.cpp', 565 'serviceworkers/InstallPhaseEvent.cpp',
562 'serviceworkers/InstallPhaseEvent.h', 566 'serviceworkers/InstallPhaseEvent.h',
563 'serviceworkers/NavigatorServiceWorker.cpp', 567 'serviceworkers/NavigatorServiceWorker.cpp',
564 'serviceworkers/NavigatorServiceWorker.h', 568 'serviceworkers/NavigatorServiceWorker.h',
565 'serviceworkers/RegistrationOptionList.h', 569 'serviceworkers/RegistrationOptionList.h',
570 'serviceworkers/RespondWithObserver.cpp',
571 'serviceworkers/RespondWithObserver.h',
572 'serviceworkers/Response.cpp',
573 'serviceworkers/Response.h',
574 'serviceworkers/ResponseInit.h',
566 'serviceworkers/ServiceWorker.cpp', 575 'serviceworkers/ServiceWorker.cpp',
567 'serviceworkers/ServiceWorker.h', 576 'serviceworkers/ServiceWorker.h',
568 'serviceworkers/ServiceWorkerContainer.cpp', 577 'serviceworkers/ServiceWorkerContainer.cpp',
569 'serviceworkers/ServiceWorkerContainer.h', 578 'serviceworkers/ServiceWorkerContainer.h',
570 'serviceworkers/ServiceWorkerContainerClient.cpp', 579 'serviceworkers/ServiceWorkerContainerClient.cpp',
571 'serviceworkers/ServiceWorkerContainerClient.h', 580 'serviceworkers/ServiceWorkerContainerClient.h',
572 'serviceworkers/ServiceWorkerError.cpp', 581 'serviceworkers/ServiceWorkerError.cpp',
573 'serviceworkers/ServiceWorkerError.h', 582 'serviceworkers/ServiceWorkerError.h',
574 'serviceworkers/ServiceWorkerGlobalScope.cpp', 583 'serviceworkers/ServiceWorkerGlobalScope.cpp',
575 'serviceworkers/ServiceWorkerGlobalScope.h', 584 'serviceworkers/ServiceWorkerGlobalScope.h',
(...skipping 283 matching lines...) Expand 10 before | Expand all | Expand 10 after
859 'indexeddb/IDBKeyPathTest.cpp', 868 'indexeddb/IDBKeyPathTest.cpp',
860 'indexeddb/IDBRequestTest.cpp', 869 'indexeddb/IDBRequestTest.cpp',
861 'indexeddb/IDBTransactionTest.cpp', 870 'indexeddb/IDBTransactionTest.cpp',
862 'websockets/WebSocketDeflaterTest.cpp', 871 'websockets/WebSocketDeflaterTest.cpp',
863 'websockets/WebSocketExtensionDispatcherTest.cpp', 872 'websockets/WebSocketExtensionDispatcherTest.cpp',
864 'websockets/WebSocketExtensionParserTest.cpp', 873 'websockets/WebSocketExtensionParserTest.cpp',
865 'websockets/WebSocketPerMessageDeflateTest.cpp', 874 'websockets/WebSocketPerMessageDeflateTest.cpp',
866 ], 875 ],
867 }, 876 },
868 } 877 }
OLDNEW
« no previous file with comments | « no previous file | Source/modules/serviceworkers/FetchEvent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698