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

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

Issue 780963004: Use event init dictionaries in modules/{notifications,push_messaging,serviceworkers} (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years 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 290 matching lines...) Expand 10 before | Expand all | Expand 10 after
301 'encryptedmedia/MediaKeySystemConfiguration.idl', 301 'encryptedmedia/MediaKeySystemConfiguration.idl',
302 'encryptedmedia/MediaKeySystemMediaCapability.idl', 302 'encryptedmedia/MediaKeySystemMediaCapability.idl',
303 'filesystem/FileSystemFlags.idl', 303 'filesystem/FileSystemFlags.idl',
304 'gamepad/GamepadEventInit.idl', 304 'gamepad/GamepadEventInit.idl',
305 'geofencing/CircularGeofencingRegionInit.idl', 305 'geofencing/CircularGeofencingRegionInit.idl',
306 'geolocation/PositionOptions.idl', 306 'geolocation/PositionOptions.idl',
307 'indexeddb/IDBIndexParameters.idl', 307 'indexeddb/IDBIndexParameters.idl',
308 'indexeddb/IDBVersionChangeEventInit.idl', 308 'indexeddb/IDBVersionChangeEventInit.idl',
309 'mediastream/RTCIceCandidateInit.idl', 309 'mediastream/RTCIceCandidateInit.idl',
310 'mediastream/RTCSessionDescriptionInit.idl', 310 'mediastream/RTCSessionDescriptionInit.idl',
311 'notifications/NotificationEventInit.idl',
311 'notifications/NotificationOptions.idl', 312 'notifications/NotificationOptions.idl',
313 'push_messaging/PushEventInit.idl',
312 'serviceworkers/CacheQueryOptions.idl', 314 'serviceworkers/CacheQueryOptions.idl',
315 'serviceworkers/ExtendableEventInit.idl',
316 'serviceworkers/InstallEventInit.idl',
313 'serviceworkers/RegistrationOptions.idl', 317 'serviceworkers/RegistrationOptions.idl',
314 'serviceworkers/ServiceWorkerClientQueryOptions.idl', 318 'serviceworkers/ServiceWorkerClientQueryOptions.idl',
315 'speech/SpeechRecognitionErrorInit.idl', 319 'speech/SpeechRecognitionErrorInit.idl',
316 'speech/SpeechRecognitionEventInit.idl', 320 'speech/SpeechRecognitionEventInit.idl',
317 'webmidi/MIDIConnectionEventInit.idl', 321 'webmidi/MIDIConnectionEventInit.idl',
318 'webmidi/MIDIMessageEventInit.idl', 322 'webmidi/MIDIMessageEventInit.idl',
319 'webmidi/MIDIOptions.idl', 323 'webmidi/MIDIOptions.idl',
320 'websockets/CloseEventInit.idl', 324 'websockets/CloseEventInit.idl',
321 ], 325 ],
322 'generated_modules_files': [ 326 'generated_modules_files': [
(...skipping 25 matching lines...) Expand all
348 '<(blink_modules_output_dir)/geolocation/PositionOptions.cpp', 352 '<(blink_modules_output_dir)/geolocation/PositionOptions.cpp',
349 '<(blink_modules_output_dir)/geolocation/PositionOptions.h', 353 '<(blink_modules_output_dir)/geolocation/PositionOptions.h',
350 '<(blink_modules_output_dir)/indexeddb/IDBIndexParameters.cpp', 354 '<(blink_modules_output_dir)/indexeddb/IDBIndexParameters.cpp',
351 '<(blink_modules_output_dir)/indexeddb/IDBIndexParameters.h', 355 '<(blink_modules_output_dir)/indexeddb/IDBIndexParameters.h',
352 '<(blink_modules_output_dir)/indexeddb/IDBVersionChangeEventInit.cpp', 356 '<(blink_modules_output_dir)/indexeddb/IDBVersionChangeEventInit.cpp',
353 '<(blink_modules_output_dir)/indexeddb/IDBVersionChangeEventInit.h', 357 '<(blink_modules_output_dir)/indexeddb/IDBVersionChangeEventInit.h',
354 '<(blink_modules_output_dir)/mediastream/RTCIceCandidateInit.cpp', 358 '<(blink_modules_output_dir)/mediastream/RTCIceCandidateInit.cpp',
355 '<(blink_modules_output_dir)/mediastream/RTCIceCandidateInit.h', 359 '<(blink_modules_output_dir)/mediastream/RTCIceCandidateInit.h',
356 '<(blink_modules_output_dir)/mediastream/RTCSessionDescriptionInit.cpp', 360 '<(blink_modules_output_dir)/mediastream/RTCSessionDescriptionInit.cpp',
357 '<(blink_modules_output_dir)/mediastream/RTCSessionDescriptionInit.h', 361 '<(blink_modules_output_dir)/mediastream/RTCSessionDescriptionInit.h',
362 '<(blink_modules_output_dir)/notifications/NotificationEventInit.cpp',
363 '<(blink_modules_output_dir)/notifications/NotificationEventInit.h',
358 '<(blink_modules_output_dir)/notifications/NotificationOptions.cpp', 364 '<(blink_modules_output_dir)/notifications/NotificationOptions.cpp',
359 '<(blink_modules_output_dir)/notifications/NotificationOptions.h', 365 '<(blink_modules_output_dir)/notifications/NotificationOptions.h',
366 '<(blink_modules_output_dir)/push_messaging/PushEventInit.cpp',
367 '<(blink_modules_output_dir)/push_messaging/PushEventInit.h',
360 '<(blink_modules_output_dir)/serviceworkers/CacheQueryOptions.cpp', 368 '<(blink_modules_output_dir)/serviceworkers/CacheQueryOptions.cpp',
361 '<(blink_modules_output_dir)/serviceworkers/CacheQueryOptions.h', 369 '<(blink_modules_output_dir)/serviceworkers/CacheQueryOptions.h',
370 '<(blink_modules_output_dir)/serviceworkers/ExtendableEventInit.cpp',
371 '<(blink_modules_output_dir)/serviceworkers/ExtendableEventInit.h',
372 '<(blink_modules_output_dir)/serviceworkers/InstallEventInit.cpp',
373 '<(blink_modules_output_dir)/serviceworkers/InstallEventInit.h',
362 '<(blink_modules_output_dir)/serviceworkers/RegistrationOptions.cpp', 374 '<(blink_modules_output_dir)/serviceworkers/RegistrationOptions.cpp',
363 '<(blink_modules_output_dir)/serviceworkers/RegistrationOptions.h', 375 '<(blink_modules_output_dir)/serviceworkers/RegistrationOptions.h',
364 '<(blink_modules_output_dir)/serviceworkers/ServiceWorkerClientQueryOption s.cpp', 376 '<(blink_modules_output_dir)/serviceworkers/ServiceWorkerClientQueryOption s.cpp',
365 '<(blink_modules_output_dir)/serviceworkers/ServiceWorkerClientQueryOption s.h', 377 '<(blink_modules_output_dir)/serviceworkers/ServiceWorkerClientQueryOption s.h',
366 '<(blink_modules_output_dir)/speech/SpeechRecognitionErrorInit.cpp', 378 '<(blink_modules_output_dir)/speech/SpeechRecognitionErrorInit.cpp',
367 '<(blink_modules_output_dir)/speech/SpeechRecognitionErrorInit.h', 379 '<(blink_modules_output_dir)/speech/SpeechRecognitionErrorInit.h',
368 '<(blink_modules_output_dir)/speech/SpeechRecognitionEventInit.cpp', 380 '<(blink_modules_output_dir)/speech/SpeechRecognitionEventInit.cpp',
369 '<(blink_modules_output_dir)/speech/SpeechRecognitionEventInit.h', 381 '<(blink_modules_output_dir)/speech/SpeechRecognitionEventInit.h',
370 '<(blink_modules_output_dir)/webmidi/MIDIConnectionEventInit.cpp', 382 '<(blink_modules_output_dir)/webmidi/MIDIConnectionEventInit.cpp',
371 '<(blink_modules_output_dir)/webmidi/MIDIConnectionEventInit.h', 383 '<(blink_modules_output_dir)/webmidi/MIDIConnectionEventInit.h',
(...skipping 796 matching lines...) Expand 10 before | Expand all | Expand 10 after
1168 'serviceworkers/CacheTest.cpp', 1180 'serviceworkers/CacheTest.cpp',
1169 'serviceworkers/FetchResponseDataTest.cpp', 1181 'serviceworkers/FetchResponseDataTest.cpp',
1170 'serviceworkers/RequestTest.cpp', 1182 'serviceworkers/RequestTest.cpp',
1171 'serviceworkers/ResponseTest.cpp', 1183 'serviceworkers/ResponseTest.cpp',
1172 'serviceworkers/ServiceWorkerContainerTest.cpp', 1184 'serviceworkers/ServiceWorkerContainerTest.cpp',
1173 'websockets/DOMWebSocketTest.cpp', 1185 'websockets/DOMWebSocketTest.cpp',
1174 'websockets/DocumentWebSocketChannelTest.cpp', 1186 'websockets/DocumentWebSocketChannelTest.cpp',
1175 ], 1187 ],
1176 }, 1188 },
1177 } 1189 }
OLDNEW
« no previous file with comments | « LayoutTests/http/tests/serviceworker/resources/interfaces-worker.js ('k') | Source/modules/notifications/NotificationEvent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698