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

Unified Diff: ui/gfx/gfx.gyp

Issue 2106303002: Color: Rename gfx::ColorProfile to gfx::ColorSpace (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
« no previous file with comments | « ui/gfx/color_space_win.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/gfx.gyp
diff --git a/ui/gfx/gfx.gyp b/ui/gfx/gfx.gyp
index af9f87fa4769619c4283cdc1393120b60eb9b3cc..b36eb931a714428c1c0a5dce1868258c32e813cd 100644
--- a/ui/gfx/gfx.gyp
+++ b/ui/gfx/gfx.gyp
@@ -196,10 +196,10 @@
'color_analysis.cc',
'color_analysis.h',
'color_palette.h',
- 'color_profile.cc',
- 'color_profile.h',
- 'color_profile_mac.mm',
- 'color_profile_win.cc',
+ 'color_space.cc',
+ 'color_space.h',
+ 'color_space_mac.mm',
+ 'color_space_win.cc',
'color_utils.cc',
'color_utils.h',
'favicon_size.cc',
« no previous file with comments | « ui/gfx/color_space_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698