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

Unified Diff: third_party/WebKit/Source/core/core.gypi

Issue 1908263002: Don't expose URL.createObjectURL and revokeObjectURL to Service Workers (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/core/core.gypi
diff --git a/third_party/WebKit/Source/core/core.gypi b/third_party/WebKit/Source/core/core.gypi
index 47ee02438383c0904025024dc53b6dcd5bb24c47..d59f9118a03b135a6359a523c94c42e7ac3e8844 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -430,6 +430,7 @@
'dom/URLUtilsReadOnly.idl',
'events/EventListener.idl',
'events/NavigatorEvents.idl',
+ 'fileapi/URLFileAPI.idl',
'frame/NavigatorCPU.idl',
'frame/NavigatorID.idl',
'frame/NavigatorLanguage.idl',
@@ -1681,6 +1682,8 @@
'fileapi/FileReaderLoaderClient.h',
'fileapi/FileReaderSync.cpp',
'fileapi/FileReaderSync.h',
+ 'fileapi/URLFileAPI.cpp',
+ 'fileapi/URLFileAPI.h',
'frame/BarProp.cpp',
'frame/BarProp.h',
'frame/DOMTimer.cpp',

Powered by Google App Engine
This is Rietveld 408576698