| Index: Source/core/core.gypi
|
| diff --git a/Source/core/core.gypi b/Source/core/core.gypi
|
| index 3562408ba2f945a30a7eaf0caaa0079e4cde56e0..e861bc08f6d547ae9fd8561db560f012d6d58e79 100644
|
| --- a/Source/core/core.gypi
|
| +++ b/Source/core/core.gypi
|
| @@ -499,6 +499,8 @@
|
| 'workers/AbstractWorker.idl',
|
| 'xml/DocumentXMLTreeViewer.idl',
|
| 'xml/DocumentXPathEvaluator.idl',
|
| + 'xml/DocumentXSLT.idl',
|
| + 'xml/WindowXSLT.idl',
|
| ],
|
| # interfaces that inherit from Event, including Event itself
|
| 'core_event_idl_files': [
|
| @@ -1973,6 +1975,8 @@
|
| 'xml/DocumentXPathEvaluator.h',
|
| 'xml/NativeXPathNSResolver.cpp',
|
| 'xml/NativeXPathNSResolver.h',
|
| + 'xml/WindowXSLT.cpp',
|
| + 'xml/WindowXSLT.h',
|
| 'xml/XMLSerializer.cpp',
|
| 'xml/XMLSerializer.h',
|
| 'xml/XPathEvaluator.cpp',
|
|
|