| OLD | NEW |
| (Empty) |
| 1 # Copyright 2016 The Chromium Authors. All rights reserved. | |
| 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 'targets': [ | |
| 7 { | |
| 8 # GN version: //media/base/ipc | |
| 9 'target_name': 'media_base_ipc', | |
| 10 'type': 'static_library', | |
| 11 'dependencies': [ | |
| 12 '../../media.gyp:media', | |
| 13 '../../../base/base.gyp:base', | |
| 14 '../../../ipc/ipc.gyp:ipc', | |
| 15 '../../../ui/gfx/ipc/geometry/gfx_ipc_geometry.gyp:gfx_ipc_geometry', | |
| 16 '../../../ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc', | |
| 17 ], | |
| 18 # This sources list is duplicated in //media/base/ipc/BUILD.gn | |
| 19 'sources': [ | |
| 20 'media_param_traits.h', | |
| 21 'media_param_traits.cc', | |
| 22 'media_param_traits_macros.h', | |
| 23 ], | |
| 24 } | |
| 25 ] | |
| 26 } | |
| OLD | NEW |