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

Unified Diff: media/BUILD.gn

Issue 968663004: Improve MidiManagerAlsa manufacturer reporting (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@udev
Patch Set: Fix embarrassing mistake that broke driver and manufacturer Created 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | media/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/BUILD.gn
diff --git a/media/BUILD.gn b/media/BUILD.gn
index 31a6efd100e6fa1ec25aac54553438cbdba98d9d..a19ec54949804258bbff67319cadc917ac39cab2 100644
--- a/media/BUILD.gn
+++ b/media/BUILD.gn
@@ -361,6 +361,10 @@ component("media") {
]
}
+ if (use_udev) {
+ deps += [ "//device/udev_linux" ]
+ }
+
# A simple WebM encoder for animated avatars on ChromeOS.
if (use_ozone) {
@@ -671,6 +675,10 @@ test("media_unittests") {
]
}
+ if (use_alsa) {
+ sources += [ "midi/midi_manager_alsa_unittest.cc" ]
+ }
+
# include_dirs += [
# # Needed by media_drm_bridge.cc.
# target_gen_dir,
« no previous file with comments | « no previous file | media/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698