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

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: 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
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 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 'notifications/NotificationPermissionCallback.idl', 99 'notifications/NotificationPermissionCallback.idl',
100 'notifications/WebKitNotification.idl', 100 'notifications/WebKitNotification.idl',
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/FetchEvent.idl',
109 'serviceworkers/InstallEvent.idl', 110 'serviceworkers/InstallEvent.idl',
110 'serviceworkers/InstallPhaseEvent.idl', 111 'serviceworkers/InstallPhaseEvent.idl',
112 'serviceworkers/Response.idl',
111 'serviceworkers/ServiceWorker.idl', 113 'serviceworkers/ServiceWorker.idl',
112 'serviceworkers/ServiceWorkerContainer.idl', 114 'serviceworkers/ServiceWorkerContainer.idl',
113 'serviceworkers/ServiceWorkerGlobalScope.idl', 115 'serviceworkers/ServiceWorkerGlobalScope.idl',
114 'speech/SpeechGrammar.idl', 116 'speech/SpeechGrammar.idl',
115 'speech/SpeechGrammarList.idl', 117 'speech/SpeechGrammarList.idl',
116 'speech/SpeechRecognition.idl', 118 'speech/SpeechRecognition.idl',
117 'speech/SpeechRecognitionAlternative.idl', 119 'speech/SpeechRecognitionAlternative.idl',
118 'speech/SpeechRecognitionError.idl', 120 'speech/SpeechRecognitionError.idl',
119 'speech/SpeechRecognitionEvent.idl', 121 'speech/SpeechRecognitionEvent.idl',
120 'speech/SpeechRecognitionResult.idl', 122 'speech/SpeechRecognitionResult.idl',
(...skipping 413 matching lines...) Expand 10 before | Expand all | Expand 10 after
534 'quota/StorageQuotaClient.h', 536 'quota/StorageQuotaClient.h',
535 'quota/StorageUsageCallback.h', 537 'quota/StorageUsageCallback.h',
536 'quota/WorkerNavigatorStorageQuota.cpp', 538 'quota/WorkerNavigatorStorageQuota.cpp',
537 'quota/WorkerNavigatorStorageQuota.h', 539 'quota/WorkerNavigatorStorageQuota.h',
538 'screen_orientation/ScreenOrientation.cpp', 540 'screen_orientation/ScreenOrientation.cpp',
539 'screen_orientation/ScreenOrientation.h', 541 'screen_orientation/ScreenOrientation.h',
540 'screen_orientation/ScreenOrientationController.cpp', 542 'screen_orientation/ScreenOrientationController.cpp',
541 'screen_orientation/ScreenOrientationController.h', 543 'screen_orientation/ScreenOrientationController.h',
542 'screen_orientation/ScreenOrientationDispatcher.cpp', 544 'screen_orientation/ScreenOrientationDispatcher.cpp',
543 'screen_orientation/ScreenOrientationDispatcher.h', 545 'screen_orientation/ScreenOrientationDispatcher.h',
546 'serviceworkers/FetchEvent.cpp',
547 'serviceworkers/FetchEvent.h',
544 'serviceworkers/InstallEvent.cpp', 548 'serviceworkers/InstallEvent.cpp',
545 'serviceworkers/InstallEvent.h', 549 'serviceworkers/InstallEvent.h',
546 'serviceworkers/InstallPhaseEvent.cpp', 550 'serviceworkers/InstallPhaseEvent.cpp',
547 'serviceworkers/InstallPhaseEvent.h', 551 'serviceworkers/InstallPhaseEvent.h',
548 'serviceworkers/NavigatorServiceWorker.cpp', 552 'serviceworkers/NavigatorServiceWorker.cpp',
549 'serviceworkers/NavigatorServiceWorker.h', 553 'serviceworkers/NavigatorServiceWorker.h',
550 'serviceworkers/RegistrationOptionList.h', 554 'serviceworkers/RegistrationOptionList.h',
555 'serviceworkers/RespondWithObserver.cpp',
556 'serviceworkers/RespondWithObserver.h',
557 'serviceworkers/Response.cpp',
558 'serviceworkers/Response.h',
551 'serviceworkers/ServiceWorker.cpp', 559 'serviceworkers/ServiceWorker.cpp',
552 'serviceworkers/ServiceWorker.h', 560 'serviceworkers/ServiceWorker.h',
553 'serviceworkers/ServiceWorkerContainer.cpp', 561 'serviceworkers/ServiceWorkerContainer.cpp',
554 'serviceworkers/ServiceWorkerContainer.h', 562 'serviceworkers/ServiceWorkerContainer.h',
555 'serviceworkers/ServiceWorkerContainerClient.cpp', 563 'serviceworkers/ServiceWorkerContainerClient.cpp',
556 'serviceworkers/ServiceWorkerContainerClient.h', 564 'serviceworkers/ServiceWorkerContainerClient.h',
557 'serviceworkers/ServiceWorkerError.cpp', 565 'serviceworkers/ServiceWorkerError.cpp',
558 'serviceworkers/ServiceWorkerError.h', 566 'serviceworkers/ServiceWorkerError.h',
559 'serviceworkers/ServiceWorkerGlobalScope.cpp', 567 'serviceworkers/ServiceWorkerGlobalScope.cpp',
560 'serviceworkers/ServiceWorkerGlobalScope.h', 568 'serviceworkers/ServiceWorkerGlobalScope.h',
(...skipping 283 matching lines...) Expand 10 before | Expand all | Expand 10 after
844 'indexeddb/IDBKeyPathTest.cpp', 852 'indexeddb/IDBKeyPathTest.cpp',
845 'indexeddb/IDBRequestTest.cpp', 853 'indexeddb/IDBRequestTest.cpp',
846 'indexeddb/IDBTransactionTest.cpp', 854 'indexeddb/IDBTransactionTest.cpp',
847 'websockets/WebSocketDeflaterTest.cpp', 855 'websockets/WebSocketDeflaterTest.cpp',
848 'websockets/WebSocketExtensionDispatcherTest.cpp', 856 'websockets/WebSocketExtensionDispatcherTest.cpp',
849 'websockets/WebSocketExtensionParserTest.cpp', 857 'websockets/WebSocketExtensionParserTest.cpp',
850 'websockets/WebSocketPerMessageDeflateTest.cpp', 858 'websockets/WebSocketPerMessageDeflateTest.cpp',
851 ], 859 ],
852 }, 860 },
853 } 861 }
OLDNEW
« no previous file with comments | « no previous file | Source/modules/serviceworkers/FetchEvent.h » ('j') | Source/modules/serviceworkers/RespondWithObserver.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698