Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(99)

Side by Side Diff: media/media.gyp

Issue 8606006: Adds support for capture device enumeration on Windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Rebase and fix lint warnings Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « media/audio/win/device_enumeration_win.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 'audio/simple_sources.cc', 80 'audio/simple_sources.cc',
81 'audio/simple_sources.h', 81 'audio/simple_sources.h',
82 'audio/win/audio_low_latency_input_win.cc', 82 'audio/win/audio_low_latency_input_win.cc',
83 'audio/win/audio_low_latency_input_win.h', 83 'audio/win/audio_low_latency_input_win.h',
84 'audio/win/audio_low_latency_output_win.cc', 84 'audio/win/audio_low_latency_output_win.cc',
85 'audio/win/audio_low_latency_output_win.h', 85 'audio/win/audio_low_latency_output_win.h',
86 'audio/win/audio_manager_win.cc', 86 'audio/win/audio_manager_win.cc',
87 'audio/win/audio_manager_win.h', 87 'audio/win/audio_manager_win.h',
88 'audio/win/avrt_wrapper_win.cc', 88 'audio/win/avrt_wrapper_win.cc',
89 'audio/win/avrt_wrapper_win.h', 89 'audio/win/avrt_wrapper_win.h',
90 'audio/win/device_enumeration_win.cc',
91 'audio/win/device_enumeration_win.h',
90 'audio/win/wavein_input_win.cc', 92 'audio/win/wavein_input_win.cc',
91 'audio/win/wavein_input_win.h', 93 'audio/win/wavein_input_win.h',
92 'audio/win/waveout_output_win.cc', 94 'audio/win/waveout_output_win.cc',
93 'audio/win/waveout_output_win.h', 95 'audio/win/waveout_output_win.h',
94 'base/async_filter_factory_base.cc', 96 'base/async_filter_factory_base.cc',
95 'base/async_filter_factory_base.h', 97 'base/async_filter_factory_base.h',
96 'base/audio_decoder_config.cc', 98 'base/audio_decoder_config.cc',
97 'base/audio_decoder_config.h', 99 'base/audio_decoder_config.h',
98 'base/bitstream_buffer.h', 100 'base/bitstream_buffer.h',
99 'base/buffers.cc', 101 'base/buffers.cc',
(...skipping 786 matching lines...) Expand 10 before | Expand all | Expand 10 after
886 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg', 888 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg',
887 ], 889 ],
888 'sources': [ 890 'sources': [
889 'tools/media_bench/media_bench.cc', 891 'tools/media_bench/media_bench.cc',
890 ], 892 ],
891 }, 893 },
892 ], 894 ],
893 }] 895 }]
894 ], 896 ],
895 } 897 }
OLDNEW
« no previous file with comments | « media/audio/win/device_enumeration_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698