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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: Source/platform/blink_platform.gypi
diff --git a/Source/platform/blink_platform.gypi b/Source/platform/blink_platform.gypi
index 2cd73ee5c71d64beadc46fa9e69a9384f812709b..6720161a1fe00bd84dee07fc4ae13206bf2020c9 100644
--- a/Source/platform/blink_platform.gypi
+++ b/Source/platform/blink_platform.gypi
@@ -551,6 +551,10 @@
'graphics/Color.h',
'graphics/ColorSpace.cpp',
'graphics/ColorSpace.h',
+ 'graphics/ColorSpaceFilter.cpp',
+ 'graphics/ColorSpaceFilter.h',
+ 'graphics/ColorSpaceProfile.h',
+ 'graphics/ColorSpaceTransform.h',
'graphics/CompositingReasons.h',
'graphics/CrossfadeGeneratedImage.cpp',
'graphics/CrossfadeGeneratedImage.h',
@@ -591,6 +595,8 @@
'graphics/GraphicsTypes.cpp',
'graphics/GraphicsTypes.h',
'graphics/GraphicsTypes3D.h',
+ 'graphics/GraphicsScreen.cpp',
+ 'graphics/GraphicsScreen.h',
'graphics/Image.cpp',
'graphics/Image.h',
'graphics/ImageBuffer.cpp',

Powered by Google App Engine
This is Rietveld 408576698