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

Unified Diff: third_party/WebKit/Source/core/dom/BUILD.gn

Issue 2780463002: Introduce blink::Script (Closed)
Patch Set: Rebase Created 3 years, 8 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: third_party/WebKit/Source/core/dom/BUILD.gn
diff --git a/third_party/WebKit/Source/core/dom/BUILD.gn b/third_party/WebKit/Source/core/dom/BUILD.gn
index 992d30a0ed6b55721f67e188be3f056efb7c1bd8..496dab61201bea2afe637971cc49acfb33f28201 100644
--- a/third_party/WebKit/Source/core/dom/BUILD.gn
+++ b/third_party/WebKit/Source/core/dom/BUILD.gn
@@ -32,6 +32,8 @@ blink_core_sources("dom") {
"ChildNodeList.h",
"ClassCollection.cpp",
"ClassCollection.h",
+ "ClassicScript.cpp",
+ "ClassicScript.h",
"ClientRect.cpp",
"ClientRect.h",
"ClientRectList.cpp",
@@ -263,6 +265,7 @@ blink_core_sources("dom") {
"SandboxFlags.cpp",
"SandboxFlags.h",
"ScopedWindowFocusAllowedIndicator.h",
+ "Script.h",
"ScriptElementBase.cpp",
"ScriptElementBase.h",
"ScriptLoader.cpp",
« no previous file with comments | « third_party/WebKit/Source/bindings/core/v8/ScriptStreamerTest.cpp ('k') | third_party/WebKit/Source/core/dom/ClassicScript.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698