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

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: 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 338 matching lines...) Expand 10 before | Expand all | Expand 10 after
890 'animation/TimingFunctionTestHelper.cpp', 891 'animation/TimingFunctionTestHelper.cpp',
891 'animation/TimingFunctionTestHelper.h', 892 'animation/TimingFunctionTestHelper.h',
892 'animation/TimingFunctionTestHelperTest.cpp', 893 'animation/TimingFunctionTestHelperTest.cpp',
893 'graphics/DeferredImageDecoderTest.cpp', 894 'graphics/DeferredImageDecoderTest.cpp',
894 'graphics/ImageDecodingStoreTest.cpp', 895 'graphics/ImageDecodingStoreTest.cpp',
895 'graphics/ImageFrameGeneratorTest.cpp', 896 'graphics/ImageFrameGeneratorTest.cpp',
896 'graphics/test/MockImageDecoder.h', 897 'graphics/test/MockImageDecoder.h',
897 ], 898 ],
898 }, 899 },
899 } 900 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698