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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/Source/modules/filesystem/WorkerGlobalScopeFileSystem.idl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/modules/modules.gypi
diff --git a/third_party/WebKit/Source/modules/modules.gypi b/third_party/WebKit/Source/modules/modules.gypi
index 5e3c44fc6d36010e6272961b7903f1d5b6451649..0c4572bb3716eb0fde6fb7e572d1efeecf1fcee9 100644
--- a/third_party/WebKit/Source/modules/modules.gypi
+++ b/third_party/WebKit/Source/modules/modules.gypi
@@ -344,10 +344,11 @@
'fetch/WindowFetch.idl',
'fetch/WorkerFetch.idl',
'filesystem/DataTransferItemFileSystem.idl',
+ 'filesystem/DedicatedWorkerGlobalScopeFileSystem.idl',
'filesystem/DevToolsHostFileSystem.idl',
'filesystem/HTMLInputElementFileSystem.idl',
+ 'filesystem/SharedWorkerGlobalScopeFileSystem.idl',
'filesystem/WindowFileSystem.idl',
- 'filesystem/WorkerGlobalScopeFileSystem.idl',
'gamepad/NavigatorGamepad.idl',
'geofencing/ServiceWorkerGlobalScopeGeofencing.idl',
'geofencing/ServiceWorkerRegistrationGeofencing.idl',
« 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