Index: ui/gfx/ipc/geometry/gfx_ipc_geometry.gypi |
diff --git a/ui/gfx/ipc/geometry/gfx_ipc_geometry.gypi b/ui/gfx/ipc/geometry/gfx_ipc_geometry.gypi |
new file mode 100644 |
index 0000000000000000000000000000000000000000..745d66a3bdb8049b13cf1a81d25e9e161c0c446f |
--- /dev/null |
+++ b/ui/gfx/ipc/geometry/gfx_ipc_geometry.gypi |
@@ -0,0 +1,17 @@ |
+# Copyright 2014 The Chromium Authors. All rights reserved. |
danakj
2016/07/01 20:35:40
2016
piman
2016/07/06 18:34:24
Done.
|
+# Use of this source code is governed by a BSD-style license that can be |
+# found in the LICENSE file. |
+ |
+{ |
+ 'defines': [ |
+ 'GFX_IPC_GEOMETRY_IMPLEMENTATION', |
+ ], |
+ 'include_dirs': [ |
+ '../../..', |
+ ], |
+ 'sources': [ |
+ 'gfx_param_traits.cc', |
+ 'gfx_param_traits.h', |
danakj
2016/07/01 20:35:40
did you exclude gfx_param_traits_macros.h on purpo
piman
2016/07/06 18:34:24
There is no such file in ui/gfx/ipc/geometry :)
(T
|
+ 'gfx_ipc_geometry_export.h', |
+ ], |
+} |