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

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 android build Created 8 years, 5 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_mac.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 c51550ccfc95492caf38f72b85241a2623c64955..c39173ee04e332dd106c3eafa87a1a3bb057f5c5 100644
--- a/ui/ui.gyp
+++ b/ui/ui.gyp
@@ -329,6 +329,10 @@
'gfx/codec/png_codec.h',
'gfx/color_analysis.cc',
'gfx/color_analysis.h',
+ 'gfx/color_profile.cc',
+ 'gfx/color_profile.h',
+ '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_mac.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