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", |