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

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

Issue 352873002: [wip] image color correction (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 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
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 533 matching lines...) Expand 10 before | Expand all | Expand 10 after
544 'graphics/BitmapImage.h', 544 'graphics/BitmapImage.h',
545 'graphics/Canvas2DImageBufferSurface.h', 545 'graphics/Canvas2DImageBufferSurface.h',
546 'graphics/Canvas2DLayerBridge.cpp', 546 'graphics/Canvas2DLayerBridge.cpp',
547 'graphics/Canvas2DLayerBridge.h', 547 'graphics/Canvas2DLayerBridge.h',
548 'graphics/Canvas2DLayerManager.cpp', 548 'graphics/Canvas2DLayerManager.cpp',
549 'graphics/Canvas2DLayerManager.h', 549 'graphics/Canvas2DLayerManager.h',
550 'graphics/Color.cpp', 550 'graphics/Color.cpp',
551 'graphics/Color.h', 551 'graphics/Color.h',
552 'graphics/ColorSpace.cpp', 552 'graphics/ColorSpace.cpp',
553 'graphics/ColorSpace.h', 553 'graphics/ColorSpace.h',
554 'graphics/ColorSpaceFilter.cpp',
555 'graphics/ColorSpaceFilter.h',
556 'graphics/ColorSpaceProfile.h',
557 'graphics/ColorSpaceTransform.h',
554 'graphics/CompositingReasons.h', 558 'graphics/CompositingReasons.h',
555 'graphics/CrossfadeGeneratedImage.cpp', 559 'graphics/CrossfadeGeneratedImage.cpp',
556 'graphics/CrossfadeGeneratedImage.h', 560 'graphics/CrossfadeGeneratedImage.h',
557 'graphics/DecodingImageGenerator.cpp', 561 'graphics/DecodingImageGenerator.cpp',
558 'graphics/DecodingImageGenerator.h', 562 'graphics/DecodingImageGenerator.h',
559 'graphics/DeferredImageDecoder.cpp', 563 'graphics/DeferredImageDecoder.cpp',
560 'graphics/DeferredImageDecoder.h', 564 'graphics/DeferredImageDecoder.h',
561 'graphics/DiscardablePixelRef.cpp', 565 'graphics/DiscardablePixelRef.cpp',
562 'graphics/DiscardablePixelRef.h', 566 'graphics/DiscardablePixelRef.h',
563 'graphics/DisplayList.cpp', 567 'graphics/DisplayList.cpp',
(...skipping 20 matching lines...) Expand all
584 'graphics/GraphicsContextStateSaver.h', 588 'graphics/GraphicsContextStateSaver.h',
585 'graphics/GraphicsLayer.cpp', 589 'graphics/GraphicsLayer.cpp',
586 'graphics/GraphicsLayer.h', 590 'graphics/GraphicsLayer.h',
587 'graphics/GraphicsLayerDebugInfo.cpp', 591 'graphics/GraphicsLayerDebugInfo.cpp',
588 'graphics/GraphicsLayerDebugInfo.h', 592 'graphics/GraphicsLayerDebugInfo.h',
589 'graphics/GraphicsLayerClient.h', 593 'graphics/GraphicsLayerClient.h',
590 'graphics/GraphicsLayerFactory.h', 594 'graphics/GraphicsLayerFactory.h',
591 'graphics/GraphicsTypes.cpp', 595 'graphics/GraphicsTypes.cpp',
592 'graphics/GraphicsTypes.h', 596 'graphics/GraphicsTypes.h',
593 'graphics/GraphicsTypes3D.h', 597 'graphics/GraphicsTypes3D.h',
598 'graphics/GraphicsScreen.cpp',
599 'graphics/GraphicsScreen.h',
594 'graphics/Image.cpp', 600 'graphics/Image.cpp',
595 'graphics/Image.h', 601 'graphics/Image.h',
596 'graphics/ImageBuffer.cpp', 602 'graphics/ImageBuffer.cpp',
597 'graphics/ImageBuffer.h', 603 'graphics/ImageBuffer.h',
598 'graphics/ImageBufferClient.h', 604 'graphics/ImageBufferClient.h',
599 'graphics/ImageBufferSurface.cpp', 605 'graphics/ImageBufferSurface.cpp',
600 'graphics/ImageBufferSurface.h', 606 'graphics/ImageBufferSurface.h',
601 'graphics/ImageDecodingStore.cpp', 607 'graphics/ImageDecodingStore.cpp',
602 'graphics/ImageDecodingStore.h', 608 'graphics/ImageDecodingStore.h',
603 'graphics/ImageFrameGenerator.cpp', 609 'graphics/ImageFrameGenerator.cpp',
(...skipping 329 matching lines...) Expand 10 before | Expand all | Expand 10 after
933 'graphics/ImageLayerChromiumTest.cpp', 939 'graphics/ImageLayerChromiumTest.cpp',
934 'graphics/OpaqueRectTrackingContentLayerDelegateTest.cpp', 940 'graphics/OpaqueRectTrackingContentLayerDelegateTest.cpp',
935 'graphics/test/MockImageDecoder.h', 941 'graphics/test/MockImageDecoder.h',
936 'graphics/test/MockWebGraphicsContext3D.h', 942 'graphics/test/MockWebGraphicsContext3D.h',
937 'image-decoders/gif/GIFImageDecoderTest.cpp', 943 'image-decoders/gif/GIFImageDecoderTest.cpp',
938 'image-decoders/jpeg/JPEGImageDecoderTest.cpp', 944 'image-decoders/jpeg/JPEGImageDecoderTest.cpp',
939 'image-decoders/webp/WEBPImageDecoderTest.cpp', 945 'image-decoders/webp/WEBPImageDecoderTest.cpp',
940 ], 946 ],
941 }, 947 },
942 } 948 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698