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

Unified Diff: Source/core/BUILD.gn

Issue 522783002: Add a custom element to own structure of shadow DOM plugin placeholders. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Blink-in-JS Created 6 years, 4 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 6f88bd0a629b45c3262cd28f138489b5de9b7dfc..4af99755802696c7f798831e336cfd45b00b952b 100644
--- a/Source/core/BUILD.gn
+++ b/Source/core/BUILD.gn
@@ -942,6 +942,7 @@ action("make_core_generated_private_script") {
inputs = [
"../bindings/core/v8/PrivateScriptRunner.js",
"../core/html/HTMLMarqueeElement.js",
+ "../core/html/shadow/PluginPlaceholderElement.js",
]
outputs = [
"$blink_core_output_dir/PrivateScriptSources.h",

Powered by Google App Engine
This is Rietveld 408576698