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

Unified Diff: third_party/WebKit/Source/bindings/bindings.gni

Issue 2555653002: [WIP Prototype] ES6 https://html.spec.whatwg.org/#fetch-a-single-module-script implementation (Closed)
Patch Set: WIP: ModuleLoaderClient && crafts to make it work even if notifyFinished adds another ModuleLoaderC… 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/bindings/bindings.gni
diff --git a/third_party/WebKit/Source/bindings/bindings.gni b/third_party/WebKit/Source/bindings/bindings.gni
index c64d677e34b3d4fc410a389094c5f77e02d7a0f6..e770851ce81988c384a6941c77d735f423f796d9 100644
--- a/third_party/WebKit/Source/bindings/bindings.gni
+++ b/third_party/WebKit/Source/bindings/bindings.gni
@@ -93,6 +93,8 @@ bindings_core_v8_files =
"core/v8/ScriptEventListener.h",
"core/v8/ScriptFunction.cpp",
"core/v8/ScriptFunction.h",
+ "core/v8/ScriptModule.cpp",
+ "core/v8/ScriptModule.h",
"core/v8/ScriptPromise.cpp",
"core/v8/ScriptPromise.h",
"core/v8/ScriptPromiseProperties.h",

Powered by Google App Engine
This is Rietveld 408576698