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

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: snapshot Dec19 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 bca6a6818fd293dceb94803218a053c8e7c5c073..799846a1f8d6f012054e79734a7b68932aa115e6 100644
--- a/third_party/WebKit/Source/bindings/bindings.gni
+++ b/third_party/WebKit/Source/bindings/bindings.gni
@@ -91,6 +91,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