| 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',
|
|
|