| Index: media/media.gyp
|
| diff --git a/media/media.gyp b/media/media.gyp
|
| index 89467dc8e581d41d99742c05f21b16daea5ea950..8394c8bf16698850494cb2fddcc179d93eece225 100644
|
| --- a/media/media.gyp
|
| +++ b/media/media.gyp
|
| @@ -12,6 +12,25 @@
|
| },
|
| 'targets': [
|
| {
|
| + 'target_name': 'shared_memory_support',
|
| + 'type': '<(component)',
|
| + 'dependencies': [
|
| + '../base/base.gyp:base',
|
| + ],
|
| + 'defines': [
|
| + 'MEDIA_IMPLEMENTATION',
|
| + ],
|
| + 'include_dirs': [
|
| + '..',
|
| + ],
|
| + 'includes': [
|
| + 'shared_memory_support.gypi',
|
| + ],
|
| + 'sources': [
|
| + '<@(shared_memory_support_sources)',
|
| + ],
|
| + },
|
| + {
|
| 'target_name': 'media',
|
| 'type': '<(component)',
|
| 'dependencies': [
|
| @@ -19,6 +38,7 @@
|
| '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
|
| '../build/temp_gyp/googleurl.gyp:googleurl',
|
| '../crypto/crypto.gyp:crypto',
|
| + 'shared_memory_support',
|
| '../ui/ui.gyp:ui',
|
| 'yuv_convert',
|
| ],
|
| @@ -73,8 +93,6 @@
|
| 'audio/audio_output_mixer.h',
|
| 'audio/audio_output_proxy.cc',
|
| 'audio/audio_output_proxy.h',
|
| - 'audio/audio_parameters.cc',
|
| - 'audio/audio_parameters.h',
|
| 'audio/audio_util.cc',
|
| 'audio/audio_util.h',
|
| 'audio/cross_process_notification.cc',
|
| @@ -137,8 +155,6 @@
|
| 'audio/win/waveout_output_win.h',
|
| 'base/android/media_jni_registrar.cc',
|
| 'base/android/media_jni_registrar.h',
|
| - 'base/audio_bus.cc',
|
| - 'base/audio_bus.h',
|
| 'base/audio_decoder.cc',
|
| 'base/audio_decoder.h',
|
| 'base/audio_decoder_config.cc',
|
| @@ -156,8 +172,6 @@
|
| 'base/buffers.h',
|
| 'base/byte_queue.cc',
|
| 'base/byte_queue.h',
|
| - 'base/channel_layout.cc',
|
| - 'base/channel_layout.h',
|
| 'base/clock.cc',
|
| 'base/clock.h',
|
| 'base/data_buffer.cc',
|
| @@ -180,7 +194,6 @@
|
| 'base/filter_collection.h',
|
| 'base/media.h',
|
| 'base/media_android.cc',
|
| - 'base/media_export.h',
|
| 'base/media_log.cc',
|
| 'base/media_log.h',
|
| 'base/media_log_event.h',
|
|
|