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

Side by Side Diff: media/media.gyp

Issue 2268253002: UMA stats for browser/renderer audio rendering buffer size mismatch. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: build fix Created 4 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
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 242 matching lines...) Expand 10 before | Expand all | Expand 10 after
253 'base/audio_decoder.cc', 253 'base/audio_decoder.cc',
254 'base/audio_decoder.h', 254 'base/audio_decoder.h',
255 'base/audio_decoder_config.cc', 255 'base/audio_decoder_config.cc',
256 'base/audio_decoder_config.h', 256 'base/audio_decoder_config.h',
257 'base/audio_discard_helper.cc', 257 'base/audio_discard_helper.cc',
258 'base/audio_discard_helper.h', 258 'base/audio_discard_helper.h',
259 'base/audio_fifo.cc', 259 'base/audio_fifo.cc',
260 'base/audio_fifo.h', 260 'base/audio_fifo.h',
261 'base/audio_hash.cc', 261 'base/audio_hash.cc',
262 'base/audio_hash.h', 262 'base/audio_hash.h',
263 'base/audio_latency.cc',
264 'base/audio_latency.h',
265 'base/audio_pull_fifo.cc', 263 'base/audio_pull_fifo.cc',
266 'base/audio_pull_fifo.h', 264 'base/audio_pull_fifo.h',
267 'base/audio_push_fifo.cc', 265 'base/audio_push_fifo.cc',
268 'base/audio_push_fifo.h', 266 'base/audio_push_fifo.h',
269 'base/audio_renderer.cc', 267 'base/audio_renderer.cc',
270 'base/audio_renderer.h', 268 'base/audio_renderer.h',
271 'base/audio_renderer_mixer.cc', 269 'base/audio_renderer_mixer.cc',
272 'base/audio_renderer_mixer.h', 270 'base/audio_renderer_mixer.h',
273 'base/audio_renderer_mixer_input.cc', 271 'base/audio_renderer_mixer_input.cc',
274 'base/audio_renderer_mixer_input.h', 272 'base/audio_renderer_mixer_input.h',
(...skipping 2042 matching lines...) Expand 10 before | Expand all | Expand 10 after
2317 'dependencies': [ 2315 'dependencies': [
2318 '../build/linux/system.gyp:libdrm', 2316 '../build/linux/system.gyp:libdrm',
2319 ] 2317 ]
2320 }], 2318 }],
2321 ], 2319 ],
2322 } 2320 }
2323 ] 2321 ]
2324 }], 2322 }],
2325 ], 2323 ],
2326 } 2324 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698