Index: trunk/Source/web/web.gypi |
=================================================================== |
--- trunk/Source/web/web.gypi (revision 162155) |
+++ trunk/Source/web/web.gypi (working copy) |
@@ -196,6 +196,8 @@ |
'WebPagePopupImpl.cpp', |
'WebPagePopupImpl.h', |
'WebPageSerializer.cpp', |
+ 'WebPageSerializerImpl.cpp', |
+ 'WebPageSerializerImpl.h', |
'WebPasswordFormData.cpp', |
'WebPasswordFormUtils.cpp', |
'WebPasswordFormUtils.h', |
@@ -283,7 +285,6 @@ |
'tests/LinkHighlightTest.cpp', |
'tests/ListenerLeakTest.cpp', |
'tests/MemoryInfo.cpp', |
- 'tests/MHTMLTest.cpp', |
'tests/OpaqueRectTrackingContentLayerDelegateTest.cpp', |
'tests/OpenTypeVerticalDataTest.cpp', |
'tests/PageSerializerTest.cpp', |
@@ -302,6 +303,8 @@ |
'tests/WebImageTest.cpp', |
'tests/WebInputEventConversionTest.cpp', |
'tests/WebInputEventFactoryTestMac.mm', |
+ 'tests/WebPageNewSerializerTest.cpp', |
+ 'tests/WebPageSerializerTest.cpp', |
'tests/WebPluginContainerTest.cpp', |
'tests/WebSelectorTest.cpp', |
'tests/WebURLRequestTest.cpp', |
@@ -317,6 +320,8 @@ |
# FIXME: Port PopupMenuTest to Linux and Mac. |
'tests/PopupMenuTest.cpp', |
'tests/TransparencyWinTest.cpp', |
+ 'tests/WebPageNewSerializerTest.cpp', |
+ 'tests/WebPageSerializerTest.cpp', |
], |
} |
], |