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

Unified Diff: ui/gfx/ipc/color/gfx_ipc_color.gypi

Issue 2150013003: Add IPC support for gfx::ColorSpace (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: git cl try 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 | « ui/gfx/ipc/color/gfx_ipc_color.gyp ('k') | ui/gfx/ipc/color/gfx_ipc_color_export.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/ipc/color/gfx_ipc_color.gypi
diff --git a/ui/gfx/ipc/geometry/gfx_ipc_geometry.gypi b/ui/gfx/ipc/color/gfx_ipc_color.gypi
similarity index 80%
copy from ui/gfx/ipc/geometry/gfx_ipc_geometry.gypi
copy to ui/gfx/ipc/color/gfx_ipc_color.gypi
index 616bb9296ef208f90735cc31901c132d3adb9d0f..caa357201c6f7ed5a93dac796ac909bce49fab50 100644
--- a/ui/gfx/ipc/geometry/gfx_ipc_geometry.gypi
+++ b/ui/gfx/ipc/color/gfx_ipc_color.gypi
@@ -4,7 +4,7 @@
{
'defines': [
- 'GFX_IPC_GEOMETRY_IMPLEMENTATION',
+ 'GFX_IPC_COLOR_IMPLEMENTATION',
],
'include_dirs': [
'../../..',
@@ -12,6 +12,6 @@
'sources': [
'gfx_param_traits.cc',
'gfx_param_traits.h',
- 'gfx_ipc_geometry_export.h',
+ 'gfx_ipc_color_export.h',
],
}
« no previous file with comments | « ui/gfx/ipc/color/gfx_ipc_color.gyp ('k') | ui/gfx/ipc/color/gfx_ipc_color_export.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698