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

Unified Diff: Source/core/BUILD.gn

Issue 534583002: Implemented XMLSerializer in PrivateScript. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 2 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
Index: Source/core/BUILD.gn
diff --git a/Source/core/BUILD.gn b/Source/core/BUILD.gn
index ea4fca5cd6ba0265cf7cb17f0569113df401b4fd..893c831c9145d192f00fdf594e906e68af38f14d 100644
--- a/Source/core/BUILD.gn
+++ b/Source/core/BUILD.gn
@@ -919,6 +919,7 @@ action("make_core_generated_private_script") {
"html/HTMLMarqueeElement.js",
"html/shadow/PluginPlaceholderElement.js",
"xml/DocumentXMLTreeViewer.js",
+ "xml/XMLSerializer.js",
]
outputs = [
"$blink_core_output_dir/PrivateScriptSources.h",

Powered by Google App Engine
This is Rietveld 408576698