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

Side by Side Diff: media/media.gyp

Issue 481193003: Remove AudioBuffersState usage in Chromium (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix audio muter build buster. Created 6 years, 2 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/cast/test/utility/audio_utility.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 cras (ChromeOS audio) library. 8 # Override to dynamically link the cras (ChromeOS audio) library.
9 'use_cras%': 0, 9 'use_cras%': 0,
10 # Option e.g. for Linux distributions to link pulseaudio directly 10 # Option e.g. for Linux distributions to link pulseaudio directly
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 'audio/alsa/audio_manager_alsa.h', 85 'audio/alsa/audio_manager_alsa.h',
86 'audio/android/audio_manager_android.cc', 86 'audio/android/audio_manager_android.cc',
87 'audio/android/audio_manager_android.h', 87 'audio/android/audio_manager_android.h',
88 'audio/android/audio_record_input.cc', 88 'audio/android/audio_record_input.cc',
89 'audio/android/audio_record_input.h', 89 'audio/android/audio_record_input.h',
90 'audio/android/opensles_input.cc', 90 'audio/android/opensles_input.cc',
91 'audio/android/opensles_input.h', 91 'audio/android/opensles_input.h',
92 'audio/android/opensles_output.cc', 92 'audio/android/opensles_output.cc',
93 'audio/android/opensles_output.h', 93 'audio/android/opensles_output.h',
94 'audio/android/opensles_wrapper.cc', 94 'audio/android/opensles_wrapper.cc',
95 'audio/audio_buffers_state.cc',
96 'audio/audio_buffers_state.h',
97 'audio/audio_device_name.cc', 95 'audio/audio_device_name.cc',
98 'audio/audio_device_name.h', 96 'audio/audio_device_name.h',
99 'audio/audio_device_thread.cc', 97 'audio/audio_device_thread.cc',
100 'audio/audio_device_thread.h', 98 'audio/audio_device_thread.h',
101 'audio/audio_input_controller.cc', 99 'audio/audio_input_controller.cc',
102 'audio/audio_input_controller.h', 100 'audio/audio_input_controller.h',
103 'audio/audio_input_device.cc', 101 'audio/audio_input_device.cc',
104 'audio/audio_input_device.h', 102 'audio/audio_input_device.h',
105 'audio/audio_input_ipc.cc', 103 'audio/audio_input_ipc.cc',
106 'audio/audio_input_ipc.h', 104 'audio/audio_input_ipc.h',
(...skipping 1834 matching lines...) Expand 10 before | Expand all | Expand 10 after
1941 ['include', '^base/mac/videotoolbox_glue\\.h$'], 1939 ['include', '^base/mac/videotoolbox_glue\\.h$'],
1942 ['include', '^base/mac/videotoolbox_glue\\.mm$'], 1940 ['include', '^base/mac/videotoolbox_glue\\.mm$'],
1943 ], 1941 ],
1944 }], 1942 }],
1945 ], # target_conditions 1943 ], # target_conditions
1946 }, 1944 },
1947 ], 1945 ],
1948 }], 1946 }],
1949 ], 1947 ],
1950 } 1948 }
OLDNEW
« no previous file with comments | « media/cast/test/utility/audio_utility.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698