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

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

Issue 161383002: Disabling JavaScript in MHTML and limiting MHTML loading to top frames. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Synced Created 6 years, 9 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 | Annotate | Revision Log
« no previous file with comments | « Source/web/tests/data/mhtml/simple_test.mht ('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 'AssertMatchingEnums.cpp', 4 'AssertMatchingEnums.cpp',
5 'AssociatedURLLoader.cpp', 5 'AssociatedURLLoader.cpp',
6 'AssociatedURLLoader.h', 6 'AssociatedURLLoader.h',
7 'BackForwardClientImpl.cpp', 7 'BackForwardClientImpl.cpp',
8 'BackForwardClientImpl.h', 8 'BackForwardClientImpl.h',
9 'ChromeClientImpl.cpp', 9 'ChromeClientImpl.cpp',
10 'ChromeClientImpl.h', 10 'ChromeClientImpl.h',
(...skipping 268 matching lines...) Expand 10 before | Expand all | Expand 10 after
279 'tests/GIFImageDecoderTest.cpp', 279 'tests/GIFImageDecoderTest.cpp',
280 'tests/GraphicsContextTest.cpp', 280 'tests/GraphicsContextTest.cpp',
281 'tests/GraphicsLayerTest.cpp', 281 'tests/GraphicsLayerTest.cpp',
282 'tests/ImageFilterBuilderTest.cpp', 282 'tests/ImageFilterBuilderTest.cpp',
283 'tests/ImageLayerChromiumTest.cpp', 283 'tests/ImageLayerChromiumTest.cpp',
284 'tests/JPEGImageDecoderTest.cpp', 284 'tests/JPEGImageDecoderTest.cpp',
285 'tests/KeyboardTest.cpp', 285 'tests/KeyboardTest.cpp',
286 'tests/LinkHighlightTest.cpp', 286 'tests/LinkHighlightTest.cpp',
287 'tests/ListenerLeakTest.cpp', 287 'tests/ListenerLeakTest.cpp',
288 'tests/MemoryInfo.cpp', 288 'tests/MemoryInfo.cpp',
289 'tests/MHTMLTest.cpp',
289 'tests/MockWebGraphicsContext3D.h', 290 'tests/MockWebGraphicsContext3D.h',
290 'tests/OpaqueRectTrackingContentLayerDelegateTest.cpp', 291 'tests/OpaqueRectTrackingContentLayerDelegateTest.cpp',
291 'tests/OpenTypeVerticalDataTest.cpp', 292 'tests/OpenTypeVerticalDataTest.cpp',
292 'tests/PageSerializerTest.cpp', 293 'tests/PageSerializerTest.cpp',
293 'tests/PaintAggregatorTest.cpp', 294 'tests/PaintAggregatorTest.cpp',
294 'tests/PopupContainerTest.cpp', 295 'tests/PopupContainerTest.cpp',
295 'tests/PopupMenuTest.cpp', 296 'tests/PopupMenuTest.cpp',
296 'tests/PrerenderingTest.cpp', 297 'tests/PrerenderingTest.cpp',
297 'tests/ProgrammaticScrollTest.cpp', 298 'tests/ProgrammaticScrollTest.cpp',
298 'tests/RenderTableCellTest.cpp', 299 'tests/RenderTableCellTest.cpp',
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
363 { 364 {
364 'web_unittest_files': [ 365 'web_unittest_files': [
365 'tests/KeyCodeConversionTestGtk.cpp', 366 'tests/KeyCodeConversionTestGtk.cpp',
366 'tests/WebInputEventFactoryTestGtk.cpp', 367 'tests/WebInputEventFactoryTestGtk.cpp',
367 ], 368 ],
368 } 369 }
369 ], 370 ],
370 ], 371 ],
371 }, 372 },
372 } 373 }
OLDNEW
« no previous file with comments | « Source/web/tests/data/mhtml/simple_test.mht ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698