Add IPC support for gfx::ColorSpace
This structure, passed browser->renderer, is not necessarily an
ICC profile, so we shouldn't be passing it around as a raw ICC
profile.
This also adds the build targets that we'll be using for other color
related structures in the near future. In particular, we will be adding a
color space structure that cannot be a full ICC profile (because they
are heavy, and sending them renderer->browser would be unsafe).
BUG=622133
Review-Url: https://codereview.chromium.org/2150013003
Cr-Commit-Position: refs/heads/master@{#406363}
diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
index 033c3e64..410d4b7 100644
--- a/content/common/BUILD.gn
+++ b/content/common/BUILD.gn
@@ -90,6 +90,7 @@
"//ui/gfx",
"//ui/gfx/geometry",
"//ui/gfx/ipc",
+ "//ui/gfx/ipc/color",
"//ui/gfx/ipc/geometry",
"//ui/gfx/ipc/skia",
"//ui/gl",