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

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

Issue 22292008: Add 8bit Content-Transfer-Encoding support for reading MHTML files (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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
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 290 matching lines...) Expand 10 before | Expand all | Expand 10 after
301 'tests/FilterOperationsTest.cpp', 301 'tests/FilterOperationsTest.cpp',
302 'tests/FrameLoaderClientImplTest.cpp', 302 'tests/FrameLoaderClientImplTest.cpp',
303 'tests/FrameTestHelpers.cpp', 303 'tests/FrameTestHelpers.cpp',
304 'tests/FrameTestHelpers.h', 304 'tests/FrameTestHelpers.h',
305 'tests/GraphicsLayerTest.cpp', 305 'tests/GraphicsLayerTest.cpp',
306 'tests/ImageFilterBuilderTest.cpp', 306 'tests/ImageFilterBuilderTest.cpp',
307 'tests/ImageLayerChromiumTest.cpp', 307 'tests/ImageLayerChromiumTest.cpp',
308 'tests/KeyboardTest.cpp', 308 'tests/KeyboardTest.cpp',
309 'tests/LinkHighlightTest.cpp', 309 'tests/LinkHighlightTest.cpp',
310 'tests/ListenerLeakTest.cpp', 310 'tests/ListenerLeakTest.cpp',
311 'tests/MHTMLTest.cpp',
311 'tests/MemoryInfo.cpp', 312 'tests/MemoryInfo.cpp',
312 'tests/OpaqueRectTrackingContentLayerDelegateTest.cpp', 313 'tests/OpaqueRectTrackingContentLayerDelegateTest.cpp',
313 'tests/OpenTypeVerticalDataTest.cpp', 314 'tests/OpenTypeVerticalDataTest.cpp',
314 'tests/PageSerializerTest.cpp', 315 'tests/PageSerializerTest.cpp',
315 'tests/PaintAggregatorTest.cpp', 316 'tests/PaintAggregatorTest.cpp',
316 'tests/PopupContainerTest.cpp', 317 'tests/PopupContainerTest.cpp',
317 'tests/PrerenderingTest.cpp', 318 'tests/PrerenderingTest.cpp',
318 'tests/ProgrammaticScrollTest.cpp', 319 'tests/ProgrammaticScrollTest.cpp',
319 'tests/RegionTest.cpp', 320 'tests/RegionTest.cpp',
320 'tests/RenderLayerBackingTest.cpp', 321 'tests/RenderLayerBackingTest.cpp',
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
375 { 376 {
376 'web_unittest_files': [ 377 'web_unittest_files': [
377 'tests/KeyCodeConversionTestGtk.cpp', 378 'tests/KeyCodeConversionTestGtk.cpp',
378 'tests/WebInputEventFactoryTestGtk.cpp', 379 'tests/WebInputEventFactoryTestGtk.cpp',
379 ], 380 ],
380 } 381 }
381 ], 382 ],
382 ], 383 ],
383 }, 384 },
384 } 385 }
OLDNEW
« Source/web/tests/MHTMLTest.cpp ('K') | « Source/web/tests/data/mhtml/8bit-transfer-encoding.mhtml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698