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

Unified Diff: Source/core/core.gypi

Issue 534583002: Implemented XMLSerializer in PrivateScript. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Removed isHTMLDocument Created 6 years, 3 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 | « no previous file | Source/core/core_generated.gyp » ('j') | Source/core/xml/DocumentXMLSerializer.idl » ('J')
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 597258e22b7559786d220d011e3727a535714472..5d4ca363a2fef905517195c27103a04ec782e8f6 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -494,6 +494,7 @@
'svg/SVGURIReference.idl',
'svg/SVGZoomAndPan.idl',
'workers/AbstractWorker.idl',
+ 'xml/DocumentXMLSerializer.idl',
'xml/DocumentXPathEvaluator.idl',
],
# interfaces that inherit from Event, including Event itself
@@ -1872,7 +1873,6 @@
'xml/XMLHttpRequestProgressEventThrottle.h',
'xml/XMLHttpRequestUpload.cpp',
'xml/XMLHttpRequestUpload.h',
- 'xml/XMLSerializer.cpp',
'xml/XMLSerializer.h',
'xml/XMLTreeViewer.cpp',
'xml/XMLTreeViewer.h',
« no previous file with comments | « no previous file | Source/core/core_generated.gyp » ('j') | Source/core/xml/DocumentXMLSerializer.idl » ('J')

Powered by Google App Engine
This is Rietveld 408576698