| Index: Source/core/core.gypi
|
| diff --git a/Source/core/core.gypi b/Source/core/core.gypi
|
| index 79043541cd131acdc021b5484af950da68700f6f..33c07328fa0c5c2a6d0e2f8e1ba7ac7560a6afb7 100644
|
| --- a/Source/core/core.gypi
|
| +++ b/Source/core/core.gypi
|
| @@ -496,6 +496,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': [
|
| @@ -1864,6 +1866,8 @@
|
| 'xml/DocumentXPathEvaluator.h',
|
| 'xml/NativeXPathNSResolver.cpp',
|
| 'xml/NativeXPathNSResolver.h',
|
| + 'xml/WindowXSLT.cpp',
|
| + 'xml/WindowXSLT.h',
|
| 'xml/XMLHttpRequest.cpp',
|
| 'xml/XMLHttpRequest.h',
|
| 'xml/XMLHttpRequestEventTarget.h',
|
|
|