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

Unified Diff: Source/core/core.gypi

Issue 666153003: Move XMLHttpRequest related files to core/xmlhttprequest. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase Created 6 years, 2 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: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index 8bdc60badba38e16b22d9f2655f3978b90c6c3c5..9b88a32b6a290a7e8621beb3a9f8a31d5e1be50d 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -433,16 +433,16 @@
'workers/WorkerConsole.idl',
'workers/WorkerLocation.idl',
'xml/DOMParser.idl',
- 'xml/XMLHttpRequest.idl',
- 'xml/XMLHttpRequestEventTarget.idl',
- 'xml/XMLHttpRequestProgressEvent.idl',
- 'xml/XMLHttpRequestUpload.idl',
'xml/XMLSerializer.idl',
'xml/XPathEvaluator.idl',
'xml/XPathExpression.idl',
'xml/XPathNSResolver.idl',
'xml/XPathResult.idl',
'xml/XSLTProcessor.idl',
+ 'xmlhttprequest/XMLHttpRequest.idl',
+ 'xmlhttprequest/XMLHttpRequestEventTarget.idl',
+ 'xmlhttprequest/XMLHttpRequestProgressEvent.idl',
+ 'xmlhttprequest/XMLHttpRequestUpload.idl',
],
# core IDL files that have partial interfaces in modules.
'core_idl_with_modules_dependency_files': [
@@ -535,7 +535,7 @@
'html/track/TrackEvent.idl',
'storage/StorageEvent.idl',
'svg/SVGZoomEvent.idl',
- 'xml/XMLHttpRequestProgressEvent.idl',
+ 'xmlhttprequest/XMLHttpRequestProgressEvent.idl',
],
'webcore_files': [
'Init.cpp',
@@ -1963,14 +1963,6 @@
'xml/DocumentXPathEvaluator.h',
'xml/NativeXPathNSResolver.cpp',
'xml/NativeXPathNSResolver.h',
- 'xml/XMLHttpRequest.cpp',
- 'xml/XMLHttpRequest.h',
- 'xml/XMLHttpRequestEventTarget.h',
- 'xml/XMLHttpRequestProgressEvent.h',
- 'xml/XMLHttpRequestProgressEventThrottle.cpp',
- 'xml/XMLHttpRequestProgressEventThrottle.h',
- 'xml/XMLHttpRequestUpload.cpp',
- 'xml/XMLHttpRequestUpload.h',
'xml/XMLSerializer.cpp',
'xml/XMLSerializer.h',
'xml/XPathEvaluator.cpp',
@@ -2022,6 +2014,14 @@
'xml/parser/XMLErrors.cpp',
'xml/parser/XMLErrors.h',
'xml/parser/XMLParserInput.h',
+ 'xmlhttprequest/XMLHttpRequest.cpp',
+ 'xmlhttprequest/XMLHttpRequest.h',
+ 'xmlhttprequest/XMLHttpRequestEventTarget.h',
+ 'xmlhttprequest/XMLHttpRequestProgressEvent.h',
+ 'xmlhttprequest/XMLHttpRequestProgressEventThrottle.cpp',
+ 'xmlhttprequest/XMLHttpRequestProgressEventThrottle.h',
+ 'xmlhttprequest/XMLHttpRequestUpload.cpp',
+ 'xmlhttprequest/XMLHttpRequestUpload.h',
],
'webcore_dom_files': [
'dom/ActiveDOMObject.cpp',
« no previous file with comments | « Source/bindings/core/v8/custom/V8XMLHttpRequestCustom.cpp ('k') | Source/core/inspector/AsyncCallStackTracker.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698