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

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

Issue 73673003: Revert 162155 "This review merges the two existing page serializ..." (Closed) Base URL: svn://svn.chromium.org/blink/
Patch Set: Created 7 years, 1 month 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 178 matching lines...) Expand 10 before | Expand all | Expand 10 after
189 'WebMediaStreamRegistry.cpp', 189 'WebMediaStreamRegistry.cpp',
190 'WebNetworkStateNotifier.cpp', 190 'WebNetworkStateNotifier.cpp',
191 'WebNode.cpp', 191 'WebNode.cpp',
192 'WebNodeCollection.cpp', 192 'WebNodeCollection.cpp',
193 'WebNodeList.cpp', 193 'WebNodeList.cpp',
194 'WebNotification.cpp', 194 'WebNotification.cpp',
195 'WebOptionElement.cpp', 195 'WebOptionElement.cpp',
196 'WebPagePopupImpl.cpp', 196 'WebPagePopupImpl.cpp',
197 'WebPagePopupImpl.h', 197 'WebPagePopupImpl.h',
198 'WebPageSerializer.cpp', 198 'WebPageSerializer.cpp',
199 'WebPageSerializerImpl.cpp',
200 'WebPageSerializerImpl.h',
199 'WebPasswordFormData.cpp', 201 'WebPasswordFormData.cpp',
200 'WebPasswordFormUtils.cpp', 202 'WebPasswordFormUtils.cpp',
201 'WebPasswordFormUtils.h', 203 'WebPasswordFormUtils.h',
202 'WebPerformance.cpp', 204 'WebPerformance.cpp',
203 'WebPluginContainerImpl.cpp', 205 'WebPluginContainerImpl.cpp',
204 'WebPluginContainerImpl.h', 206 'WebPluginContainerImpl.h',
205 'WebPluginDocument.cpp', 207 'WebPluginDocument.cpp',
206 'WebPluginLoadObserver.cpp', 208 'WebPluginLoadObserver.cpp',
207 'WebPluginLoadObserver.h', 209 'WebPluginLoadObserver.h',
208 'WebPluginScrollbarImpl.cpp', 210 'WebPluginScrollbarImpl.cpp',
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
276 'tests/FrameLoaderClientImplTest.cpp', 278 'tests/FrameLoaderClientImplTest.cpp',
277 'tests/FrameTestHelpers.cpp', 279 'tests/FrameTestHelpers.cpp',
278 'tests/FrameTestHelpers.h', 280 'tests/FrameTestHelpers.h',
279 'tests/GraphicsLayerTest.cpp', 281 'tests/GraphicsLayerTest.cpp',
280 'tests/ImageFilterBuilderTest.cpp', 282 'tests/ImageFilterBuilderTest.cpp',
281 'tests/ImageLayerChromiumTest.cpp', 283 'tests/ImageLayerChromiumTest.cpp',
282 'tests/KeyboardTest.cpp', 284 'tests/KeyboardTest.cpp',
283 'tests/LinkHighlightTest.cpp', 285 'tests/LinkHighlightTest.cpp',
284 'tests/ListenerLeakTest.cpp', 286 'tests/ListenerLeakTest.cpp',
285 'tests/MemoryInfo.cpp', 287 'tests/MemoryInfo.cpp',
286 'tests/MHTMLTest.cpp',
287 'tests/OpaqueRectTrackingContentLayerDelegateTest.cpp', 288 'tests/OpaqueRectTrackingContentLayerDelegateTest.cpp',
288 'tests/OpenTypeVerticalDataTest.cpp', 289 'tests/OpenTypeVerticalDataTest.cpp',
289 'tests/PageSerializerTest.cpp', 290 'tests/PageSerializerTest.cpp',
290 'tests/PaintAggregatorTest.cpp', 291 'tests/PaintAggregatorTest.cpp',
291 'tests/PopupContainerTest.cpp', 292 'tests/PopupContainerTest.cpp',
292 'tests/PrerenderingTest.cpp', 293 'tests/PrerenderingTest.cpp',
293 'tests/ProgrammaticScrollTest.cpp', 294 'tests/ProgrammaticScrollTest.cpp',
294 'tests/RenderTableCellTest.cpp', 295 'tests/RenderTableCellTest.cpp',
295 'tests/RenderTableRowTest.cpp', 296 'tests/RenderTableRowTest.cpp',
296 'tests/ScrollingCoordinatorChromiumTest.cpp', 297 'tests/ScrollingCoordinatorChromiumTest.cpp',
297 'tests/SpinLockTest.cpp', 298 'tests/SpinLockTest.cpp',
298 'tests/URLTestHelpers.cpp', 299 'tests/URLTestHelpers.cpp',
299 'tests/URLTestHelpers.h', 300 'tests/URLTestHelpers.h',
300 'tests/ViewportTest.cpp', 301 'tests/ViewportTest.cpp',
301 'tests/WebFrameTest.cpp', 302 'tests/WebFrameTest.cpp',
302 'tests/WebImageTest.cpp', 303 'tests/WebImageTest.cpp',
303 'tests/WebInputEventConversionTest.cpp', 304 'tests/WebInputEventConversionTest.cpp',
304 'tests/WebInputEventFactoryTestMac.mm', 305 'tests/WebInputEventFactoryTestMac.mm',
306 'tests/WebPageNewSerializerTest.cpp',
307 'tests/WebPageSerializerTest.cpp',
305 'tests/WebPluginContainerTest.cpp', 308 'tests/WebPluginContainerTest.cpp',
306 'tests/WebSelectorTest.cpp', 309 'tests/WebSelectorTest.cpp',
307 'tests/WebURLRequestTest.cpp', 310 'tests/WebURLRequestTest.cpp',
308 'tests/WebURLResponseTest.cpp', 311 'tests/WebURLResponseTest.cpp',
309 'tests/WebUserGestureTokenTest.cpp', 312 'tests/WebUserGestureTokenTest.cpp',
310 'tests/WebViewTest.cpp', 313 'tests/WebViewTest.cpp',
311 ], 314 ],
312 'conditions': [ 315 'conditions': [
313 ['OS=="win"', 316 ['OS=="win"',
314 { 317 {
315 'web_unittest_files': [ 318 'web_unittest_files': [
316 'tests/LocaleWinTest.cpp', 319 'tests/LocaleWinTest.cpp',
317 # FIXME: Port PopupMenuTest to Linux and Mac. 320 # FIXME: Port PopupMenuTest to Linux and Mac.
318 'tests/PopupMenuTest.cpp', 321 'tests/PopupMenuTest.cpp',
319 'tests/TransparencyWinTest.cpp', 322 'tests/TransparencyWinTest.cpp',
323 'tests/WebPageNewSerializerTest.cpp',
324 'tests/WebPageSerializerTest.cpp',
320 ], 325 ],
321 } 326 }
322 ], 327 ],
323 ['OS=="win" and "ENABLE_HARFBUZZ_ON_WINDOWS=0" in feature_defines', 328 ['OS=="win" and "ENABLE_HARFBUZZ_ON_WINDOWS=0" in feature_defines',
324 { 329 {
325 'web_unittest_files': [ 330 'web_unittest_files': [
326 'tests/UniscribeHelperTest.cpp', 331 'tests/UniscribeHelperTest.cpp',
327 ] 332 ]
328 } 333 }
329 ], 334 ],
(...skipping 23 matching lines...) Expand all
353 { 358 {
354 'web_unittest_files': [ 359 'web_unittest_files': [
355 'tests/KeyCodeConversionTestGtk.cpp', 360 'tests/KeyCodeConversionTestGtk.cpp',
356 'tests/WebInputEventFactoryTestGtk.cpp', 361 'tests/WebInputEventFactoryTestGtk.cpp',
357 ], 362 ],
358 } 363 }
359 ], 364 ],
360 ], 365 ],
361 }, 366 },
362 } 367 }
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