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

Unified Diff: Source/core/BUILD.gn

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 | « LayoutTests/platform/win/fast/xsl/document-function-expected.txt ('k') | Source/core/core.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/BUILD.gn
diff --git a/Source/core/BUILD.gn b/Source/core/BUILD.gn
index e2414680a30ac8a10322c8e5ae796a56ddbe4064..dd44c22d8c94f2e4865381965785da4e41b4cc40 100644
--- a/Source/core/BUILD.gn
+++ b/Source/core/BUILD.gn
@@ -941,8 +941,10 @@ action("make_core_generated_private_script") {
inputs = [
"../bindings/core/v8/PrivateScriptRunner.js",
+ "dom/ProcessingInstruction.js",
"html/HTMLMarqueeElement.js",
"xml/DocumentXMLTreeViewer.js",
+ "xml/DocumentXSLT.js",
]
outputs = [
"$blink_core_output_dir/PrivateScriptSources.h",
« no previous file with comments | « LayoutTests/platform/win/fast/xsl/document-function-expected.txt ('k') | Source/core/core.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698