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

Side by Side Diff: trunk/src/media/audio/BUILD.gn

Issue 487543002: Revert 290359 "Remove AudioBuffersState class." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 4 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
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 import("//media/media_options.gni") 5 import("//media/media_options.gni")
6 6
7 # When libpulse is not directly linked, use stubs to allow for dlopening of the 7 # When libpulse is not directly linked, use stubs to allow for dlopening of the
8 # binary. 8 # binary.
9 if (!linux_link_pulseaudio) { 9 if (!linux_link_pulseaudio) {
10 action("pulse_generate_stubs") { 10 action("pulse_generate_stubs") {
(...skipping 18 matching lines...) Expand all
29 "-p", "media/audio/pulse", 29 "-p", "media/audio/pulse",
30 ] 30 ]
31 31
32 args += rebase_path(sources, root_build_dir) 32 args += rebase_path(sources, root_build_dir)
33 } 33 }
34 } 34 }
35 35
36 source_set("audio") { 36 source_set("audio") {
37 sources = [ 37 sources = [
38 "agc_audio_stream.h", 38 "agc_audio_stream.h",
39 "audio_buffers_state.cc",
40 "audio_buffers_state.h",
39 "audio_device_name.cc", 41 "audio_device_name.cc",
40 "audio_device_name.h", 42 "audio_device_name.h",
41 "audio_device_thread.cc", 43 "audio_device_thread.cc",
42 "audio_device_thread.h", 44 "audio_device_thread.h",
43 "audio_input_controller.cc", 45 "audio_input_controller.cc",
44 "audio_input_controller.h", 46 "audio_input_controller.h",
45 "audio_input_device.cc", 47 "audio_input_device.cc",
46 "audio_input_device.h", 48 "audio_input_device.h",
47 "audio_input_ipc.cc", 49 "audio_input_ipc.cc",
48 "audio_input_ipc.h", 50 "audio_input_ipc.h",
(...skipping 271 matching lines...) Expand 10 before | Expand all | Expand 10 after
320 "win/core_audio_util_win_unittest.cc", 322 "win/core_audio_util_win_unittest.cc",
321 ] 323 ]
322 } 324 }
323 325
324 if (use_alsa) { 326 if (use_alsa) {
325 sources += [ 327 sources += [
326 "alsa/alsa_output_unittest.cc", 328 "alsa/alsa_output_unittest.cc",
327 ] 329 ]
328 } 330 }
329 } 331 }
OLDNEW
« no previous file with comments | « trunk/src/content/common/media/audio_messages.h ('k') | trunk/src/media/audio/alsa/alsa_output.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698