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

Unified Diff: ui/gfx/BUILD.gn

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 | « content/renderer/renderer_blink_platform_impl.cc ('k') | ui/gfx/color_profile.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/BUILD.gn
diff --git a/ui/gfx/BUILD.gn b/ui/gfx/BUILD.gn
index 77fdb455a72b13e0f7e69bfd1ca82222f4db5465..082158d172cfe6d390ef083809165a9ce2931961 100644
--- a/ui/gfx/BUILD.gn
+++ b/ui/gfx/BUILD.gn
@@ -62,10 +62,10 @@ component("gfx") {
"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 | « content/renderer/renderer_blink_platform_impl.cc ('k') | ui/gfx/color_profile.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698