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

Side by Side Diff: media/media.gyp

Issue 10790121: First step towards moving AudioDevice from content/ to media/audio. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update comments after closing ppapi bug Created 8 years, 5 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_output_ipc.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) 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 25 matching lines...) Expand all
36 'audio/android/audio_track_output_android.h', 36 'audio/android/audio_track_output_android.h',
37 'audio/android/opensles_input.cc', 37 'audio/android/opensles_input.cc',
38 'audio/android/opensles_input.h', 38 'audio/android/opensles_input.h',
39 'audio/android/opensles_output.cc', 39 'audio/android/opensles_output.cc',
40 'audio/android/opensles_output.h', 40 'audio/android/opensles_output.h',
41 'audio/async_socket_io_handler.h', 41 'audio/async_socket_io_handler.h',
42 'audio/async_socket_io_handler_posix.cc', 42 'audio/async_socket_io_handler_posix.cc',
43 'audio/async_socket_io_handler_win.cc', 43 'audio/async_socket_io_handler_win.cc',
44 'audio/audio_buffers_state.cc', 44 'audio/audio_buffers_state.cc',
45 'audio/audio_buffers_state.h', 45 'audio/audio_buffers_state.h',
46 'audio/audio_input_ipc.cc',
47 'audio/audio_input_ipc.h',
48 'audio/audio_output_ipc.cc',
49 'audio/audio_output_ipc.h',
46 'audio/audio_io.h', 50 'audio/audio_io.h',
47 'audio/audio_input_controller.cc', 51 'audio/audio_input_controller.cc',
48 'audio/audio_input_controller.h', 52 'audio/audio_input_controller.h',
49 'audio/audio_input_stream_impl.cc', 53 'audio/audio_input_stream_impl.cc',
50 'audio/audio_input_stream_impl.h', 54 'audio/audio_input_stream_impl.h',
51 'audio/audio_device_name.cc', 55 'audio/audio_device_name.cc',
52 'audio/audio_device_name.h', 56 'audio/audio_device_name.h',
53 'audio/audio_manager.cc', 57 'audio/audio_manager.cc',
54 'audio/audio_manager.h', 58 'audio/audio_manager.h',
55 'audio/audio_manager_base.cc', 59 'audio/audio_manager_base.cc',
(...skipping 1089 matching lines...) Expand 10 before | Expand all | Expand 10 after
1145 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg', 1149 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg',
1146 ], 1150 ],
1147 'sources': [ 1151 'sources': [
1148 'tools/media_bench/media_bench.cc', 1152 'tools/media_bench/media_bench.cc',
1149 ], 1153 ],
1150 }, 1154 },
1151 ], 1155 ],
1152 }] 1156 }]
1153 ], 1157 ],
1154 } 1158 }
OLDNEW
« no previous file with comments | « media/audio/audio_output_ipc.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698