| OLD | NEW |
| 1 # Copyright 2016 The Chromium Authors. All rights reserved. | 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 | 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 'targets': [ | 6 'targets': [ |
| 7 { | 7 { |
| 8 # GN version: //media/gpu/ipc/common | 8 # GN version: //media/gpu/ipc/common |
| 9 'target_name': 'media_gpu_ipc_common', | 9 'target_name': 'media_gpu_ipc_common', |
| 10 'type': 'static_library', | 10 'type': 'static_library', |
| 11 'dependencies': [ | 11 'dependencies': [ |
| 12 '../../media.gyp:media', | 12 '../../media.gyp:media', |
| 13 '../../media.gyp:media_features', |
| 13 '../../../base/base.gyp:base', | 14 '../../../base/base.gyp:base', |
| 14 '../../../gpu/gpu.gyp:gpu_ipc_common', | 15 '../../../gpu/gpu.gyp:gpu_ipc_common', |
| 15 '../../../ipc/ipc.gyp:ipc', | 16 '../../../ipc/ipc.gyp:ipc', |
| 16 '../../../ui/gfx/gfx.gyp:gfx', | 17 '../../../ui/gfx/gfx.gyp:gfx', |
| 17 '../../../ui/gfx/gfx.gyp:gfx_geometry', | 18 '../../../ui/gfx/gfx.gyp:gfx_geometry', |
| 18 '../../../ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc', | 19 '../../../ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc', |
| 19 ], | 20 ], |
| 20 # This sources list is duplicated in //media/gpu/ipc/common/BUILD.gn | 21 # This sources list is duplicated in //media/gpu/ipc/common/BUILD.gn |
| 21 'sources': [ | 22 'sources': [ |
| 22 'common/create_video_encoder_params.cc', | 23 'common/create_video_encoder_params.cc', |
| 23 'common/create_video_encoder_params.h', | 24 'common/create_video_encoder_params.h', |
| 24 'common/gpu_video_accelerator_util.cc', | 25 'common/gpu_video_accelerator_util.cc', |
| 25 'common/gpu_video_accelerator_util.h', | 26 'common/gpu_video_accelerator_util.h', |
| 26 'common/media_message_generator.cc', | 27 'common/media_message_generator.cc', |
| 27 'common/media_message_generator.h', | 28 'common/media_message_generator.h', |
| 28 'common/media_messages.cc', | 29 'common/media_messages.cc', |
| 29 'common/media_messages.h', | 30 'common/media_messages.h', |
| 30 'common/media_param_traits.h', | 31 'common/media_param_traits.h', |
| 31 'common/media_param_traits.cc', | 32 'common/media_param_traits.cc', |
| 32 'common/media_param_traits_macros.h', | 33 'common/media_param_traits_macros.h', |
| 33 ], | 34 ], |
| 34 }, | 35 }, |
| 35 { | 36 { |
| 36 # GN version: //media/gpu/ipc/client | 37 # GN version: //media/gpu/ipc/client |
| 37 'target_name': 'media_gpu_ipc_client', | 38 'target_name': 'media_gpu_ipc_client', |
| 38 'type': 'static_library', | 39 'type': 'static_library', |
| 39 'dependencies': [ | 40 'dependencies': [ |
| 40 '../../media.gyp:media', | 41 '../../media.gyp:media', |
| 42 '../../media.gyp:media_features', |
| 41 '../../../base/base.gyp:base', | 43 '../../../base/base.gyp:base', |
| 42 '../../../gpu/gpu.gyp:gpu_ipc_common', | 44 '../../../gpu/gpu.gyp:gpu_ipc_common', |
| 43 '../../../ipc/ipc.gyp:ipc', | 45 '../../../ipc/ipc.gyp:ipc', |
| 44 '../../../ui/gfx/gfx.gyp:gfx', | 46 '../../../ui/gfx/gfx.gyp:gfx', |
| 45 '../../../ui/gfx/gfx.gyp:gfx_geometry', | 47 '../../../ui/gfx/gfx.gyp:gfx_geometry', |
| 46 '../../../ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc', | 48 '../../../ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc', |
| 47 ], | 49 ], |
| 48 # This sources list is duplicated in //media/gpu/ipc/client/BUILD.gn | 50 # This sources list is duplicated in //media/gpu/ipc/client/BUILD.gn |
| 49 'sources': [ | 51 'sources': [ |
| 50 'client/gpu_jpeg_decode_accelerator_host.cc', | 52 'client/gpu_jpeg_decode_accelerator_host.cc', |
| 51 'client/gpu_jpeg_decode_accelerator_host.h', | 53 'client/gpu_jpeg_decode_accelerator_host.h', |
| 52 'client/gpu_video_decode_accelerator_host.cc', | 54 'client/gpu_video_decode_accelerator_host.cc', |
| 53 'client/gpu_video_decode_accelerator_host.h', | 55 'client/gpu_video_decode_accelerator_host.h', |
| 54 'client/gpu_video_encode_accelerator_host.cc', | 56 'client/gpu_video_encode_accelerator_host.cc', |
| 55 'client/gpu_video_encode_accelerator_host.h', | 57 'client/gpu_video_encode_accelerator_host.h', |
| 56 ], | 58 ], |
| 57 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 59 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
| 58 'msvs_disabled_warnings': [4267, ], | 60 'msvs_disabled_warnings': [4267, ], |
| 59 }, | 61 }, |
| 60 ] | 62 ] |
| 61 } | 63 } |
| OLD | NEW |