| Index: Source/web/web.gypi
|
| diff --git a/Source/web/web.gypi b/Source/web/web.gypi
|
| index cedc302806b627300c83ed1045cd0b008f866259..43e262e604a67e71a2d50f665bbf8f767429c873 100644
|
| --- a/Source/web/web.gypi
|
| +++ b/Source/web/web.gypi
|
| @@ -307,14 +307,20 @@
|
| 'tests/WebUnitTests.cpp',
|
| 'tests/WebUserGestureTokenTest.cpp',
|
| 'tests/WebViewTest.cpp',
|
| + 'tests/sim/SimCompositor.cpp',
|
| + 'tests/sim/SimCompositor.h',
|
| + 'tests/sim/SimCanvas.cpp',
|
| + 'tests/sim/SimCanvas.h',
|
| + 'tests/sim/SimDisplayItemList.cpp',
|
| + 'tests/sim/SimDisplayItemList.h',
|
| + 'tests/sim/SimLayerTreeView.cpp',
|
| + 'tests/sim/SimLayerTreeView.h',
|
| '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"',
|
|
|