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

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: latest working ver that compiles modules but crashes inside V8 when executing 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 ac209c0d66c95650a1db6f5733ed0036526c4d07..c1874b91e85234a5250e8f417334fb84891f6710 100644
--- a/third_party/WebKit/Source/core/dom/BUILD.gn
+++ b/third_party/WebKit/Source/core/dom/BUILD.gn
@@ -177,6 +177,8 @@ blink_core_sources("dom") {
"MessageChannel.cpp",
"MessageChannel.h",
"MessagePort.cpp",
+ "ModuleMap.cpp",
+ "ModuleMap.h",
"MutationCallback.h",
"MutationObserver.cpp",
"MutationObserver.h",

Powered by Google App Engine
This is Rietveld 408576698