Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1179)

Unified Diff: Source/web/web.gypi

Issue 68613003: Merges the two different page serializers (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/web/web.gypi
diff --git a/Source/web/web.gypi b/Source/web/web.gypi
index 22060e6f99646783f318428d2bd6d71373407104..65d8268adcd7f80ce02d9fa2722daa62c2421220 100644
--- a/Source/web/web.gypi
+++ b/Source/web/web.gypi
@@ -197,8 +197,6 @@
'WebPagePopupImpl.cpp',
'WebPagePopupImpl.h',
'WebPageSerializer.cpp',
- 'WebPageSerializerImpl.cpp',
- 'WebPageSerializerImpl.h',
'WebPasswordFormData.cpp',
'WebPasswordFormUtils.cpp',
'WebPasswordFormUtils.h',
@@ -286,6 +284,7 @@
'tests/LinkHighlightTest.cpp',
'tests/ListenerLeakTest.cpp',
'tests/MemoryInfo.cpp',
+ 'tests/MHTMLTest.cpp',
'tests/OpaqueRectTrackingContentLayerDelegateTest.cpp',
'tests/OpenTypeVerticalDataTest.cpp',
'tests/PageSerializerTest.cpp',
@@ -304,8 +303,6 @@
'tests/WebImageTest.cpp',
'tests/WebInputEventConversionTest.cpp',
'tests/WebInputEventFactoryTestMac.mm',
- 'tests/WebPageNewSerializerTest.cpp',
- 'tests/WebPageSerializerTest.cpp',
'tests/WebPluginContainerTest.cpp',
'tests/WebSelectorTest.cpp',
'tests/WebURLRequestTest.cpp',
@@ -321,8 +318,6 @@
# FIXME: Port PopupMenuTest to Linux and Mac.
'tests/PopupMenuTest.cpp',
'tests/TransparencyWinTest.cpp',
- 'tests/WebPageNewSerializerTest.cpp',
- 'tests/WebPageSerializerTest.cpp',
],
}
],

Powered by Google App Engine
This is Rietveld 408576698