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

Side by Side Diff: media/base/BUILD.gn

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: histogram rename Created 4 years, 3 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
« no previous file with comments | « media/audio/audio_output_resampler.cc ('k') | media/base/audio_parameters.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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("//build/config/android/config.gni") 5 import("//build/config/android/config.gni")
6 import("//build/config/arm.gni") 6 import("//build/config/arm.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//build/config/linux/pkg_config.gni") 9 import("//build/config/linux/pkg_config.gni")
10 import("//media/media_options.gni") 10 import("//media/media_options.gni")
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 "audio_decoder.cc", 47 "audio_decoder.cc",
48 "audio_decoder.h", 48 "audio_decoder.h",
49 "audio_decoder_config.cc", 49 "audio_decoder_config.cc",
50 "audio_decoder_config.h", 50 "audio_decoder_config.h",
51 "audio_discard_helper.cc", 51 "audio_discard_helper.cc",
52 "audio_discard_helper.h", 52 "audio_discard_helper.h",
53 "audio_fifo.cc", 53 "audio_fifo.cc",
54 "audio_fifo.h", 54 "audio_fifo.h",
55 "audio_hash.cc", 55 "audio_hash.cc",
56 "audio_hash.h", 56 "audio_hash.h",
57 "audio_latency.cc",
58 "audio_latency.h",
59 "audio_pull_fifo.cc", 57 "audio_pull_fifo.cc",
60 "audio_pull_fifo.h", 58 "audio_pull_fifo.h",
61 "audio_push_fifo.cc", 59 "audio_push_fifo.cc",
62 "audio_push_fifo.h", 60 "audio_push_fifo.h",
63 "audio_renderer.cc", 61 "audio_renderer.cc",
64 "audio_renderer.h", 62 "audio_renderer.h",
65 "audio_renderer_mixer.cc", 63 "audio_renderer_mixer.cc",
66 "audio_renderer_mixer.h", 64 "audio_renderer_mixer.h",
67 "audio_renderer_mixer_input.cc", 65 "audio_renderer_mixer_input.cc",
68 "audio_renderer_mixer_input.h", 66 "audio_renderer_mixer_input.h",
(...skipping 512 matching lines...) Expand 10 before | Expand all | Expand 10 after
581 579
582 fuzzer_test("media_container_names_fuzzer") { 580 fuzzer_test("media_container_names_fuzzer") {
583 sources = [ 581 sources = [
584 "container_names_fuzzertest.cc", 582 "container_names_fuzzertest.cc",
585 ] 583 ]
586 deps = [ 584 deps = [
587 "//base", 585 "//base",
588 "//media", 586 "//media",
589 ] 587 ]
590 } 588 }
OLDNEW
« no previous file with comments | « media/audio/audio_output_resampler.cc ('k') | media/base/audio_parameters.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698