| 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",
|
|
|