| Index: Source/web/web.gypi
|
| diff --git a/Source/web/web.gypi b/Source/web/web.gypi
|
| index 6bea82c67ff505081a8f7cdfcc152b1167602774..061fc70db3786bce27b883266a379f7733056464 100644
|
| --- a/Source/web/web.gypi
|
| +++ b/Source/web/web.gypi
|
| @@ -194,8 +194,6 @@
|
| 'WebPagePopupImpl.cpp',
|
| 'WebPagePopupImpl.h',
|
| 'WebPageSerializer.cpp',
|
| - 'WebPageSerializerImpl.cpp',
|
| - 'WebPageSerializerImpl.h',
|
| 'WebPerformance.cpp',
|
| 'WebPluginContainerImpl.cpp',
|
| 'WebPluginContainerImpl.h',
|
| @@ -297,7 +295,6 @@
|
| 'tests/WebImageTest.cpp',
|
| 'tests/WebInputEventConversionTest.cpp',
|
| 'tests/WebInputEventFactoryTestMac.mm',
|
| - 'tests/WebPageSerializerTest.cpp',
|
| 'tests/WebPluginContainerTest.cpp',
|
| 'tests/WebScopedWindowFocusAllowedIndicatorTest.cpp',
|
| 'tests/WebSearchableFormDataTest.cpp',
|
| @@ -309,13 +306,6 @@
|
| 'tests/WebViewTest.cpp',
|
| ],
|
| 'conditions': [
|
| - ['OS=="win"',
|
| - {
|
| - 'web_unittest_files': [
|
| - 'tests/WebPageSerializerTest.cpp',
|
| - ],
|
| - }
|
| - ],
|
| ['OS!="mac"',
|
| {
|
| 'web_unittest_files': [
|
|
|