Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 248 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 259 'base/audio_pull_fifo.cc', | 259 'base/audio_pull_fifo.cc', |
| 260 'base/audio_pull_fifo.h', | 260 'base/audio_pull_fifo.h', |
| 261 'base/audio_push_fifo.cc', | 261 'base/audio_push_fifo.cc', |
| 262 'base/audio_push_fifo.h', | 262 'base/audio_push_fifo.h', |
| 263 'base/audio_renderer.cc', | 263 'base/audio_renderer.cc', |
| 264 'base/audio_renderer.h', | 264 'base/audio_renderer.h', |
| 265 'base/audio_renderer_mixer.cc', | 265 'base/audio_renderer_mixer.cc', |
| 266 'base/audio_renderer_mixer.h', | 266 'base/audio_renderer_mixer.h', |
| 267 'base/audio_renderer_mixer_input.cc', | 267 'base/audio_renderer_mixer_input.cc', |
| 268 'base/audio_renderer_mixer_input.h', | 268 'base/audio_renderer_mixer_input.h', |
| 269 'base/audio_renderer_mixer_sink.h', | |
|
Henrik Grunell
2016/03/08 21:09:57
Also add to gn file.
o1ka
2016/04/05 15:13:38
Not applicable any more: mixer sink has gone.
| |
| 269 'base/audio_renderer_sink.h', | 270 'base/audio_renderer_sink.h', |
| 270 'base/audio_shifter.cc', | 271 'base/audio_shifter.cc', |
| 271 'base/audio_shifter.h', | 272 'base/audio_shifter.h', |
| 272 'base/audio_splicer.cc', | 273 'base/audio_splicer.cc', |
| 273 'base/audio_splicer.h', | 274 'base/audio_splicer.h', |
| 274 'base/audio_timestamp_helper.cc', | 275 'base/audio_timestamp_helper.cc', |
| 275 'base/audio_timestamp_helper.h', | 276 'base/audio_timestamp_helper.h', |
| 276 'base/audio_video_metadata_extractor.cc', | 277 'base/audio_video_metadata_extractor.cc', |
| 277 'base/audio_video_metadata_extractor.h', | 278 'base/audio_video_metadata_extractor.h', |
| 278 'base/bind_to_current_loop.h', | 279 'base/bind_to_current_loop.h', |
| (...skipping 1831 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 2110 'dependencies': [ | 2111 'dependencies': [ |
| 2111 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2112 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 2112 ], | 2113 ], |
| 2113 }], | 2114 }], |
| 2114 ], | 2115 ], |
| 2115 }, | 2116 }, |
| 2116 ], | 2117 ], |
| 2117 }], | 2118 }], |
| 2118 ], | 2119 ], |
| 2119 } | 2120 } |
| OLD | NEW |