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

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

Issue 2697793002: Add mojo interface+impl for audio stream control. (Closed)
Patch Set: . Created 3 years, 9 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 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 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 "audio_decoder.cc", 58 "audio_decoder.cc",
59 "audio_decoder.h", 59 "audio_decoder.h",
60 "audio_decoder_config.cc", 60 "audio_decoder_config.cc",
61 "audio_decoder_config.h", 61 "audio_decoder_config.h",
62 "audio_discard_helper.cc", 62 "audio_discard_helper.cc",
63 "audio_discard_helper.h", 63 "audio_discard_helper.h",
64 "audio_fifo.cc", 64 "audio_fifo.cc",
65 "audio_fifo.h", 65 "audio_fifo.h",
66 "audio_hash.cc", 66 "audio_hash.cc",
67 "audio_hash.h", 67 "audio_hash.h",
68 "audio_output_delegate.h",
68 "audio_pull_fifo.cc", 69 "audio_pull_fifo.cc",
69 "audio_pull_fifo.h", 70 "audio_pull_fifo.h",
70 "audio_push_fifo.cc", 71 "audio_push_fifo.cc",
71 "audio_push_fifo.h", 72 "audio_push_fifo.h",
72 "audio_renderer.cc", 73 "audio_renderer.cc",
73 "audio_renderer.h", 74 "audio_renderer.h",
74 "audio_renderer_mixer.cc", 75 "audio_renderer_mixer.cc",
75 "audio_renderer_mixer.h", 76 "audio_renderer_mixer.h",
76 "audio_renderer_mixer_input.cc", 77 "audio_renderer_mixer_input.cc",
77 "audio_renderer_mixer_input.h", 78 "audio_renderer_mixer_input.h",
(...skipping 478 matching lines...) Expand 10 before | Expand all | Expand 10 after
556 557
557 fuzzer_test("media_container_names_fuzzer") { 558 fuzzer_test("media_container_names_fuzzer") {
558 sources = [ 559 sources = [
559 "container_names_fuzzertest.cc", 560 "container_names_fuzzertest.cc",
560 ] 561 ]
561 deps = [ 562 deps = [
562 "//base", 563 "//base",
563 "//media", 564 "//media",
564 ] 565 ]
565 } 566 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698