Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | |
|
danakj
2016/07/01 20:35:40
2016
piman
2016/07/06 18:34:24
Done.
| |
| 2 # Use of this source code is governed by a BSD-style license that can be | |
| 3 # found in the LICENSE file. | |
| 4 | |
| 5 { | |
| 6 'defines': [ | |
| 7 'GFX_IPC_GEOMETRY_IMPLEMENTATION', | |
| 8 ], | |
| 9 'include_dirs': [ | |
| 10 '../../..', | |
| 11 ], | |
| 12 'sources': [ | |
| 13 'gfx_param_traits.cc', | |
| 14 '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
| |
| 15 'gfx_ipc_geometry_export.h', | |
| 16 ], | |
| 17 } | |
| OLD | NEW |