| Index: third_party/WebKit/Source/web/web.gypi
|
| diff --git a/third_party/WebKit/Source/web/web.gypi b/third_party/WebKit/Source/web/web.gypi
|
| index bbfa3a6a3d922d784f3a50f24f533fe4727321e2..81cac440c62fc0041440cd40aa354d027fa6578d 100644
|
| --- a/third_party/WebKit/Source/web/web.gypi
|
| +++ b/third_party/WebKit/Source/web/web.gypi
|
| @@ -145,9 +145,12 @@
|
| 'WebFontImpl.h',
|
| 'WebFormControlElement.cpp',
|
| 'WebFormElement.cpp',
|
| + 'WebFrame.cpp',
|
| 'WebFrameImplBase.cpp',
|
| 'WebFrameImplBase.h',
|
| - 'WebFrame.cpp',
|
| + 'WebFrameSerializer.cpp',
|
| + 'WebFrameSerializerImpl.cpp',
|
| + 'WebFrameSerializerImpl.h',
|
| 'WebFrameWidgetImpl.cpp',
|
| 'WebFrameWidgetImpl.h',
|
| 'WebGeolocationController.cpp',
|
| @@ -184,9 +187,6 @@
|
| 'WebPageImportanceSignals.cpp',
|
| 'WebPagePopupImpl.cpp',
|
| 'WebPagePopupImpl.h',
|
| - 'WebPageSerializer.cpp',
|
| - 'WebPageSerializerImpl.cpp',
|
| - 'WebPageSerializerImpl.h',
|
| 'WebPerformance.cpp',
|
| 'WebPluginContainerImpl.cpp',
|
| 'WebPluginContainerImpl.h',
|
| @@ -263,6 +263,7 @@
|
| 'tests/FakeWebPlugin.cpp',
|
| 'tests/FakeWebPlugin.h',
|
| 'tests/FrameLoaderClientImplTest.cpp',
|
| + 'tests/FrameSerializerTest.cpp',
|
| 'tests/FrameTestHelpers.cpp',
|
| 'tests/FrameTestHelpers.h',
|
| 'tests/FrameThrottlingTest.cpp',
|
| @@ -270,8 +271,6 @@
|
| 'tests/KeyboardTest.cpp',
|
| 'tests/ListenerLeakTest.cpp',
|
| 'tests/MHTMLTest.cpp',
|
| - 'tests/WebMeaningfulLayoutsTest.cpp',
|
| - 'tests/PageSerializerTest.cpp',
|
| 'tests/PrerenderingTest.cpp',
|
| 'tests/ProgrammaticScrollTest.cpp',
|
| 'tests/LayoutGeometryMapTest.cpp',
|
| @@ -284,11 +283,12 @@
|
| 'tests/ViewportTest.cpp',
|
| 'tests/VisualViewportTest.cpp',
|
| 'tests/WebDocumentTest.cpp',
|
| + 'tests/WebFrameSerializerTest.cpp',
|
| 'tests/WebFrameTest.cpp',
|
| 'tests/WebHelperPluginTest.cpp',
|
| 'tests/WebImageTest.cpp',
|
| 'tests/WebInputEventConversionTest.cpp',
|
| - 'tests/WebPageSerializerTest.cpp',
|
| + 'tests/WebMeaningfulLayoutsTest.cpp',
|
| 'tests/WebPluginContainerTest.cpp',
|
| 'tests/WebScopedWindowFocusAllowedIndicatorTest.cpp',
|
| 'tests/WebSearchableFormDataTest.cpp',
|
|
|