| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 { | 5 { |
| 6 'variables': { | 6 'variables': { |
| 7 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 }, | 8 }, |
| 9 'targets': [ | 9 'targets': [ |
| 10 { | 10 { |
| (...skipping 15 matching lines...) Expand all Loading... |
| 26 '../../ui/gfx/ipc/skia/gfx_ipc_skia.gyp:gfx_ipc_skia', | 26 '../../ui/gfx/ipc/skia/gfx_ipc_skia.gyp:gfx_ipc_skia', |
| 27 ], | 27 ], |
| 28 'defines': [ | 28 'defines': [ |
| 29 'CC_IPC_IMPLEMENTATION', | 29 'CC_IPC_IMPLEMENTATION', |
| 30 ], | 30 ], |
| 31 'sources': [ | 31 'sources': [ |
| 32 'cc_param_traits.cc', | 32 'cc_param_traits.cc', |
| 33 'cc_param_traits.h', | 33 'cc_param_traits.h', |
| 34 'cc_param_traits_macros.h', | 34 'cc_param_traits_macros.h', |
| 35 ], | 35 ], |
| 36 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
| 37 'msvs_disabled_warnings': [ 4267, ], |
| 36 }, | 38 }, |
| 37 ], | 39 ], |
| 38 } | 40 } |
| OLD | NEW |