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

Unified Diff: Source/web/web.gypi

Issue 1295063002: Revert "Remove old serializer" It caused a regression, crbug.com/510422 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 4 months 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
« no previous file with comments | « Source/web/tests/data/pageserialization/top_frame.html ('k') | public/web/WebPageSerializer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/web.gypi
diff --git a/Source/web/web.gypi b/Source/web/web.gypi
index 6c97160002ade4b11761a5d437006c05fa3a8fc7..68f18a113a0d80b091f9a3940bf043842ba17b0e 100644
--- a/Source/web/web.gypi
+++ b/Source/web/web.gypi
@@ -191,6 +191,8 @@
'WebPagePopupImpl.cpp',
'WebPagePopupImpl.h',
'WebPageSerializer.cpp',
+ 'WebPageSerializerImpl.cpp',
+ 'WebPageSerializerImpl.h',
'WebPerformance.cpp',
'WebPluginContainerImpl.cpp',
'WebPluginContainerImpl.h',
@@ -299,6 +301,7 @@
'tests/WebImageTest.cpp',
'tests/WebInputEventConversionTest.cpp',
'tests/WebInputEventFactoryTestMac.mm',
+ 'tests/WebPageSerializerTest.cpp',
'tests/WebPluginContainerTest.cpp',
'tests/WebScopedWindowFocusAllowedIndicatorTest.cpp',
'tests/WebSearchableFormDataTest.cpp',
@@ -310,6 +313,13 @@
'tests/WebViewTest.cpp',
],
'conditions': [
+ ['OS=="win"',
+ {
+ 'web_unittest_files': [
+ 'tests/WebPageSerializerTest.cpp',
+ ],
+ }
+ ],
['OS!="mac"',
{
'web_unittest_files': [
« no previous file with comments | « Source/web/tests/data/pageserialization/top_frame.html ('k') | public/web/WebPageSerializer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698