Index: Source/web/web.gypi |
diff --git a/Source/web/web.gypi b/Source/web/web.gypi |
index da000d5e09d9a1b7d3ff5cbe1a32dd3efd211043..0c05e15ad79674eae36bf1ca7b03b34e005b92fa 100644 |
--- a/Source/web/web.gypi |
+++ b/Source/web/web.gypi |
@@ -269,6 +269,7 @@ |
'tests/ChromeClientImplTest.cpp', |
'tests/CustomEventTest.cpp', |
'tests/DocumentLoaderTest.cpp', |
+ 'tests/DocumentLoadingRenderingTest.cpp', |
'tests/FakeWebPlugin.cpp', |
'tests/FakeWebPlugin.h', |
'tests/FrameLoaderClientImplTest.cpp', |
@@ -308,6 +309,14 @@ |
'tests/WebUnitTests.cpp', |
'tests/WebUserGestureTokenTest.cpp', |
'tests/WebViewTest.cpp', |
+ 'tests/sim/SimNetwork.cpp', |
+ 'tests/sim/SimNetwork.h', |
+ 'tests/sim/SimRequest.cpp', |
+ 'tests/sim/SimRequest.h', |
+ 'tests/sim/SimWebViewClient.cpp', |
+ 'tests/sim/SimWebViewClient.h', |
+ 'tests/sim/SimLayerTreeView.cpp', |
+ 'tests/sim/SimLayerTreeView.h', |
], |
'conditions': [ |
['OS=="win"', |