| Index: ui/gfx/ipc/geometry/gfx_ipc_geometry.gyp
|
| diff --git a/ui/gfx/ipc/geometry/gfx_ipc_geometry.gyp b/ui/gfx/ipc/geometry/gfx_ipc_geometry.gyp
|
| index ed634ab0c4d60e7450011b1106e71da004684cdf..b7b72218edf20062bc34ca713a1c7caed988614c 100644
|
| --- a/ui/gfx/ipc/geometry/gfx_ipc_geometry.gyp
|
| +++ b/ui/gfx/ipc/geometry/gfx_ipc_geometry.gyp
|
| @@ -17,8 +17,16 @@
|
| '../../gfx.gyp:gfx',
|
| '../../gfx.gyp:gfx_geometry',
|
| ],
|
| - 'includes': [
|
| - 'gfx_ipc_geometry.gypi',
|
| + 'defines': [
|
| + 'GFX_IPC_GEOMETRY_IMPLEMENTATION',
|
| + ],
|
| + 'include_dirs': [
|
| + '../../..',
|
| + ],
|
| + 'sources': [
|
| + 'gfx_param_traits.cc',
|
| + 'gfx_param_traits.h',
|
| + 'gfx_param_traits_macros.h',
|
| ],
|
| },
|
| ],
|
|
|