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

Unified Diff: Source/core/core.gypi

Issue 23243002: Introduce XMLHttpRequestEventTarget IDL interface (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Update event-target-in-prototype.html test case Created 7 years, 4 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 | « LayoutTests/webexposed/event-target-in-prototype-expected.txt ('k') | Source/core/xml/XMLHttpRequest.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index a3a14ab3195e18c2048cffc2cecf43d2afbd8e3b..c484c5cb75da93ecb93034ce82dfd6cc1221aefa 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -275,6 +275,7 @@
'workers/WorkerLocation.idl',
'xml/DOMParser.idl',
'xml/XMLHttpRequest.idl',
+ 'xml/XMLHttpRequestEventTarget.idl',
'xml/XMLHttpRequestProgressEvent.idl',
'xml/XMLHttpRequestUpload.idl',
'xml/XMLSerializer.idl',
@@ -1657,6 +1658,7 @@
'xml/XMLErrors.h',
'xml/XMLHttpRequest.cpp',
'xml/XMLHttpRequest.h',
+ 'xml/XMLHttpRequestEventTarget.h',
'xml/XMLHttpRequestProgressEvent.h',
'xml/XMLHttpRequestProgressEventThrottle.cpp',
'xml/XMLHttpRequestProgressEventThrottle.h',
« no previous file with comments | « LayoutTests/webexposed/event-target-in-prototype-expected.txt ('k') | Source/core/xml/XMLHttpRequest.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698