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

Unified Diff: media/audio/BUILD.gn

Issue 2079843003: Allow AudioManagerCras enumerate audio devices from CRAS not just defaults (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nit: using display_name instead of device_name Created 4 years, 5 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
« no previous file with comments | « no previous file | media/audio/audio_manager_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/audio/BUILD.gn
diff --git a/media/audio/BUILD.gn b/media/audio/BUILD.gn
index 95846d70d88068583f43c381987b44213a5937df..4d1a80727754da59b3e237fd624be92535b82298 100644
--- a/media/audio/BUILD.gn
+++ b/media/audio/BUILD.gn
@@ -351,6 +351,10 @@ source_set("unittests") {
"sounds/wav_audio_handler_unittest.cc",
]
+ if (!is_chromecast) {
+ deps += [ "//chromeos:chromeos" ]
+ }
+
if (use_cras) {
sources += [
"cras/cras_input_unittest.cc",
« no previous file with comments | « no previous file | media/audio/audio_manager_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698