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

Unified Diff: ui/gfx/gfx.gyp

Issue 2161293002: Color: Separate ICCProfile and ColorSpace structures (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add parts to resource provider Created 4 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
Index: ui/gfx/gfx.gyp
diff --git a/ui/gfx/gfx.gyp b/ui/gfx/gfx.gyp
index 6d5136668e6f30dc4da636d45b6e43f7f909b102..9cd4f25896238c5ba7919869d45b308d60f0f12e 100644
--- a/ui/gfx/gfx.gyp
+++ b/ui/gfx/gfx.gyp
@@ -150,8 +150,6 @@
'color_palette.h',
'color_space.cc',
'color_space.h',
- 'color_space_mac.mm',
- 'color_space_win.cc',
'color_utils.cc',
'color_utils.h',
'favicon_size.cc',
@@ -183,6 +181,10 @@
'harfbuzz_font_skia.h',
'image/canvas_image_source.cc',
'image/canvas_image_source.h',
+ 'icc_profile.cc',
+ 'icc_profile.h',
+ 'icc_profile_mac.mm',
+ 'icc_profile_win.cc',
'image/image.cc',
'image/image.h',
'image/image_family.cc',

Powered by Google App Engine
This is Rietveld 408576698