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

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

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/OWNERS ('k') | ui/gfx/ipc/color/gfx_ipc_color.gypi » ('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.gyp
diff --git a/ui/gfx/ipc/skia/gfx_ipc_skia.gyp b/ui/gfx/ipc/color/gfx_ipc_color.gyp
similarity index 51%
copy from ui/gfx/ipc/skia/gfx_ipc_skia.gyp
copy to ui/gfx/ipc/color/gfx_ipc_color.gyp
index 337858def714996d308911c848f913ab7fa6994a..6ae511fe2ca3f9c1b771953af85cf5445fa4e85c 100644
--- a/ui/gfx/ipc/skia/gfx_ipc_skia.gyp
+++ b/ui/gfx/ipc/color/gfx_ipc_color.gyp
@@ -8,26 +8,16 @@
},
'targets': [
{
- # GN version: //ui/gfx/ipc/skia
- 'target_name': 'gfx_ipc_skia',
+ # GN version: //ui/gfx/ipc
+ 'target_name': 'gfx_ipc_color',
'type': '<(component)',
'dependencies': [
'../../../../base/base.gyp:base',
'../../../../ipc/ipc.gyp:ipc',
- '../../../../skia/skia.gyp:skia',
'../../gfx.gyp:gfx',
- '../../gfx.gyp:gfx_geometry',
- '../gfx_ipc.gyp:gfx_ipc',
],
- 'defines': [
- 'GFX_SKIA_IPC_IMPLEMENTATION',
- ],
- 'include_dirs': [
- '../../../..',
- ],
- 'sources': [
- 'gfx_skia_param_traits.cc',
- 'gfx_skia_param_traits.h',
+ 'includes': [
+ 'gfx_ipc_color.gypi',
],
},
],
« no previous file with comments | « ui/gfx/ipc/color/OWNERS ('k') | ui/gfx/ipc/color/gfx_ipc_color.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698