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

Unified Diff: ui/gfx/BUILD.gn

Issue 2161293002: Color: Separate ICCProfile and ColorSpace structures (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: incorporate review feedback 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
« no previous file with comments | « gpu/ipc/client/gpu_memory_buffer_impl_io_surface.cc ('k') | 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 dedcb75807aa6839520d4a258f92cc6329cf907c..4f626c75c72f489ac536ebef59773ec0401312bd 100644
--- a/ui/gfx/BUILD.gn
+++ b/ui/gfx/BUILD.gn
@@ -70,8 +70,6 @@ component("gfx") {
"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",
@@ -98,6 +96,10 @@ component("gfx") {
"gdi_util.h",
"gfx_paths.cc",
"gfx_paths.h",
+ "icc_profile.cc",
+ "icc_profile.h",
+ "icc_profile_mac.mm",
+ "icc_profile_win.cc",
"icon_util.cc",
"icon_util.h",
"image/image.cc",
@@ -496,6 +498,7 @@ group("memory_buffer") {
]
}
}
+
# Cannot be a static_library in component builds due to exported functions
source_set("memory_buffer_sources") {
visibility = [ ":*" ] # Depend on through ":memory_buffer".
« no previous file with comments | « gpu/ipc/client/gpu_memory_buffer_impl_io_surface.cc ('k') | ui/gfx/color_space.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698