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

Side by Side Diff: Source/platform/blink_platform.gypi

Issue 754813002: Expose setting API to set ImageAnimationPolicy(Allowed, Once, None) (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Update Code Created 6 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
« no previous file with comments | « Source/core/rendering/RenderObject.cpp ('k') | Source/platform/graphics/BitmapImage.h » ('j') | 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 'includes': [ 2 'includes': [
3 'platform_generated.gypi', 3 'platform_generated.gypi',
4 ], 4 ],
5 'variables': { 5 'variables': {
6 'platform_files': [ 6 'platform_files': [
7 'AsyncFileSystemCallbacks.h', 7 'AsyncFileSystemCallbacks.h',
8 'CalculationValue.h', 8 'CalculationValue.h',
9 'CheckedInt.h', 9 'CheckedInt.h',
10 'Clock.cpp', 10 'Clock.cpp',
(...skipping 499 matching lines...) Expand 10 before | Expand all | Expand 10 after
510 'graphics/GraphicsLayer.h', 510 'graphics/GraphicsLayer.h',
511 'graphics/GraphicsLayerClient.h', 511 'graphics/GraphicsLayerClient.h',
512 'graphics/GraphicsLayerDebugInfo.cpp', 512 'graphics/GraphicsLayerDebugInfo.cpp',
513 'graphics/GraphicsLayerDebugInfo.h', 513 'graphics/GraphicsLayerDebugInfo.h',
514 'graphics/GraphicsLayerFactory.h', 514 'graphics/GraphicsLayerFactory.h',
515 'graphics/GraphicsTypes.cpp', 515 'graphics/GraphicsTypes.cpp',
516 'graphics/GraphicsTypes.h', 516 'graphics/GraphicsTypes.h',
517 'graphics/GraphicsTypes3D.h', 517 'graphics/GraphicsTypes3D.h',
518 'graphics/Image.cpp', 518 'graphics/Image.cpp',
519 'graphics/Image.h', 519 'graphics/Image.h',
520 'graphics/ImageAnimationPolicy.h',
520 'graphics/ImageBuffer.cpp', 521 'graphics/ImageBuffer.cpp',
521 'graphics/ImageBuffer.h', 522 'graphics/ImageBuffer.h',
522 'graphics/ImageBufferClient.h', 523 'graphics/ImageBufferClient.h',
523 'graphics/ImageBufferSurface.cpp', 524 'graphics/ImageBufferSurface.cpp',
524 'graphics/ImageBufferSurface.h', 525 'graphics/ImageBufferSurface.h',
525 'graphics/ImageDecodingStore.cpp', 526 'graphics/ImageDecodingStore.cpp',
526 'graphics/ImageDecodingStore.h', 527 'graphics/ImageDecodingStore.h',
527 'graphics/ImageFilter.cpp', 528 'graphics/ImageFilter.cpp',
528 'graphics/ImageFilter.h', 529 'graphics/ImageFilter.h',
529 'graphics/ImageFrameGenerator.cpp', 530 'graphics/ImageFrameGenerator.cpp',
(...skipping 434 matching lines...) Expand 10 before | Expand all | Expand 10 after
964 'graphics/ImageFrameGeneratorTest.cpp', 965 'graphics/ImageFrameGeneratorTest.cpp',
965 'graphics/ImageLayerChromiumTest.cpp', 966 'graphics/ImageLayerChromiumTest.cpp',
966 'graphics/test/MockImageDecoder.h', 967 'graphics/test/MockImageDecoder.h',
967 'graphics/test/MockWebGraphicsContext3D.h', 968 'graphics/test/MockWebGraphicsContext3D.h',
968 'image-decoders/gif/GIFImageDecoderTest.cpp', 969 'image-decoders/gif/GIFImageDecoderTest.cpp',
969 'image-decoders/jpeg/JPEGImageDecoderTest.cpp', 970 'image-decoders/jpeg/JPEGImageDecoderTest.cpp',
970 'image-decoders/webp/WEBPImageDecoderTest.cpp', 971 'image-decoders/webp/WEBPImageDecoderTest.cpp',
971 ], 972 ],
972 }, 973 },
973 } 974 }
OLDNEW
« no previous file with comments | « Source/core/rendering/RenderObject.cpp ('k') | Source/platform/graphics/BitmapImage.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698