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

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

Issue 1667213002: Don't expose nonstandard FileSystem API to Service Workers (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@work-bind
Patch Set: virtual/stable rebaselines Created 4 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
« no previous file with comments | « third_party/WebKit/Source/modules/filesystem/WorkerGlobalScopeFileSystem.idl ('k') | no next file » | 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 '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 326 matching lines...) Expand 10 before | Expand all | Expand 10 after
337 'crypto/WorkerGlobalScopeCrypto.idl', 337 'crypto/WorkerGlobalScopeCrypto.idl',
338 'device_light/WindowDeviceLight.idl', 338 'device_light/WindowDeviceLight.idl',
339 'device_orientation/WindowDeviceMotion.idl', 339 'device_orientation/WindowDeviceMotion.idl',
340 'device_orientation/WindowDeviceOrientation.idl', 340 'device_orientation/WindowDeviceOrientation.idl',
341 'donottrack/NavigatorDoNotTrack.idl', 341 'donottrack/NavigatorDoNotTrack.idl',
342 'encryptedmedia/HTMLMediaElementEncryptedMedia.idl', 342 'encryptedmedia/HTMLMediaElementEncryptedMedia.idl',
343 'encryptedmedia/NavigatorRequestMediaKeySystemAccess.idl', 343 'encryptedmedia/NavigatorRequestMediaKeySystemAccess.idl',
344 'fetch/WindowFetch.idl', 344 'fetch/WindowFetch.idl',
345 'fetch/WorkerFetch.idl', 345 'fetch/WorkerFetch.idl',
346 'filesystem/DataTransferItemFileSystem.idl', 346 'filesystem/DataTransferItemFileSystem.idl',
347 'filesystem/DedicatedWorkerGlobalScopeFileSystem.idl',
347 'filesystem/DevToolsHostFileSystem.idl', 348 'filesystem/DevToolsHostFileSystem.idl',
348 'filesystem/HTMLInputElementFileSystem.idl', 349 'filesystem/HTMLInputElementFileSystem.idl',
350 'filesystem/SharedWorkerGlobalScopeFileSystem.idl',
349 'filesystem/WindowFileSystem.idl', 351 'filesystem/WindowFileSystem.idl',
350 'filesystem/WorkerGlobalScopeFileSystem.idl',
351 'gamepad/NavigatorGamepad.idl', 352 'gamepad/NavigatorGamepad.idl',
352 'geofencing/ServiceWorkerGlobalScopeGeofencing.idl', 353 'geofencing/ServiceWorkerGlobalScopeGeofencing.idl',
353 'geofencing/ServiceWorkerRegistrationGeofencing.idl', 354 'geofencing/ServiceWorkerRegistrationGeofencing.idl',
354 'geofencing/WorkerNavigatorGeofencing.idl', 355 'geofencing/WorkerNavigatorGeofencing.idl',
355 'geolocation/NavigatorGeolocation.idl', 356 'geolocation/NavigatorGeolocation.idl',
356 'indexeddb/WindowIndexedDatabase.idl', 357 'indexeddb/WindowIndexedDatabase.idl',
357 'indexeddb/WorkerGlobalScopeIndexedDatabase.idl', 358 'indexeddb/WorkerGlobalScopeIndexedDatabase.idl',
358 'mediacapturefromelement/HTMLCanvasElementCapture.idl', 359 'mediacapturefromelement/HTMLCanvasElementCapture.idl',
359 'mediacapturefromelement/HTMLMediaElementCapture.idl', 360 'mediacapturefromelement/HTMLMediaElementCapture.idl',
360 'mediasession/HTMLMediaElementMediaSession.idl', 361 'mediasession/HTMLMediaElementMediaSession.idl',
(...skipping 1565 matching lines...) Expand 10 before | Expand all | Expand 10 after
1926 'webaudio/AudioBasicProcessorHandlerTest.cpp', 1927 'webaudio/AudioBasicProcessorHandlerTest.cpp',
1927 'webaudio/ConvolverNodeTest.cpp', 1928 'webaudio/ConvolverNodeTest.cpp',
1928 'webaudio/DynamicsCompressorNodeTest.cpp', 1929 'webaudio/DynamicsCompressorNodeTest.cpp',
1929 'webaudio/ScriptProcessorNodeTest.cpp', 1930 'webaudio/ScriptProcessorNodeTest.cpp',
1930 'webaudio/StereoPannerNodeTest.cpp', 1931 'webaudio/StereoPannerNodeTest.cpp',
1931 'websockets/DOMWebSocketTest.cpp', 1932 'websockets/DOMWebSocketTest.cpp',
1932 'websockets/DocumentWebSocketChannelTest.cpp', 1933 'websockets/DocumentWebSocketChannelTest.cpp',
1933 ], 1934 ],
1934 }, 1935 },
1935 } 1936 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/modules/filesystem/WorkerGlobalScopeFileSystem.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698