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

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

Issue 16520007: Serialize <input type="image"> images (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase Created 7 years, 4 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
« no previous file with comments | « Source/web/tests/data/pageserializer/input-image/input-image.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 'AsyncFileSystemChromium.cpp', 9 'AsyncFileSystemChromium.cpp',
10 'AsyncFileSystemChromium.h', 10 'AsyncFileSystemChromium.h',
(...skipping 292 matching lines...) Expand 10 before | Expand all | Expand 10 after
303 'tests/FrameTestHelpers.h', 303 'tests/FrameTestHelpers.h',
304 'tests/GraphicsLayerTest.cpp', 304 'tests/GraphicsLayerTest.cpp',
305 'tests/ImageFilterBuilderTest.cpp', 305 'tests/ImageFilterBuilderTest.cpp',
306 'tests/ImageLayerChromiumTest.cpp', 306 'tests/ImageLayerChromiumTest.cpp',
307 'tests/KeyboardTest.cpp', 307 'tests/KeyboardTest.cpp',
308 'tests/LinkHighlightTest.cpp', 308 'tests/LinkHighlightTest.cpp',
309 'tests/ListenerLeakTest.cpp', 309 'tests/ListenerLeakTest.cpp',
310 'tests/MemoryInfo.cpp', 310 'tests/MemoryInfo.cpp',
311 'tests/OpaqueRectTrackingContentLayerDelegateTest.cpp', 311 'tests/OpaqueRectTrackingContentLayerDelegateTest.cpp',
312 'tests/OpenTypeVerticalDataTest.cpp', 312 'tests/OpenTypeVerticalDataTest.cpp',
313 'tests/PageSerializerTest.cpp',
313 'tests/PaintAggregatorTest.cpp', 314 'tests/PaintAggregatorTest.cpp',
314 'tests/PopupContainerTest.cpp', 315 'tests/PopupContainerTest.cpp',
315 'tests/PrerenderingTest.cpp', 316 'tests/PrerenderingTest.cpp',
316 'tests/ProgrammaticScrollTest.cpp', 317 'tests/ProgrammaticScrollTest.cpp',
317 'tests/RegionTest.cpp', 318 'tests/RegionTest.cpp',
318 'tests/RenderLayerBackingTest.cpp', 319 'tests/RenderLayerBackingTest.cpp',
319 'tests/RenderTableCellTest.cpp', 320 'tests/RenderTableCellTest.cpp',
320 'tests/RenderTableRowTest.cpp', 321 'tests/RenderTableRowTest.cpp',
321 'tests/ScrollingCoordinatorChromiumTest.cpp', 322 'tests/ScrollingCoordinatorChromiumTest.cpp',
322 'tests/URLTestHelpers.cpp', 323 'tests/URLTestHelpers.cpp',
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
373 { 374 {
374 'web_unittest_files': [ 375 'web_unittest_files': [
375 'tests/KeyCodeConversionTestGtk.cpp', 376 'tests/KeyCodeConversionTestGtk.cpp',
376 'tests/WebInputEventFactoryTestGtk.cpp', 377 'tests/WebInputEventFactoryTestGtk.cpp',
377 ], 378 ],
378 } 379 }
379 ], 380 ],
380 ], 381 ],
381 }, 382 },
382 } 383 }
OLDNEW
« no previous file with comments | « Source/web/tests/data/pageserializer/input-image/input-image.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698