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

Side by Side 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 4 years, 11 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 unified diff | Download patch
OLDNEW
1 { 1 {
2 'variables': { 2 'variables': {
3 'web_files': [ 3 'web_files': [
4 'AssertMatchingEnums.cpp', 4 'AssertMatchingEnums.cpp',
5 'AssociatedURLLoader.cpp', 5 'AssociatedURLLoader.cpp',
6 'AssociatedURLLoader.h', 6 'AssociatedURLLoader.h',
7 'AudioOutputDeviceClientImpl.cpp', 7 'AudioOutputDeviceClientImpl.cpp',
8 'AudioOutputDeviceClientImpl.h', 8 'AudioOutputDeviceClientImpl.h',
9 'ChromeClientImpl.cpp', 9 'ChromeClientImpl.cpp',
10 'ChromeClientImpl.h', 10 'ChromeClientImpl.h',
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
138 'WebEmbeddedWorkerImpl.h', 138 'WebEmbeddedWorkerImpl.h',
139 'WebEntities.cpp', 139 'WebEntities.cpp',
140 'WebEntities.h', 140 'WebEntities.h',
141 'WebFileChooserCompletionImpl.cpp', 141 'WebFileChooserCompletionImpl.cpp',
142 'WebFileChooserCompletionImpl.h', 142 'WebFileChooserCompletionImpl.h',
143 'WebFontDescription.cpp', 143 'WebFontDescription.cpp',
144 'WebFontImpl.cpp', 144 'WebFontImpl.cpp',
145 'WebFontImpl.h', 145 'WebFontImpl.h',
146 'WebFormControlElement.cpp', 146 'WebFormControlElement.cpp',
147 'WebFormElement.cpp', 147 'WebFormElement.cpp',
148 'WebFrame.cpp',
148 'WebFrameImplBase.cpp', 149 'WebFrameImplBase.cpp',
149 'WebFrameImplBase.h', 150 'WebFrameImplBase.h',
150 'WebFrame.cpp', 151 'WebFrameSerializer.cpp',
152 'WebFrameSerializerImpl.cpp',
153 'WebFrameSerializerImpl.h',
151 'WebFrameWidgetImpl.cpp', 154 'WebFrameWidgetImpl.cpp',
152 'WebFrameWidgetImpl.h', 155 'WebFrameWidgetImpl.h',
153 'WebGeolocationController.cpp', 156 'WebGeolocationController.cpp',
154 'WebGeolocationError.cpp', 157 'WebGeolocationError.cpp',
155 'WebGeolocationPermissionRequest.cpp', 158 'WebGeolocationPermissionRequest.cpp',
156 'WebGeolocationPermissionRequestManager.cpp', 159 'WebGeolocationPermissionRequestManager.cpp',
157 'WebGeolocationPosition.cpp', 160 'WebGeolocationPosition.cpp',
158 'WebHeap.cpp', 161 'WebHeap.cpp',
159 'WebHelperPluginImpl.cpp', 162 'WebHelperPluginImpl.cpp',
160 'WebHelperPluginImpl.h', 163 'WebHelperPluginImpl.h',
(...skipping 16 matching lines...) Expand all
177 'WebMediaDevicesRequest.cpp', 180 'WebMediaDevicesRequest.cpp',
178 'WebMediaStreamRegistry.cpp', 181 'WebMediaStreamRegistry.cpp',
179 'WebMetaElement.cpp', 182 'WebMetaElement.cpp',
180 'WebMemoryPressureListener.cpp', 183 'WebMemoryPressureListener.cpp',
181 'WebNetworkStateNotifier.cpp', 184 'WebNetworkStateNotifier.cpp',
182 'WebNode.cpp', 185 'WebNode.cpp',
183 'WebOptionElement.cpp', 186 'WebOptionElement.cpp',
184 'WebPageImportanceSignals.cpp', 187 'WebPageImportanceSignals.cpp',
185 'WebPagePopupImpl.cpp', 188 'WebPagePopupImpl.cpp',
186 'WebPagePopupImpl.h', 189 'WebPagePopupImpl.h',
187 'WebPageSerializer.cpp',
188 'WebPageSerializerImpl.cpp',
189 'WebPageSerializerImpl.h',
190 'WebPerformance.cpp', 190 'WebPerformance.cpp',
191 'WebPluginContainerImpl.cpp', 191 'WebPluginContainerImpl.cpp',
192 'WebPluginContainerImpl.h', 192 'WebPluginContainerImpl.h',
193 'WebPluginDocument.cpp', 193 'WebPluginDocument.cpp',
194 'WebPluginScriptForbiddenScope.cpp', 194 'WebPluginScriptForbiddenScope.cpp',
195 'WebRange.cpp', 195 'WebRange.cpp',
196 'WebRemoteFrameImpl.cpp', 196 'WebRemoteFrameImpl.cpp',
197 'WebRemoteFrameImpl.h', 197 'WebRemoteFrameImpl.h',
198 'WebRuntimeFeatures.cpp', 198 'WebRuntimeFeatures.cpp',
199 'WebScopedMicrotaskSuppression.cpp', 199 'WebScopedMicrotaskSuppression.cpp',
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
256 # FIXME: Move the tests from web/tests/ to appropriate places. 256 # FIXME: Move the tests from web/tests/ to appropriate places.
257 # crbug.com/353585 257 # crbug.com/353585
258 'tests/ActivityLoggerTest.cpp', 258 'tests/ActivityLoggerTest.cpp',
259 'tests/ChromeClientImplTest.cpp', 259 'tests/ChromeClientImplTest.cpp',
260 'tests/CompositorWorkerTest.cpp', 260 'tests/CompositorWorkerTest.cpp',
261 'tests/DocumentLoaderTest.cpp', 261 'tests/DocumentLoaderTest.cpp',
262 'tests/DocumentLoadingRenderingTest.cpp', 262 'tests/DocumentLoadingRenderingTest.cpp',
263 'tests/FakeWebPlugin.cpp', 263 'tests/FakeWebPlugin.cpp',
264 'tests/FakeWebPlugin.h', 264 'tests/FakeWebPlugin.h',
265 'tests/FrameLoaderClientImplTest.cpp', 265 'tests/FrameLoaderClientImplTest.cpp',
266 'tests/FrameSerializerTest.cpp',
266 'tests/FrameTestHelpers.cpp', 267 'tests/FrameTestHelpers.cpp',
267 'tests/FrameTestHelpers.h', 268 'tests/FrameTestHelpers.h',
268 'tests/FrameThrottlingTest.cpp', 269 'tests/FrameThrottlingTest.cpp',
269 'tests/ImeOnFocusTest.cpp', 270 'tests/ImeOnFocusTest.cpp',
270 'tests/KeyboardTest.cpp', 271 'tests/KeyboardTest.cpp',
271 'tests/ListenerLeakTest.cpp', 272 'tests/ListenerLeakTest.cpp',
272 'tests/MHTMLTest.cpp', 273 'tests/MHTMLTest.cpp',
273 'tests/WebMeaningfulLayoutsTest.cpp',
274 'tests/PageSerializerTest.cpp',
275 'tests/PrerenderingTest.cpp', 274 'tests/PrerenderingTest.cpp',
276 'tests/ProgrammaticScrollTest.cpp', 275 'tests/ProgrammaticScrollTest.cpp',
277 'tests/LayoutGeometryMapTest.cpp', 276 'tests/LayoutGeometryMapTest.cpp',
278 'tests/ScreenWakeLockTest.cpp', 277 'tests/ScreenWakeLockTest.cpp',
279 'tests/ScrollingCoordinatorTest.cpp', 278 'tests/ScrollingCoordinatorTest.cpp',
280 'tests/SpinLockTest.cpp', 279 'tests/SpinLockTest.cpp',
281 'tests/TextFinderTest.cpp', 280 'tests/TextFinderTest.cpp',
282 'tests/TopControlsTest.cpp', 281 'tests/TopControlsTest.cpp',
283 'tests/TouchActionTest.cpp', 282 'tests/TouchActionTest.cpp',
284 'tests/ViewportTest.cpp', 283 'tests/ViewportTest.cpp',
285 'tests/VisualViewportTest.cpp', 284 'tests/VisualViewportTest.cpp',
286 'tests/WebDocumentTest.cpp', 285 'tests/WebDocumentTest.cpp',
286 'tests/WebFrameSerializerTest.cpp',
287 'tests/WebFrameTest.cpp', 287 'tests/WebFrameTest.cpp',
288 'tests/WebHelperPluginTest.cpp', 288 'tests/WebHelperPluginTest.cpp',
289 'tests/WebImageTest.cpp', 289 'tests/WebImageTest.cpp',
290 'tests/WebInputEventConversionTest.cpp', 290 'tests/WebInputEventConversionTest.cpp',
291 'tests/WebPageSerializerTest.cpp', 291 'tests/WebMeaningfulLayoutsTest.cpp',
292 'tests/WebPluginContainerTest.cpp', 292 'tests/WebPluginContainerTest.cpp',
293 'tests/WebScopedWindowFocusAllowedIndicatorTest.cpp', 293 'tests/WebScopedWindowFocusAllowedIndicatorTest.cpp',
294 'tests/WebSearchableFormDataTest.cpp', 294 'tests/WebSearchableFormDataTest.cpp',
295 'tests/WebSelectorTest.cpp', 295 'tests/WebSelectorTest.cpp',
296 'tests/WebURLRequestTest.cpp', 296 'tests/WebURLRequestTest.cpp',
297 'tests/WebURLResponseTest.cpp', 297 'tests/WebURLResponseTest.cpp',
298 'tests/WebUnitTests.cpp', 298 'tests/WebUnitTests.cpp',
299 'tests/WebUserGestureTokenTest.cpp', 299 'tests/WebUserGestureTokenTest.cpp',
300 'tests/WebViewTest.cpp', 300 'tests/WebViewTest.cpp',
301 'tests/sim/SimCanvas.cpp', 301 'tests/sim/SimCanvas.cpp',
302 'tests/sim/SimCanvas.h', 302 'tests/sim/SimCanvas.h',
303 'tests/sim/SimCompositor.cpp', 303 'tests/sim/SimCompositor.cpp',
304 'tests/sim/SimCompositor.h', 304 'tests/sim/SimCompositor.h',
305 'tests/sim/SimDisplayItemList.cpp', 305 'tests/sim/SimDisplayItemList.cpp',
306 'tests/sim/SimDisplayItemList.h', 306 'tests/sim/SimDisplayItemList.h',
307 'tests/sim/SimNetwork.cpp', 307 'tests/sim/SimNetwork.cpp',
308 'tests/sim/SimNetwork.h', 308 'tests/sim/SimNetwork.h',
309 'tests/sim/SimRequest.cpp', 309 'tests/sim/SimRequest.cpp',
310 'tests/sim/SimRequest.h', 310 'tests/sim/SimRequest.h',
311 'tests/sim/SimTest.cpp', 311 'tests/sim/SimTest.cpp',
312 'tests/sim/SimTest.h', 312 'tests/sim/SimTest.h',
313 'tests/sim/SimWebViewClient.cpp', 313 'tests/sim/SimWebViewClient.cpp',
314 'tests/sim/SimWebViewClient.h', 314 'tests/sim/SimWebViewClient.h',
315 ], 315 ],
316 }, 316 },
317 } 317 }
OLDNEW
« 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