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

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

Issue 2555653002: [WIP Prototype] ES6 https://html.spec.whatwg.org/#fetch-a-single-module-script implementation (Closed)
Patch Set: snapshot Created 3 years, 10 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/BUILD.gn
diff --git a/third_party/WebKit/Source/core/BUILD.gn b/third_party/WebKit/Source/core/BUILD.gn
index 91c4e8e555bb1e7cc56ec605f0d60a993bbf06a0..17fb720f5de605a8437c9edf395da95571531e0b 100644
--- a/third_party/WebKit/Source/core/BUILD.gn
+++ b/third_party/WebKit/Source/core/BUILD.gn
@@ -244,6 +244,7 @@ source_set("testing") {
"testing/DeathAwareScriptWrappable.h",
"testing/DictionaryTest.cpp",
"testing/DictionaryTest.h",
+ "testing/DummyModulator.h",
"testing/DummyPageHolder.cpp",
"testing/DummyPageHolder.h",
"testing/GCObservation.cpp",
@@ -1056,6 +1057,7 @@ source_set("unit_tests") {
"dom/ExecutionContextTaskTest.cpp",
"dom/IdleDeadlineTest.cpp",
"dom/ModulatorTest.cpp",
+ "dom/ModuleMapTest.cpp",
"dom/MutationObserverTest.cpp",
"dom/NodeTest.cpp",
"dom/NthIndexCacheTest.cpp",
@@ -1200,6 +1202,7 @@ source_set("unit_tests") {
"loader/ProgressTrackerTest.cpp",
"loader/TextResourceDecoderBuilderTest.cpp",
"loader/ThreadableLoaderTest.cpp",
+ "loader/modulescript/ModuleScriptLoaderTest.cpp",
"loader/resource/CSSStyleSheetResourceTest.cpp",
"loader/resource/FontResourceTest.cpp",
"loader/resource/ImageResourceTest.cpp",
« no previous file with comments | « third_party/WebKit/Source/bindings/core/v8/ScriptModule.cpp ('k') | third_party/WebKit/Source/core/dom/AncestorList.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698