| 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 }, | 10 }, |
| (...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 72 'audio/mac/audio_input_mac.cc', | 72 'audio/mac/audio_input_mac.cc', |
| 73 'audio/mac/audio_input_mac.h', | 73 'audio/mac/audio_input_mac.h', |
| 74 'audio/mac/audio_low_latency_input_mac.cc', | 74 'audio/mac/audio_low_latency_input_mac.cc', |
| 75 'audio/mac/audio_low_latency_input_mac.h', | 75 'audio/mac/audio_low_latency_input_mac.h', |
| 76 'audio/mac/audio_low_latency_output_mac.cc', | 76 'audio/mac/audio_low_latency_output_mac.cc', |
| 77 'audio/mac/audio_low_latency_output_mac.h', | 77 'audio/mac/audio_low_latency_output_mac.h', |
| 78 'audio/mac/audio_manager_mac.cc', | 78 'audio/mac/audio_manager_mac.cc', |
| 79 'audio/mac/audio_manager_mac.h', | 79 'audio/mac/audio_manager_mac.h', |
| 80 'audio/mac/audio_output_mac.cc', | 80 'audio/mac/audio_output_mac.cc', |
| 81 'audio/mac/audio_output_mac.h', | 81 'audio/mac/audio_output_mac.h', |
| 82 'audio/null_audio_sink.cc', |
| 83 'audio/null_audio_sink.h', |
| 82 'audio/pulse/pulse_output.cc', | 84 'audio/pulse/pulse_output.cc', |
| 83 'audio/pulse/pulse_output.h', | 85 'audio/pulse/pulse_output.h', |
| 84 'audio/simple_sources.cc', | 86 'audio/simple_sources.cc', |
| 85 'audio/simple_sources.h', | 87 'audio/simple_sources.h', |
| 86 'audio/win/audio_low_latency_input_win.cc', | 88 'audio/win/audio_low_latency_input_win.cc', |
| 87 'audio/win/audio_low_latency_input_win.h', | 89 'audio/win/audio_low_latency_input_win.h', |
| 88 'audio/win/audio_low_latency_output_win.cc', | 90 'audio/win/audio_low_latency_output_win.cc', |
| 89 'audio/win/audio_low_latency_output_win.h', | 91 'audio/win/audio_low_latency_output_win.h', |
| 90 'audio/win/audio_manager_win.cc', | 92 'audio/win/audio_manager_win.cc', |
| 91 'audio/win/audio_manager_win.h', | 93 'audio/win/audio_manager_win.h', |
| (...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 197 'filters/ffmpeg_glue.cc', | 199 'filters/ffmpeg_glue.cc', |
| 198 'filters/ffmpeg_glue.h', | 200 'filters/ffmpeg_glue.h', |
| 199 'filters/ffmpeg_video_decoder.cc', | 201 'filters/ffmpeg_video_decoder.cc', |
| 200 'filters/ffmpeg_video_decoder.h', | 202 'filters/ffmpeg_video_decoder.h', |
| 201 'filters/file_data_source.cc', | 203 'filters/file_data_source.cc', |
| 202 'filters/file_data_source.h', | 204 'filters/file_data_source.h', |
| 203 'filters/gpu_video_decoder.cc', | 205 'filters/gpu_video_decoder.cc', |
| 204 'filters/gpu_video_decoder.h', | 206 'filters/gpu_video_decoder.h', |
| 205 'filters/in_memory_url_protocol.cc', | 207 'filters/in_memory_url_protocol.cc', |
| 206 'filters/in_memory_url_protocol.h', | 208 'filters/in_memory_url_protocol.h', |
| 207 'filters/null_audio_renderer.cc', | |
| 208 'filters/null_audio_renderer.h', | |
| 209 'filters/video_frame_generator.cc', | 209 'filters/video_frame_generator.cc', |
| 210 'filters/video_frame_generator.h', | 210 'filters/video_frame_generator.h', |
| 211 'filters/video_renderer_base.cc', | 211 'filters/video_renderer_base.cc', |
| 212 'filters/video_renderer_base.h', | 212 'filters/video_renderer_base.h', |
| 213 'video/capture/fake_video_capture_device.cc', | 213 'video/capture/fake_video_capture_device.cc', |
| 214 'video/capture/fake_video_capture_device.h', | 214 'video/capture/fake_video_capture_device.h', |
| 215 'video/capture/linux/video_capture_device_linux.cc', | 215 'video/capture/linux/video_capture_device_linux.cc', |
| 216 'video/capture/linux/video_capture_device_linux.h', | 216 'video/capture/linux/video_capture_device_linux.h', |
| 217 'video/capture/mac/video_capture_device_mac.h', | 217 'video/capture/mac/video_capture_device_mac.h', |
| 218 'video/capture/mac/video_capture_device_mac.mm', | 218 'video/capture/mac/video_capture_device_mac.mm', |
| (...skipping 729 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 948 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg', | 948 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg', |
| 949 ], | 949 ], |
| 950 'sources': [ | 950 'sources': [ |
| 951 'tools/media_bench/media_bench.cc', | 951 'tools/media_bench/media_bench.cc', |
| 952 ], | 952 ], |
| 953 }, | 953 }, |
| 954 ], | 954 ], |
| 955 }] | 955 }] |
| 956 ], | 956 ], |
| 957 } | 957 } |
| OLD | NEW |