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

Unified Diff: ui/ui.gyp

Issue 10448110: Adds monitor ICC profile support for win and mac (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fix reading length from small string Created 8 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
« ui/gfx/color_profile_win.cc ('K') | « ui/gfx/color_profile_win.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ui.gyp
diff --git a/ui/ui.gyp b/ui/ui.gyp
index 5db391fe2a760c16ef2024cfb459600dbec6ab10..08d95a5bf480bceaa6caebbca86f6fe05a4ce80e 100644
--- a/ui/ui.gyp
+++ b/ui/ui.gyp
@@ -322,6 +322,11 @@
'gfx/codec/png_codec.h',
'gfx/color_analysis.cc',
'gfx/color_analysis.h',
+ 'gfx/color_profile.cc',
+ 'gfx/color_profile.h',
+ 'gfx/color_profile_linux.cc',
+ 'gfx/color_profile_mac.cc',
+ 'gfx/color_profile_win.cc',
'gfx/color_utils.cc',
'gfx/color_utils.h',
'gfx/display.cc',
« ui/gfx/color_profile_win.cc ('K') | « ui/gfx/color_profile_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698