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

Unified Diff: ui/gfx/ipc/geometry/gfx_ipc_geometry.gyp

Issue 1924613002: Move ui/gfx/geometry ParamTraits to ui/gfx/ipc/geometry (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Forward declare Range in gfx_param_traits Created 4 years, 8 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/geometry/OWNERS ('k') | ui/gfx/ipc/geometry/gfx_ipc_geometry_export.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/ipc/geometry/gfx_ipc_geometry.gyp
diff --git a/ui/gfx/ipc/gfx_ipc.gyp b/ui/gfx/ipc/geometry/gfx_ipc_geometry.gyp
similarity index 70%
copy from ui/gfx/ipc/gfx_ipc.gyp
copy to ui/gfx/ipc/geometry/gfx_ipc_geometry.gyp
index 2dd4653c9eefa124f43e6305b066d3bbd75bd1c0..b7b72218edf20062bc34ca713a1c7caed988614c 100644
--- a/ui/gfx/ipc/gfx_ipc.gyp
+++ b/ui/gfx/ipc/geometry/gfx_ipc_geometry.gyp
@@ -9,17 +9,16 @@
'targets': [
{
# GN version: //ui/gfx/ipc
- 'target_name': 'gfx_ipc',
+ 'target_name': 'gfx_ipc_geometry',
'type': '<(component)',
'dependencies': [
- '../../../base/base.gyp:base',
- '../../../ipc/ipc.gyp:ipc',
- '../gfx.gyp:gfx',
- '../gfx.gyp:gfx_geometry',
- '../gfx.gyp:gfx_range',
+ '../../../../base/base.gyp:base',
+ '../../../../ipc/ipc.gyp:ipc',
+ '../../gfx.gyp:gfx',
+ '../../gfx.gyp:gfx_geometry',
],
'defines': [
- 'GFX_IPC_IMPLEMENTATION',
+ 'GFX_IPC_GEOMETRY_IMPLEMENTATION',
],
'include_dirs': [
'../../..',
« no previous file with comments | « ui/gfx/ipc/geometry/OWNERS ('k') | ui/gfx/ipc/geometry/gfx_ipc_geometry_export.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698