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

Unified Diff: Source/core/core.gypi

Issue 703193004: XSLT-in-PrivateScript (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 1 month 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 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',

Powered by Google App Engine
This is Rietveld 408576698