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

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

Issue 2555653002: [WIP Prototype] ES6 https://html.spec.whatwg.org/#fetch-a-single-module-script implementation (Closed)
Patch Set: Created 4 years 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 186e895c2632d8c93cb35c071b96febca3573a73..7e69d3880a71e4af1611d241bce3dcbb45983dde 100644
--- a/third_party/WebKit/Source/core/dom/BUILD.gn
+++ b/third_party/WebKit/Source/core/dom/BUILD.gn
@@ -179,6 +179,8 @@ blink_core_sources("dom") {
"MessageChannel.cpp",
"MessageChannel.h",
"MessagePort.cpp",
+ "ModuleMap.cpp",
+ "ModuleMap.h",
"MutationCallback.h",
"MutationObserver.cpp",
"MutationObserver.h",
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/dom/Document.h » ('j') | third_party/WebKit/Source/core/dom/ModuleMap.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698