Index: trunk/Source/web/web.gypi |
=================================================================== |
--- trunk/Source/web/web.gypi (revision 164117) |
+++ trunk/Source/web/web.gypi (working copy) |
@@ -195,6 +195,8 @@ |
'WebPagePopupImpl.cpp', |
'WebPagePopupImpl.h', |
'WebPageSerializer.cpp', |
+ 'WebPageSerializerImpl.cpp', |
+ 'WebPageSerializerImpl.h', |
'WebPasswordFormData.cpp', |
'WebPasswordFormUtils.cpp', |
'WebPasswordFormUtils.h', |
@@ -291,7 +293,6 @@ |
'tests/LinkHighlightTest.cpp', |
'tests/ListenerLeakTest.cpp', |
'tests/MemoryInfo.cpp', |
- 'tests/MHTMLTest.cpp', |
'tests/MockWebGraphicsContext3D.h', |
'tests/OpaqueRectTrackingContentLayerDelegateTest.cpp', |
'tests/OpenTypeVerticalDataTest.cpp', |
@@ -313,6 +314,8 @@ |
'tests/WebInputEventConversionTest.cpp', |
'tests/WebInputEventFactoryTestMac.mm', |
'tests/WEBPImageDecoderTest.cpp', |
+ 'tests/WebPageNewSerializerTest.cpp', |
+ 'tests/WebPageSerializerTest.cpp', |
'tests/WebPluginContainerTest.cpp', |
'tests/WebSearchableFormDataTest.cpp', |
'tests/WebSelectorTest.cpp', |
@@ -329,6 +332,8 @@ |
# FIXME: Port PopupMenuTest to Linux and Mac. |
'tests/PopupMenuTest.cpp', |
'tests/TransparencyWinTest.cpp', |
+ 'tests/WebPageNewSerializerTest.cpp', |
+ 'tests/WebPageSerializerTest.cpp', |
], |
} |
], |