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

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

Issue 1921063002: Factor File API's 'partial interface URL' impl into separate files (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 1eeaa41802dafa48c1ec19605eb8300f79aedfee..b7fd83742eaf0f50cbb6ceca36a17ec980b0720b 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -431,6 +431,7 @@
'dom/URLUtilsReadOnly.idl',
'events/EventListener.idl',
'events/NavigatorEvents.idl',
+ 'fileapi/URLFileAPI.idl',
'frame/NavigatorCPU.idl',
'frame/NavigatorID.idl',
'frame/NavigatorLanguage.idl',
@@ -1684,6 +1685,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