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

Unified Diff: third_party/WebKit/Source/web/web.gypi

Issue 1541463002: Rename [Web]PageSerializer[Test|Client|Impl] to ...FrameSerializer... (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mhtml-deduplication-of-resources
Patch Set: Rebasing... Created 5 years 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: 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',
« no previous file with comments | « third_party/WebKit/Source/web/tests/data/pageserializer/xml/xmldecl.xml ('k') | third_party/WebKit/public/blink_headers.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698