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

Unified Diff: media/audio/BUILD.gn

Issue 2799363005: Removing public access to AudioManager device info interface. (Closed)
Patch Set: rebase Created 3 years, 8 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 side-by-side diff with in-line comments
Download patch
Index: media/audio/BUILD.gn
diff --git a/media/audio/BUILD.gn b/media/audio/BUILD.gn
index f7d9a5102aef2fb3fb939c5f88f39db181dcd3fc..59a01e1a8509456fda0cf016bc6c102c3b4a3a2f 100644
--- a/media/audio/BUILD.gn
+++ b/media/audio/BUILD.gn
@@ -289,6 +289,8 @@ if (use_pulseaudio && link_pulseaudio) {
static_library("test_support") {
testonly = true
sources = [
+ "audio_device_info_accessor_for_tests.cc",
+ "audio_device_info_accessor_for_tests.h",
"audio_unittest_util.cc",
"audio_unittest_util.h",
"mock_audio_manager.cc",

Powered by Google App Engine
This is Rietveld 408576698