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

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

Issue 1067513002: Removing ServiceWorker's InstallEvent Interface. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 8 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
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 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
151 'quota/StorageErrorCallback.idl', 151 'quota/StorageErrorCallback.idl',
152 'quota/StorageInfo.idl', 152 'quota/StorageInfo.idl',
153 'quota/StorageQuota.idl', 153 'quota/StorageQuota.idl',
154 'quota/StorageQuotaCallback.idl', 154 'quota/StorageQuotaCallback.idl',
155 'quota/StorageUsageCallback.idl', 155 'quota/StorageUsageCallback.idl',
156 'screen_orientation/ScreenOrientation.idl', 156 'screen_orientation/ScreenOrientation.idl',
157 'serviceworkers/Client.idl', 157 'serviceworkers/Client.idl',
158 'serviceworkers/Clients.idl', 158 'serviceworkers/Clients.idl',
159 'serviceworkers/ExtendableEvent.idl', 159 'serviceworkers/ExtendableEvent.idl',
160 'serviceworkers/FetchEvent.idl', 160 'serviceworkers/FetchEvent.idl',
161 'serviceworkers/InstallEvent.idl',
162 'serviceworkers/ServiceWorker.idl', 161 'serviceworkers/ServiceWorker.idl',
163 'serviceworkers/ServiceWorkerContainer.idl', 162 'serviceworkers/ServiceWorkerContainer.idl',
164 'serviceworkers/ServiceWorkerGlobalScope.idl', 163 'serviceworkers/ServiceWorkerGlobalScope.idl',
165 'serviceworkers/ServiceWorkerRegistration.idl', 164 'serviceworkers/ServiceWorkerRegistration.idl',
166 'serviceworkers/WindowClient.idl', 165 'serviceworkers/WindowClient.idl',
167 'speech/SpeechGrammar.idl', 166 'speech/SpeechGrammar.idl',
168 'speech/SpeechGrammarList.idl', 167 'speech/SpeechGrammarList.idl',
169 'speech/SpeechRecognition.idl', 168 'speech/SpeechRecognition.idl',
170 'speech/SpeechRecognitionAlternative.idl', 169 'speech/SpeechRecognitionAlternative.idl',
171 'speech/SpeechRecognitionError.idl', 170 'speech/SpeechRecognitionError.idl',
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
317 'mediastream/RTCDTMFToneChangeEvent.idl', 316 'mediastream/RTCDTMFToneChangeEvent.idl',
318 'mediastream/RTCDataChannelEvent.idl', 317 'mediastream/RTCDataChannelEvent.idl',
319 'mediastream/RTCIceCandidateEvent.idl', 318 'mediastream/RTCIceCandidateEvent.idl',
320 'navigatorconnect/CrossOriginConnectEvent.idl', 319 'navigatorconnect/CrossOriginConnectEvent.idl',
321 'notifications/NotificationEvent.idl', 320 'notifications/NotificationEvent.idl',
322 'presentation/AvailableChangeEvent.idl', 321 'presentation/AvailableChangeEvent.idl',
323 'presentation/DefaultSessionStartEvent.idl', 322 'presentation/DefaultSessionStartEvent.idl',
324 'push_messaging/PushEvent.idl', 323 'push_messaging/PushEvent.idl',
325 'serviceworkers/ExtendableEvent.idl', 324 'serviceworkers/ExtendableEvent.idl',
326 'serviceworkers/FetchEvent.idl', 325 'serviceworkers/FetchEvent.idl',
327 'serviceworkers/InstallEvent.idl',
328 'speech/SpeechRecognitionError.idl', 326 'speech/SpeechRecognitionError.idl',
329 'speech/SpeechRecognitionEvent.idl', 327 'speech/SpeechRecognitionEvent.idl',
330 'speech/SpeechSynthesisEvent.idl', 328 'speech/SpeechSynthesisEvent.idl',
331 'storage/StorageEvent.idl', 329 'storage/StorageEvent.idl',
332 'webaudio/AudioProcessingEvent.idl', 330 'webaudio/AudioProcessingEvent.idl',
333 'webaudio/OfflineAudioCompletionEvent.idl', 331 'webaudio/OfflineAudioCompletionEvent.idl',
334 'webmidi/MIDIConnectionEvent.idl', 332 'webmidi/MIDIConnectionEvent.idl',
335 'webmidi/MIDIMessageEvent.idl', 333 'webmidi/MIDIMessageEvent.idl',
336 'websockets/CloseEvent.idl', 334 'websockets/CloseEvent.idl',
337 ], 335 ],
(...skipping 24 matching lines...) Expand all
362 'notifications/NotificationEventInit.idl', 360 'notifications/NotificationEventInit.idl',
363 'notifications/NotificationOptions.idl', 361 'notifications/NotificationOptions.idl',
364 'permissions/MidiPermissionDescriptor.idl', 362 'permissions/MidiPermissionDescriptor.idl',
365 'permissions/PermissionDescriptor.idl', 363 'permissions/PermissionDescriptor.idl',
366 'permissions/PushPermissionDescriptor.idl', 364 'permissions/PushPermissionDescriptor.idl',
367 'presentation/AvailableChangeEventInit.idl', 365 'presentation/AvailableChangeEventInit.idl',
368 'presentation/DefaultSessionStartEventInit.idl', 366 'presentation/DefaultSessionStartEventInit.idl',
369 'push_messaging/PushEventInit.idl', 367 'push_messaging/PushEventInit.idl',
370 'serviceworkers/ClientQueryOptions.idl', 368 'serviceworkers/ClientQueryOptions.idl',
371 'serviceworkers/ExtendableEventInit.idl', 369 'serviceworkers/ExtendableEventInit.idl',
372 'serviceworkers/InstallEventInit.idl',
373 'serviceworkers/RegistrationOptions.idl', 370 'serviceworkers/RegistrationOptions.idl',
374 'speech/SpeechRecognitionErrorInit.idl', 371 'speech/SpeechRecognitionErrorInit.idl',
375 'speech/SpeechRecognitionEventInit.idl', 372 'speech/SpeechRecognitionEventInit.idl',
376 'storage/StorageEventInit.idl', 373 'storage/StorageEventInit.idl',
377 'vr/VRFieldOfViewInit.idl', 374 'vr/VRFieldOfViewInit.idl',
378 'webmidi/MIDIConnectionEventInit.idl', 375 'webmidi/MIDIConnectionEventInit.idl',
379 'webmidi/MIDIMessageEventInit.idl', 376 'webmidi/MIDIMessageEventInit.idl',
380 'webmidi/MIDIOptions.idl', 377 'webmidi/MIDIOptions.idl',
381 'websockets/CloseEventInit.idl', 378 'websockets/CloseEventInit.idl',
382 ], 379 ],
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
451 '<(blink_modules_output_dir)/presentation/AvailableChangeEventInit.cpp', 448 '<(blink_modules_output_dir)/presentation/AvailableChangeEventInit.cpp',
452 '<(blink_modules_output_dir)/presentation/AvailableChangeEventInit.h', 449 '<(blink_modules_output_dir)/presentation/AvailableChangeEventInit.h',
453 '<(blink_modules_output_dir)/presentation/DefaultSessionStartEventInit.cpp ', 450 '<(blink_modules_output_dir)/presentation/DefaultSessionStartEventInit.cpp ',
454 '<(blink_modules_output_dir)/presentation/DefaultSessionStartEventInit.h', 451 '<(blink_modules_output_dir)/presentation/DefaultSessionStartEventInit.h',
455 '<(blink_modules_output_dir)/push_messaging/PushEventInit.cpp', 452 '<(blink_modules_output_dir)/push_messaging/PushEventInit.cpp',
456 '<(blink_modules_output_dir)/push_messaging/PushEventInit.h', 453 '<(blink_modules_output_dir)/push_messaging/PushEventInit.h',
457 '<(blink_modules_output_dir)/serviceworkers/ClientQueryOptions.cpp', 454 '<(blink_modules_output_dir)/serviceworkers/ClientQueryOptions.cpp',
458 '<(blink_modules_output_dir)/serviceworkers/ClientQueryOptions.h', 455 '<(blink_modules_output_dir)/serviceworkers/ClientQueryOptions.h',
459 '<(blink_modules_output_dir)/serviceworkers/ExtendableEventInit.cpp', 456 '<(blink_modules_output_dir)/serviceworkers/ExtendableEventInit.cpp',
460 '<(blink_modules_output_dir)/serviceworkers/ExtendableEventInit.h', 457 '<(blink_modules_output_dir)/serviceworkers/ExtendableEventInit.h',
461 '<(blink_modules_output_dir)/serviceworkers/InstallEventInit.cpp',
462 '<(blink_modules_output_dir)/serviceworkers/InstallEventInit.h',
463 '<(blink_modules_output_dir)/serviceworkers/RegistrationOptions.cpp', 458 '<(blink_modules_output_dir)/serviceworkers/RegistrationOptions.cpp',
464 '<(blink_modules_output_dir)/serviceworkers/RegistrationOptions.h', 459 '<(blink_modules_output_dir)/serviceworkers/RegistrationOptions.h',
465 '<(blink_modules_output_dir)/speech/SpeechRecognitionErrorInit.cpp', 460 '<(blink_modules_output_dir)/speech/SpeechRecognitionErrorInit.cpp',
466 '<(blink_modules_output_dir)/speech/SpeechRecognitionErrorInit.h', 461 '<(blink_modules_output_dir)/speech/SpeechRecognitionErrorInit.h',
467 '<(blink_modules_output_dir)/speech/SpeechRecognitionEventInit.cpp', 462 '<(blink_modules_output_dir)/speech/SpeechRecognitionEventInit.cpp',
468 '<(blink_modules_output_dir)/speech/SpeechRecognitionEventInit.h', 463 '<(blink_modules_output_dir)/speech/SpeechRecognitionEventInit.h',
469 '<(blink_modules_output_dir)/storage/StorageEventInit.cpp', 464 '<(blink_modules_output_dir)/storage/StorageEventInit.cpp',
470 '<(blink_modules_output_dir)/storage/StorageEventInit.h', 465 '<(blink_modules_output_dir)/storage/StorageEventInit.h',
471 '<(blink_modules_output_dir)/vr/VRFieldOfViewInit.cpp', 466 '<(blink_modules_output_dir)/vr/VRFieldOfViewInit.cpp',
472 '<(blink_modules_output_dir)/vr/VRFieldOfViewInit.h', 467 '<(blink_modules_output_dir)/vr/VRFieldOfViewInit.h',
(...skipping 583 matching lines...) Expand 10 before | Expand all | Expand 10 after
1056 'screen_orientation/ScreenOrientation.cpp', 1051 'screen_orientation/ScreenOrientation.cpp',
1057 'screen_orientation/ScreenOrientation.h', 1052 'screen_orientation/ScreenOrientation.h',
1058 'screen_orientation/ScreenOrientationController.cpp', 1053 'screen_orientation/ScreenOrientationController.cpp',
1059 'screen_orientation/ScreenOrientationController.h', 1054 'screen_orientation/ScreenOrientationController.h',
1060 'screen_orientation/ScreenOrientationDispatcher.cpp', 1055 'screen_orientation/ScreenOrientationDispatcher.cpp',
1061 'screen_orientation/ScreenOrientationDispatcher.h', 1056 'screen_orientation/ScreenOrientationDispatcher.h',
1062 'serviceworkers/ExtendableEvent.cpp', 1057 'serviceworkers/ExtendableEvent.cpp',
1063 'serviceworkers/ExtendableEvent.h', 1058 'serviceworkers/ExtendableEvent.h',
1064 'serviceworkers/FetchEvent.cpp', 1059 'serviceworkers/FetchEvent.cpp',
1065 'serviceworkers/FetchEvent.h', 1060 'serviceworkers/FetchEvent.h',
1066 'serviceworkers/InstallEvent.cpp',
1067 'serviceworkers/InstallEvent.h',
1068 'serviceworkers/NavigatorServiceWorker.cpp', 1061 'serviceworkers/NavigatorServiceWorker.cpp',
1069 'serviceworkers/NavigatorServiceWorker.h', 1062 'serviceworkers/NavigatorServiceWorker.h',
1070 'serviceworkers/RespondWithObserver.cpp', 1063 'serviceworkers/RespondWithObserver.cpp',
1071 'serviceworkers/RespondWithObserver.h', 1064 'serviceworkers/RespondWithObserver.h',
1072 'serviceworkers/ServiceWorker.cpp', 1065 'serviceworkers/ServiceWorker.cpp',
1073 'serviceworkers/ServiceWorker.h', 1066 'serviceworkers/ServiceWorker.h',
1074 'serviceworkers/ServiceWorkerClient.cpp', 1067 'serviceworkers/ServiceWorkerClient.cpp',
1075 'serviceworkers/ServiceWorkerClient.h', 1068 'serviceworkers/ServiceWorkerClient.h',
1076 'serviceworkers/ServiceWorkerClients.cpp', 1069 'serviceworkers/ServiceWorkerClients.cpp',
1077 'serviceworkers/ServiceWorkerClients.h', 1070 'serviceworkers/ServiceWorkerClients.h',
(...skipping 308 matching lines...) Expand 10 before | Expand all | Expand 10 after
1386 'filesystem/DOMFileSystemBaseTest.cpp', 1379 'filesystem/DOMFileSystemBaseTest.cpp',
1387 'indexeddb/IDBKeyPathTest.cpp', 1380 'indexeddb/IDBKeyPathTest.cpp',
1388 'indexeddb/IDBRequestTest.cpp', 1381 'indexeddb/IDBRequestTest.cpp',
1389 'indexeddb/IDBTransactionTest.cpp', 1382 'indexeddb/IDBTransactionTest.cpp',
1390 'serviceworkers/ServiceWorkerContainerTest.cpp', 1383 'serviceworkers/ServiceWorkerContainerTest.cpp',
1391 'websockets/DOMWebSocketTest.cpp', 1384 'websockets/DOMWebSocketTest.cpp',
1392 'websockets/DocumentWebSocketChannelTest.cpp', 1385 'websockets/DocumentWebSocketChannelTest.cpp',
1393 ], 1386 ],
1394 }, 1387 },
1395 } 1388 }
OLDNEW
« no previous file with comments | « LayoutTests/http/tests/serviceworker/resources/interfaces-worker.js ('k') | Source/modules/serviceworkers/InstallEvent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698