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

Unified Diff: Source/core/core.gypi

Issue 365873002: Implement a part of ProcessingInstruction by using PrivateScript (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: WIP: async XHR, rewriting layout tests 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 | « Source/core/BUILD.gn ('k') | Source/core/core_generated.gyp » ('j') | no next file with comments »
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 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',
« no previous file with comments | « Source/core/BUILD.gn ('k') | Source/core/core_generated.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698