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

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

Issue 1681923002: Remove XMLHttpRequestProgressEvent (position and totalSize) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update tests 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
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 bb85fc5a5efe13e67bb5db494b241aed0f62a551..683d15b4c54c194bb1b7d92f530d9a10d9b2748c 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -395,7 +395,6 @@
'xml/XSLTProcessor.idl',
'xmlhttprequest/XMLHttpRequest.idl',
'xmlhttprequest/XMLHttpRequestEventTarget.idl',
- 'xmlhttprequest/XMLHttpRequestProgressEvent.idl',
'xmlhttprequest/XMLHttpRequestUpload.idl',
],
# core IDL files that have partial interfaces in modules.
@@ -494,7 +493,6 @@
'html/MediaKeyEvent.idl',
'html/track/TrackEvent.idl',
'svg/SVGZoomEvent.idl',
- 'xmlhttprequest/XMLHttpRequestProgressEvent.idl',
],
# IDL files that only have typedefs/enums.
'core_typedefs_enums_only_idl_files': [
@@ -2312,7 +2310,6 @@
'xmlhttprequest/XMLHttpRequest.cpp',
'xmlhttprequest/XMLHttpRequest.h',
'xmlhttprequest/XMLHttpRequestEventTarget.h',
- 'xmlhttprequest/XMLHttpRequestProgressEvent.h',
'xmlhttprequest/XMLHttpRequestProgressEventThrottle.cpp',
'xmlhttprequest/XMLHttpRequestProgressEventThrottle.h',
'xmlhttprequest/XMLHttpRequestUpload.cpp',

Powered by Google App Engine
This is Rietveld 408576698