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

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

Issue 2815453006: Introduce ModulePendingScript (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 13a8eb86ff3c8af3b89daef649cccf360e11c455..c23c3a3d3ebfebb71b5d633934d0d1020b2b43b3 100644
--- a/third_party/WebKit/Source/core/dom/BUILD.gn
+++ b/third_party/WebKit/Source/core/dom/BUILD.gn
@@ -197,6 +197,8 @@ blink_core_sources("dom") {
"Modulator.h",
"ModuleMap.cpp",
"ModuleMap.h",
+ "ModulePendingScript.cpp",
+ "ModulePendingScript.h",
"ModuleScript.cpp",
"ModuleScript.h",
"MutationCallback.h",

Powered by Google App Engine
This is Rietveld 408576698