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

Side by Side Diff: media/media.gyp

Issue 11413078: Tab Audio Capture: Browser-side connect/disconnect functionality. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Disable mirroring on ios platform, since much of content is not compiled in. Created 7 years, 11 months 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/audio_source_diverter.h ('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) 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.
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 'audio/audio_output_dispatcher.cc', 76 'audio/audio_output_dispatcher.cc',
77 'audio/audio_output_dispatcher.h', 77 'audio/audio_output_dispatcher.h',
78 'audio/audio_output_dispatcher_impl.cc', 78 'audio/audio_output_dispatcher_impl.cc',
79 'audio/audio_output_dispatcher_impl.h', 79 'audio/audio_output_dispatcher_impl.h',
80 'audio/audio_output_ipc.cc', 80 'audio/audio_output_ipc.cc',
81 'audio/audio_output_ipc.h', 81 'audio/audio_output_ipc.h',
82 'audio/audio_output_proxy.cc', 82 'audio/audio_output_proxy.cc',
83 'audio/audio_output_proxy.h', 83 'audio/audio_output_proxy.h',
84 'audio/audio_output_resampler.cc', 84 'audio/audio_output_resampler.cc',
85 'audio/audio_output_resampler.h', 85 'audio/audio_output_resampler.h',
86 'audio/audio_source_diverter.h',
86 'audio/audio_util.cc', 87 'audio/audio_util.cc',
87 'audio/audio_util.h', 88 'audio/audio_util.h',
88 'audio/cross_process_notification.cc', 89 'audio/cross_process_notification.cc',
89 'audio/cross_process_notification.h', 90 'audio/cross_process_notification.h',
90 'audio/cross_process_notification_posix.cc', 91 'audio/cross_process_notification_posix.cc',
91 'audio/cross_process_notification_win.cc', 92 'audio/cross_process_notification_win.cc',
92 'audio/fake_audio_input_stream.cc', 93 'audio/fake_audio_input_stream.cc',
93 'audio/fake_audio_input_stream.h', 94 'audio/fake_audio_input_stream.h',
94 'audio/fake_audio_output_stream.cc', 95 'audio/fake_audio_output_stream.cc',
95 'audio/fake_audio_output_stream.h', 96 'audio/fake_audio_output_stream.h',
(...skipping 1268 matching lines...) Expand 10 before | Expand all | Expand 10 after
1364 'media', 1365 'media',
1365 ], 1366 ],
1366 'sources': [ 1367 'sources': [
1367 'tools/media_bench/media_bench.cc', 1368 'tools/media_bench/media_bench.cc',
1368 ], 1369 ],
1369 }, 1370 },
1370 ], 1371 ],
1371 }] 1372 }]
1372 ], 1373 ],
1373 } 1374 }
OLDNEW
« no previous file with comments | « media/audio/audio_source_diverter.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698