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

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

Issue 2643003002: [ES6 modules] Introduce ModuleScript model object (Closed)
Patch Set: yhirano / CORE_EXPORT 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 d744cfc795839ab7cda50cc17baa53ef9028f74e..92ce56765b9880d780e1e01eb45219e469ce5327 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 | « third_party/WebKit/Source/bindings/core/v8/ScriptModule.h ('k') | third_party/WebKit/Source/core/dom/ModuleScript.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698