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

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

Issue 2643003002: [ES6 modules] Introduce ModuleScript model object (Closed)
Patch Set: Created 3 years, 11 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 48183ef23c804cc6576589d2d73ae4eafd5b022c..8947218a1be8fe7922182e0be7bf22846cdf60e2 100644
--- a/third_party/WebKit/Source/core/dom/BUILD.gn
+++ b/third_party/WebKit/Source/core/dom/BUILD.gn
@@ -181,6 +181,8 @@ blink_core_sources("dom") {
"MessagePort.cpp",
"Modulator.cpp",
"Modulator.h",
+ "ModuleScript.cpp",
+ "ModuleScript.h",
"MutationCallback.h",
"MutationObserver.cpp",
"MutationObserver.h",
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/dom/ModuleScript.h » ('j') | third_party/WebKit/Source/core/dom/ModuleScript.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698