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

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

Issue 68613003: Merges the two different page serializers (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove newline after XML decl 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
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',
200 'WebPasswordFormData.cpp', 198 'WebPasswordFormData.cpp',
201 'WebPasswordFormUtils.cpp', 199 'WebPasswordFormUtils.cpp',
202 'WebPasswordFormUtils.h', 200 'WebPasswordFormUtils.h',
203 'WebPerformance.cpp', 201 'WebPerformance.cpp',
204 'WebPluginContainerImpl.cpp', 202 'WebPluginContainerImpl.cpp',
205 'WebPluginContainerImpl.h', 203 'WebPluginContainerImpl.h',
206 'WebPluginDocument.cpp', 204 'WebPluginDocument.cpp',
207 'WebPluginLoadObserver.cpp', 205 'WebPluginLoadObserver.cpp',
208 'WebPluginLoadObserver.h', 206 'WebPluginLoadObserver.h',
209 'WebPluginScrollbarImpl.cpp', 207 'WebPluginScrollbarImpl.cpp',
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
286 'tests/GIFImageDecoderTest.cpp', 284 'tests/GIFImageDecoderTest.cpp',
287 'tests/GraphicsContextTest.cpp', 285 'tests/GraphicsContextTest.cpp',
288 'tests/GraphicsLayerTest.cpp', 286 'tests/GraphicsLayerTest.cpp',
289 'tests/ImageFilterBuilderTest.cpp', 287 'tests/ImageFilterBuilderTest.cpp',
290 'tests/ImageLayerChromiumTest.cpp', 288 'tests/ImageLayerChromiumTest.cpp',
291 'tests/JPEGImageDecoderTest.cpp', 289 'tests/JPEGImageDecoderTest.cpp',
292 'tests/KeyboardTest.cpp', 290 'tests/KeyboardTest.cpp',
293 'tests/LinkHighlightTest.cpp', 291 'tests/LinkHighlightTest.cpp',
294 'tests/ListenerLeakTest.cpp', 292 'tests/ListenerLeakTest.cpp',
295 'tests/MemoryInfo.cpp', 293 'tests/MemoryInfo.cpp',
294 'tests/MHTMLTest.cpp',
296 'tests/MockWebGraphicsContext3D.h', 295 'tests/MockWebGraphicsContext3D.h',
297 'tests/OpaqueRectTrackingContentLayerDelegateTest.cpp', 296 'tests/OpaqueRectTrackingContentLayerDelegateTest.cpp',
298 'tests/OpenTypeVerticalDataTest.cpp', 297 'tests/OpenTypeVerticalDataTest.cpp',
299 'tests/PageSerializerTest.cpp', 298 'tests/PageSerializerTest.cpp',
300 'tests/PaintAggregatorTest.cpp', 299 'tests/PaintAggregatorTest.cpp',
301 'tests/PopupContainerTest.cpp', 300 'tests/PopupContainerTest.cpp',
302 'tests/PrerenderingTest.cpp', 301 'tests/PrerenderingTest.cpp',
303 'tests/ProgrammaticScrollTest.cpp', 302 'tests/ProgrammaticScrollTest.cpp',
304 'tests/RenderTableCellTest.cpp', 303 'tests/RenderTableCellTest.cpp',
305 'tests/RenderTableRowTest.cpp', 304 'tests/RenderTableRowTest.cpp',
306 'tests/ScrollingCoordinatorChromiumTest.cpp', 305 'tests/ScrollingCoordinatorChromiumTest.cpp',
307 'tests/SpinLockTest.cpp', 306 'tests/SpinLockTest.cpp',
308 'tests/TouchActionTest.cpp', 307 'tests/TouchActionTest.cpp',
309 'tests/URLTestHelpers.cpp', 308 'tests/URLTestHelpers.cpp',
310 'tests/URLTestHelpers.h', 309 'tests/URLTestHelpers.h',
311 'tests/ViewportTest.cpp', 310 'tests/ViewportTest.cpp',
312 'tests/WebFrameTest.cpp', 311 'tests/WebFrameTest.cpp',
313 'tests/WebImageTest.cpp', 312 'tests/WebImageTest.cpp',
314 'tests/WebInputEventConversionTest.cpp', 313 'tests/WebInputEventConversionTest.cpp',
315 'tests/WebInputEventFactoryTestMac.mm', 314 'tests/WebInputEventFactoryTestMac.mm',
316 'tests/WEBPImageDecoderTest.cpp', 315 'tests/WEBPImageDecoderTest.cpp',
317 'tests/WebPageNewSerializerTest.cpp',
318 'tests/WebPageSerializerTest.cpp',
319 'tests/WebPluginContainerTest.cpp', 316 'tests/WebPluginContainerTest.cpp',
320 'tests/WebSearchableFormDataTest.cpp', 317 'tests/WebSearchableFormDataTest.cpp',
321 'tests/WebSelectorTest.cpp', 318 'tests/WebSelectorTest.cpp',
322 'tests/WebURLRequestTest.cpp', 319 'tests/WebURLRequestTest.cpp',
323 'tests/WebURLResponseTest.cpp', 320 'tests/WebURLResponseTest.cpp',
324 'tests/WebUserGestureTokenTest.cpp', 321 'tests/WebUserGestureTokenTest.cpp',
325 'tests/WebViewTest.cpp', 322 'tests/WebViewTest.cpp',
326 ], 323 ],
327 'conditions': [ 324 'conditions': [
328 ['OS=="win"', 325 ['OS=="win"',
329 { 326 {
330 'web_unittest_files': [ 327 'web_unittest_files': [
331 'tests/LocaleWinTest.cpp', 328 'tests/LocaleWinTest.cpp',
332 # FIXME: Port PopupMenuTest to Linux and Mac. 329 # FIXME: Port PopupMenuTest to Linux and Mac.
333 'tests/PopupMenuTest.cpp', 330 'tests/PopupMenuTest.cpp',
334 'tests/TransparencyWinTest.cpp', 331 'tests/TransparencyWinTest.cpp',
335 'tests/WebPageNewSerializerTest.cpp',
336 'tests/WebPageSerializerTest.cpp',
337 ], 332 ],
338 } 333 }
339 ], 334 ],
340 ['OS=="win" and "ENABLE_HARFBUZZ_ON_WINDOWS=0" in feature_defines', 335 ['OS=="win" and "ENABLE_HARFBUZZ_ON_WINDOWS=0" in feature_defines',
341 { 336 {
342 'web_unittest_files': [ 337 'web_unittest_files': [
343 'tests/UniscribeHelperTest.cpp', 338 'tests/UniscribeHelperTest.cpp',
344 ] 339 ]
345 } 340 }
346 ], 341 ],
(...skipping 23 matching lines...) Expand all
370 { 365 {
371 'web_unittest_files': [ 366 'web_unittest_files': [
372 'tests/KeyCodeConversionTestGtk.cpp', 367 'tests/KeyCodeConversionTestGtk.cpp',
373 'tests/WebInputEventFactoryTestGtk.cpp', 368 'tests/WebInputEventFactoryTestGtk.cpp',
374 ], 369 ],
375 } 370 }
376 ], 371 ],
377 ], 372 ],
378 }, 373 },
379 } 374 }
OLDNEW
« no previous file with comments | « Source/web/tests/data/pageserializer/yellow_background.png ('k') | public/web/WebPageSerializer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698