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

Side by Side Diff: trunk/Source/web/web.gypi

Issue 107233005: Revert 164094 "This review merges the two existing page serializ..." (Closed) Base URL: svn://svn.chromium.org/blink/
Patch Set: Created 7 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 { 1 {
2 'variables': { 2 'variables': {
3 'web_files': [ 3 'web_files': [
4 'ApplicationCacheHost.cpp', 4 'ApplicationCacheHost.cpp',
5 'ApplicationCacheHostInternal.h', 5 'ApplicationCacheHostInternal.h',
6 'AssertMatchingEnums.cpp', 6 'AssertMatchingEnums.cpp',
7 'AssociatedURLLoader.cpp', 7 'AssociatedURLLoader.cpp',
8 'AssociatedURLLoader.h', 8 'AssociatedURLLoader.h',
9 'AutofillPopupMenuClient.cpp', 9 'AutofillPopupMenuClient.cpp',
10 'AutofillPopupMenuClient.h', 10 'AutofillPopupMenuClient.h',
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
188 'WebMediaStreamRegistry.cpp', 188 'WebMediaStreamRegistry.cpp',
189 'WebNetworkStateNotifier.cpp', 189 'WebNetworkStateNotifier.cpp',
190 'WebNode.cpp', 190 'WebNode.cpp',
191 'WebNodeCollection.cpp', 191 'WebNodeCollection.cpp',
192 'WebNodeList.cpp', 192 'WebNodeList.cpp',
193 'WebNotification.cpp', 193 'WebNotification.cpp',
194 'WebOptionElement.cpp', 194 'WebOptionElement.cpp',
195 'WebPagePopupImpl.cpp', 195 'WebPagePopupImpl.cpp',
196 'WebPagePopupImpl.h', 196 'WebPagePopupImpl.h',
197 'WebPageSerializer.cpp', 197 'WebPageSerializer.cpp',
198 'WebPageSerializerImpl.cpp',
199 'WebPageSerializerImpl.h',
198 'WebPasswordFormData.cpp', 200 'WebPasswordFormData.cpp',
199 'WebPasswordFormUtils.cpp', 201 'WebPasswordFormUtils.cpp',
200 'WebPasswordFormUtils.h', 202 'WebPasswordFormUtils.h',
201 'WebPerformance.cpp', 203 'WebPerformance.cpp',
202 'WebPluginContainerImpl.cpp', 204 'WebPluginContainerImpl.cpp',
203 'WebPluginContainerImpl.h', 205 'WebPluginContainerImpl.h',
204 'WebPluginDocument.cpp', 206 'WebPluginDocument.cpp',
205 'WebPluginLoadObserver.cpp', 207 'WebPluginLoadObserver.cpp',
206 'WebPluginLoadObserver.h', 208 'WebPluginLoadObserver.h',
207 'WebPluginScrollbarImpl.cpp', 209 'WebPluginScrollbarImpl.cpp',
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
284 'tests/GIFImageDecoderTest.cpp', 286 'tests/GIFImageDecoderTest.cpp',
285 'tests/GraphicsContextTest.cpp', 287 'tests/GraphicsContextTest.cpp',
286 'tests/GraphicsLayerTest.cpp', 288 'tests/GraphicsLayerTest.cpp',
287 'tests/ImageFilterBuilderTest.cpp', 289 'tests/ImageFilterBuilderTest.cpp',
288 'tests/ImageLayerChromiumTest.cpp', 290 'tests/ImageLayerChromiumTest.cpp',
289 'tests/JPEGImageDecoderTest.cpp', 291 'tests/JPEGImageDecoderTest.cpp',
290 'tests/KeyboardTest.cpp', 292 'tests/KeyboardTest.cpp',
291 'tests/LinkHighlightTest.cpp', 293 'tests/LinkHighlightTest.cpp',
292 'tests/ListenerLeakTest.cpp', 294 'tests/ListenerLeakTest.cpp',
293 'tests/MemoryInfo.cpp', 295 'tests/MemoryInfo.cpp',
294 'tests/MHTMLTest.cpp',
295 'tests/MockWebGraphicsContext3D.h', 296 'tests/MockWebGraphicsContext3D.h',
296 'tests/OpaqueRectTrackingContentLayerDelegateTest.cpp', 297 'tests/OpaqueRectTrackingContentLayerDelegateTest.cpp',
297 'tests/OpenTypeVerticalDataTest.cpp', 298 'tests/OpenTypeVerticalDataTest.cpp',
298 'tests/PageSerializerTest.cpp', 299 'tests/PageSerializerTest.cpp',
299 'tests/PaintAggregatorTest.cpp', 300 'tests/PaintAggregatorTest.cpp',
300 'tests/PopupContainerTest.cpp', 301 'tests/PopupContainerTest.cpp',
301 'tests/PrerenderingTest.cpp', 302 'tests/PrerenderingTest.cpp',
302 'tests/ProgrammaticScrollTest.cpp', 303 'tests/ProgrammaticScrollTest.cpp',
303 'tests/RenderTableCellTest.cpp', 304 'tests/RenderTableCellTest.cpp',
304 'tests/RenderTableRowTest.cpp', 305 'tests/RenderTableRowTest.cpp',
305 'tests/ScrollingCoordinatorChromiumTest.cpp', 306 'tests/ScrollingCoordinatorChromiumTest.cpp',
306 'tests/SpinLockTest.cpp', 307 'tests/SpinLockTest.cpp',
307 'tests/TouchActionTest.cpp', 308 'tests/TouchActionTest.cpp',
308 'tests/URLTestHelpers.cpp', 309 'tests/URLTestHelpers.cpp',
309 'tests/URLTestHelpers.h', 310 'tests/URLTestHelpers.h',
310 'tests/ViewportTest.cpp', 311 'tests/ViewportTest.cpp',
311 'tests/WebFrameTest.cpp', 312 'tests/WebFrameTest.cpp',
312 'tests/WebImageTest.cpp', 313 'tests/WebImageTest.cpp',
313 'tests/WebInputEventConversionTest.cpp', 314 'tests/WebInputEventConversionTest.cpp',
314 'tests/WebInputEventFactoryTestMac.mm', 315 'tests/WebInputEventFactoryTestMac.mm',
315 'tests/WEBPImageDecoderTest.cpp', 316 'tests/WEBPImageDecoderTest.cpp',
317 'tests/WebPageNewSerializerTest.cpp',
318 'tests/WebPageSerializerTest.cpp',
316 'tests/WebPluginContainerTest.cpp', 319 'tests/WebPluginContainerTest.cpp',
317 'tests/WebSearchableFormDataTest.cpp', 320 'tests/WebSearchableFormDataTest.cpp',
318 'tests/WebSelectorTest.cpp', 321 'tests/WebSelectorTest.cpp',
319 'tests/WebURLRequestTest.cpp', 322 'tests/WebURLRequestTest.cpp',
320 'tests/WebURLResponseTest.cpp', 323 'tests/WebURLResponseTest.cpp',
321 'tests/WebUserGestureTokenTest.cpp', 324 'tests/WebUserGestureTokenTest.cpp',
322 'tests/WebViewTest.cpp', 325 'tests/WebViewTest.cpp',
323 ], 326 ],
324 'conditions': [ 327 'conditions': [
325 ['OS=="win"', 328 ['OS=="win"',
326 { 329 {
327 'web_unittest_files': [ 330 'web_unittest_files': [
328 'tests/LocaleWinTest.cpp', 331 'tests/LocaleWinTest.cpp',
329 # FIXME: Port PopupMenuTest to Linux and Mac. 332 # FIXME: Port PopupMenuTest to Linux and Mac.
330 'tests/PopupMenuTest.cpp', 333 'tests/PopupMenuTest.cpp',
331 'tests/TransparencyWinTest.cpp', 334 'tests/TransparencyWinTest.cpp',
335 'tests/WebPageNewSerializerTest.cpp',
336 'tests/WebPageSerializerTest.cpp',
332 ], 337 ],
333 } 338 }
334 ], 339 ],
335 ['OS=="win" and "ENABLE_HARFBUZZ_ON_WINDOWS=0" in feature_defines', 340 ['OS=="win" and "ENABLE_HARFBUZZ_ON_WINDOWS=0" in feature_defines',
336 { 341 {
337 'web_unittest_files': [ 342 'web_unittest_files': [
338 'tests/UniscribeHelperTest.cpp', 343 'tests/UniscribeHelperTest.cpp',
339 ] 344 ]
340 } 345 }
341 ], 346 ],
(...skipping 23 matching lines...) Expand all
365 { 370 {
366 'web_unittest_files': [ 371 'web_unittest_files': [
367 'tests/KeyCodeConversionTestGtk.cpp', 372 'tests/KeyCodeConversionTestGtk.cpp',
368 'tests/WebInputEventFactoryTestGtk.cpp', 373 'tests/WebInputEventFactoryTestGtk.cpp',
369 ], 374 ],
370 } 375 }
371 ], 376 ],
372 ], 377 ],
373 }, 378 },
374 } 379 }
OLDNEW
« no previous file with comments | « trunk/Source/web/tests/data/pageserializer/yellow_background.png ('k') | trunk/public/web/WebPageSerializer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698