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

Unified Diff: ui/gfx/BUILD.gn

Issue 2203663002: ColorTransform, transforms colors from one color space to another (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: use floats Created 4 years, 4 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 | « no previous file | ui/gfx/color_space.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 4f626c75c72f489ac536ebef59773ec0401312bd..1c6db605415231d6b52ba57b1131c1bb3d9c80fe 100644
--- a/ui/gfx/BUILD.gn
+++ b/ui/gfx/BUILD.gn
@@ -70,6 +70,8 @@ component("gfx") {
"color_palette.h",
"color_space.cc",
"color_space.h",
+ "color_transform.cc",
+ "color_transform.h",
"color_utils.cc",
"color_utils.h",
"favicon_size.cc",
@@ -612,6 +614,7 @@ test("gfx_unittests") {
"codec/jpeg_codec_unittest.cc",
"codec/png_codec_unittest.cc",
"color_analysis_unittest.cc",
+ "color_transform_unittest.cc",
"color_utils_unittest.cc",
"font_fallback_mac_unittest.cc",
"font_list_unittest.cc",
« no previous file with comments | « no previous file | ui/gfx/color_space.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698