Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 # Override to dynamically link the PulseAudio library. | 8 # Override to dynamically link the PulseAudio library. |
| 9 'use_pulseaudio%': 0, | 9 'use_pulseaudio%': 0, |
| 10 # Override to dynamically link the cras (ChromeOS audio) library. | 10 # Override to dynamically link the cras (ChromeOS audio) library. |
| 11 'use_cras%': 0, | 11 'use_cras%': 0, |
| 12 }, | 12 }, |
| 13 'targets': [ | 13 'targets': [ |
| 14 { | 14 { |
| 15 'target_name': 'shared_memory_support', | |
|
scherkus (not reviewing)
2012/08/14 19:27:33
based on the contents I'd be tempted to say this i
DaleCurtis
2012/08/15 01:11:14
I thought about that, but it's not even a fraction
| |
| 16 'type': '<(component)', | |
| 17 'dependencies': [ | |
| 18 '../base/base.gyp:base', | |
| 19 ], | |
| 20 'defines': [ | |
| 21 'MEDIA_IMPLEMENTATION', | |
| 22 ], | |
| 23 'include_dirs': [ | |
| 24 '..', | |
| 25 ], | |
| 26 'sources': [ | |
| 27 'audio/audio_parameters.cc', | |
| 28 'audio/audio_parameters.h', | |
| 29 'audio/shared_memory_util.cc', | |
| 30 'audio/shared_memory_util.h', | |
| 31 'base/audio_bus.cc', | |
| 32 'base/audio_bus.h', | |
| 33 'base/channel_layout.cc', | |
| 34 'base/channel_layout.h', | |
| 35 'base/media_export.h', | |
| 36 ], | |
| 37 }, | |
| 38 { | |
| 15 'target_name': 'media', | 39 'target_name': 'media', |
| 16 'type': '<(component)', | 40 'type': '<(component)', |
| 17 'dependencies': [ | 41 'dependencies': [ |
| 18 '../base/base.gyp:base', | 42 '../base/base.gyp:base', |
| 19 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', | 43 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', |
| 20 '../build/temp_gyp/googleurl.gyp:googleurl', | 44 '../build/temp_gyp/googleurl.gyp:googleurl', |
| 21 '../crypto/crypto.gyp:crypto', | 45 '../crypto/crypto.gyp:crypto', |
| 46 'shared_memory_support', | |
| 22 '../ui/ui.gyp:ui', | 47 '../ui/ui.gyp:ui', |
| 23 'yuv_convert', | 48 'yuv_convert', |
| 24 ], | 49 ], |
| 25 'defines': [ | 50 'defines': [ |
| 26 'MEDIA_IMPLEMENTATION', | 51 'MEDIA_IMPLEMENTATION', |
| 27 ], | 52 ], |
| 28 'include_dirs': [ | 53 'include_dirs': [ |
| 29 '..', | 54 '..', |
| 30 ], | 55 ], |
| 31 'sources': [ | 56 'sources': [ |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 66 'audio/audio_output_dispatcher.cc', | 91 'audio/audio_output_dispatcher.cc', |
| 67 'audio/audio_output_dispatcher.h', | 92 'audio/audio_output_dispatcher.h', |
| 68 'audio/audio_output_dispatcher_impl.cc', | 93 'audio/audio_output_dispatcher_impl.cc', |
| 69 'audio/audio_output_dispatcher_impl.h', | 94 'audio/audio_output_dispatcher_impl.h', |
| 70 'audio/audio_output_ipc.cc', | 95 'audio/audio_output_ipc.cc', |
| 71 'audio/audio_output_ipc.h', | 96 'audio/audio_output_ipc.h', |
| 72 'audio/audio_output_mixer.cc', | 97 'audio/audio_output_mixer.cc', |
| 73 'audio/audio_output_mixer.h', | 98 'audio/audio_output_mixer.h', |
| 74 'audio/audio_output_proxy.cc', | 99 'audio/audio_output_proxy.cc', |
| 75 'audio/audio_output_proxy.h', | 100 'audio/audio_output_proxy.h', |
| 76 'audio/audio_parameters.cc', | |
| 77 'audio/audio_parameters.h', | |
| 78 'audio/audio_util.cc', | 101 'audio/audio_util.cc', |
| 79 'audio/audio_util.h', | 102 'audio/audio_util.h', |
| 80 'audio/cross_process_notification.cc', | 103 'audio/cross_process_notification.cc', |
| 81 'audio/cross_process_notification.h', | 104 'audio/cross_process_notification.h', |
| 82 'audio/cross_process_notification_posix.cc', | 105 'audio/cross_process_notification_posix.cc', |
| 83 'audio/cross_process_notification_win.cc', | 106 'audio/cross_process_notification_win.cc', |
| 84 'audio/fake_audio_input_stream.cc', | 107 'audio/fake_audio_input_stream.cc', |
| 85 'audio/fake_audio_input_stream.h', | 108 'audio/fake_audio_input_stream.h', |
| 86 'audio/fake_audio_output_stream.cc', | 109 'audio/fake_audio_output_stream.cc', |
| 87 'audio/fake_audio_output_stream.h', | 110 'audio/fake_audio_output_stream.h', |
| (...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 130 'audio/win/avrt_wrapper_win.cc', | 153 'audio/win/avrt_wrapper_win.cc', |
| 131 'audio/win/avrt_wrapper_win.h', | 154 'audio/win/avrt_wrapper_win.h', |
| 132 'audio/win/device_enumeration_win.cc', | 155 'audio/win/device_enumeration_win.cc', |
| 133 'audio/win/device_enumeration_win.h', | 156 'audio/win/device_enumeration_win.h', |
| 134 'audio/win/wavein_input_win.cc', | 157 'audio/win/wavein_input_win.cc', |
| 135 'audio/win/wavein_input_win.h', | 158 'audio/win/wavein_input_win.h', |
| 136 'audio/win/waveout_output_win.cc', | 159 'audio/win/waveout_output_win.cc', |
| 137 'audio/win/waveout_output_win.h', | 160 'audio/win/waveout_output_win.h', |
| 138 'base/android/media_jni_registrar.cc', | 161 'base/android/media_jni_registrar.cc', |
| 139 'base/android/media_jni_registrar.h', | 162 'base/android/media_jni_registrar.h', |
| 140 'base/audio_bus.cc', | |
| 141 'base/audio_bus.h', | |
| 142 'base/audio_decoder.cc', | 163 'base/audio_decoder.cc', |
| 143 'base/audio_decoder.h', | 164 'base/audio_decoder.h', |
| 144 'base/audio_decoder_config.cc', | 165 'base/audio_decoder_config.cc', |
| 145 'base/audio_decoder_config.h', | 166 'base/audio_decoder_config.h', |
| 146 'base/audio_renderer.cc', | 167 'base/audio_renderer.cc', |
| 147 'base/audio_renderer.h', | 168 'base/audio_renderer.h', |
| 148 'base/audio_renderer_mixer.cc', | 169 'base/audio_renderer_mixer.cc', |
| 149 'base/audio_renderer_mixer.h', | 170 'base/audio_renderer_mixer.h', |
| 150 'base/audio_renderer_mixer_input.cc', | 171 'base/audio_renderer_mixer_input.cc', |
| 151 'base/audio_renderer_mixer_input.h', | 172 'base/audio_renderer_mixer_input.h', |
| 152 'base/bitstream_buffer.h', | 173 'base/bitstream_buffer.h', |
| 153 'base/bit_reader.cc', | 174 'base/bit_reader.cc', |
| 154 'base/bit_reader.h', | 175 'base/bit_reader.h', |
| 155 'base/buffers.cc', | 176 'base/buffers.cc', |
| 156 'base/buffers.h', | 177 'base/buffers.h', |
| 157 'base/byte_queue.cc', | 178 'base/byte_queue.cc', |
| 158 'base/byte_queue.h', | 179 'base/byte_queue.h', |
| 159 'base/channel_layout.cc', | |
| 160 'base/channel_layout.h', | |
| 161 'base/clock.cc', | 180 'base/clock.cc', |
| 162 'base/clock.h', | 181 'base/clock.h', |
| 163 'base/data_buffer.cc', | 182 'base/data_buffer.cc', |
| 164 'base/data_buffer.h', | 183 'base/data_buffer.h', |
| 165 'base/data_source.cc', | 184 'base/data_source.cc', |
| 166 'base/data_source.h', | 185 'base/data_source.h', |
| 167 'base/decoder_buffer.cc', | 186 'base/decoder_buffer.cc', |
| 168 'base/decoder_buffer.h', | 187 'base/decoder_buffer.h', |
| 169 'base/decryptor.h', | 188 'base/decryptor.h', |
| 170 'base/decryptor_client.h', | 189 'base/decryptor_client.h', |
| 171 'base/decrypt_config.cc', | 190 'base/decrypt_config.cc', |
| 172 'base/decrypt_config.h', | 191 'base/decrypt_config.h', |
| 173 'base/demuxer.cc', | 192 'base/demuxer.cc', |
| 174 'base/demuxer.h', | 193 'base/demuxer.h', |
| 175 'base/demuxer_stream.cc', | 194 'base/demuxer_stream.cc', |
| 176 'base/demuxer_stream.h', | 195 'base/demuxer_stream.h', |
| 177 'base/djb2.cc', | 196 'base/djb2.cc', |
| 178 'base/djb2.h', | 197 'base/djb2.h', |
| 179 'base/filter_collection.cc', | 198 'base/filter_collection.cc', |
| 180 'base/filter_collection.h', | 199 'base/filter_collection.h', |
| 181 'base/media.h', | 200 'base/media.h', |
| 182 'base/media_android.cc', | 201 'base/media_android.cc', |
| 183 'base/media_export.h', | |
| 184 'base/media_log.cc', | 202 'base/media_log.cc', |
| 185 'base/media_log.h', | 203 'base/media_log.h', |
| 186 'base/media_log_event.h', | 204 'base/media_log_event.h', |
| 187 'base/media_posix.cc', | 205 'base/media_posix.cc', |
| 188 'base/media_switches.cc', | 206 'base/media_switches.cc', |
| 189 'base/media_switches.h', | 207 'base/media_switches.h', |
| 190 'base/media_win.cc', | 208 'base/media_win.cc', |
| 191 'base/message_loop_factory.cc', | 209 'base/message_loop_factory.cc', |
| 192 'base/message_loop_factory.h', | 210 'base/message_loop_factory.h', |
| 193 'base/multi_channel_resampler.cc', | 211 'base/multi_channel_resampler.cc', |
| (...skipping 969 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1163 'media', | 1181 'media', |
| 1164 ], | 1182 ], |
| 1165 'sources': [ | 1183 'sources': [ |
| 1166 'tools/media_bench/media_bench.cc', | 1184 'tools/media_bench/media_bench.cc', |
| 1167 ], | 1185 ], |
| 1168 }, | 1186 }, |
| 1169 ], | 1187 ], |
| 1170 }] | 1188 }] |
| 1171 ], | 1189 ], |
| 1172 } | 1190 } |
| OLD | NEW |