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

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

Issue 2639893003: [ES6 modules] Introduce Modulator "module map settings 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 d0e6dd37f9c082cd937e0350cfeff174415ac6b8..48183ef23c804cc6576589d2d73ae4eafd5b022c 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",
+ "Modulator.cpp",
+ "Modulator.h",
"MutationCallback.h",
"MutationObserver.cpp",
"MutationObserver.h",

Powered by Google App Engine
This is Rietveld 408576698