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

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

Issue 134733016: Add support for converting Colors to linear RGB; Fix relevant filters (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase; update TestExpectations Created 6 years, 11 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 'platform_files': [ 3 'platform_files': [
4 'AsyncFileSystemCallbacks.h', 4 'AsyncFileSystemCallbacks.h',
5 'CalculationValue.cpp', 5 'CalculationValue.cpp',
6 'CalculationValue.h', 6 'CalculationValue.h',
7 'CheckedInt.h', 7 'CheckedInt.h',
8 'Clock.cpp', 8 'Clock.cpp',
9 'Clock.h', 9 'Clock.h',
10 'ColorChooser.cpp', 10 'ColorChooser.cpp',
(...skipping 521 matching lines...) Expand 10 before | Expand all | Expand 10 after
532 'graphics/win/TransparencyWin.h', 532 'graphics/win/TransparencyWin.h',
533 'graphics/BitmapImage.cpp', 533 'graphics/BitmapImage.cpp',
534 'graphics/BitmapImage.h', 534 'graphics/BitmapImage.h',
535 'graphics/Canvas2DImageBufferSurface.h', 535 'graphics/Canvas2DImageBufferSurface.h',
536 'graphics/Canvas2DLayerBridge.cpp', 536 'graphics/Canvas2DLayerBridge.cpp',
537 'graphics/Canvas2DLayerBridge.h', 537 'graphics/Canvas2DLayerBridge.h',
538 'graphics/Canvas2DLayerManager.cpp', 538 'graphics/Canvas2DLayerManager.cpp',
539 'graphics/Canvas2DLayerManager.h', 539 'graphics/Canvas2DLayerManager.h',
540 'graphics/Color.cpp', 540 'graphics/Color.cpp',
541 'graphics/Color.h', 541 'graphics/Color.h',
542 'graphics/ColorSpace.cpp',
542 'graphics/ColorSpace.h', 543 'graphics/ColorSpace.h',
543 'graphics/CompositingReasons.h', 544 'graphics/CompositingReasons.h',
544 'graphics/CrossfadeGeneratedImage.cpp', 545 'graphics/CrossfadeGeneratedImage.cpp',
545 'graphics/CrossfadeGeneratedImage.h', 546 'graphics/CrossfadeGeneratedImage.h',
546 'graphics/DecodingImageGenerator.cpp', 547 'graphics/DecodingImageGenerator.cpp',
547 'graphics/DecodingImageGenerator.h', 548 'graphics/DecodingImageGenerator.h',
548 'graphics/DeferredImageDecoder.cpp', 549 'graphics/DeferredImageDecoder.cpp',
549 'graphics/DeferredImageDecoder.h', 550 'graphics/DeferredImageDecoder.h',
550 'graphics/DiscardablePixelRef.cpp', 551 'graphics/DiscardablePixelRef.cpp',
551 'graphics/DiscardablePixelRef.h', 552 'graphics/DiscardablePixelRef.h',
(...skipping 334 matching lines...) Expand 10 before | Expand all | Expand 10 after
886 'animation/TimingFunctionTestHelper.cpp', 887 'animation/TimingFunctionTestHelper.cpp',
887 'animation/TimingFunctionTestHelper.h', 888 'animation/TimingFunctionTestHelper.h',
888 'animation/TimingFunctionTestHelperTest.cpp', 889 'animation/TimingFunctionTestHelperTest.cpp',
889 'graphics/DeferredImageDecoderTest.cpp', 890 'graphics/DeferredImageDecoderTest.cpp',
890 'graphics/ImageDecodingStoreTest.cpp', 891 'graphics/ImageDecodingStoreTest.cpp',
891 'graphics/ImageFrameGeneratorTest.cpp', 892 'graphics/ImageFrameGeneratorTest.cpp',
892 'graphics/test/MockImageDecoder.h', 893 'graphics/test/MockImageDecoder.h',
893 ], 894 ],
894 }, 895 },
895 } 896 }
OLDNEW
« no previous file with comments | « LayoutTests/svg/filters/feSpecularLight-linearrgb-lighting-color-expected.svg ('k') | Source/platform/graphics/ColorSpace.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698