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

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: ModuleScriptLoaderTest 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/bindings/bindings.gni
diff --git a/third_party/WebKit/Source/bindings/bindings.gni b/third_party/WebKit/Source/bindings/bindings.gni
index b9f725310d09784d02accd88a4ae283722db780e..19d5c101df8454a0a89a4caac33029cb4deee16a 100644
--- a/third_party/WebKit/Source/bindings/bindings.gni
+++ b/third_party/WebKit/Source/bindings/bindings.gni
@@ -70,6 +70,8 @@ bindings_core_v8_files =
"core/v8/Maplike.h",
"core/v8/Microtask.cpp",
"core/v8/Microtask.h",
+ "core/v8/ModuleController.cpp",
+ "core/v8/ModuleController.h",
"core/v8/NativeValueTraits.h",
"core/v8/Nullable.h",
"core/v8/RejectedPromises.cpp",
@@ -90,6 +92,9 @@ bindings_core_v8_files =
"core/v8/ScriptEventListener.h",
"core/v8/ScriptFunction.cpp",
"core/v8/ScriptFunction.h",
+ "core/v8/ScriptModuleResolver.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