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

Unified Diff: media/midi/BUILD.gn

Issue 1345013002: Add is_chromecast to GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Rebase + ui changes. Created 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « media/media_options.gni ('k') | net/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/midi/BUILD.gn
diff --git a/media/midi/BUILD.gn b/media/midi/BUILD.gn
index f056aed059b0a57778a7ba3f715c2dbb8f31bf59..bbf0a149ab3e60c4964fe7ab06b0e06e9dc81183 100644
--- a/media/midi/BUILD.gn
+++ b/media/midi/BUILD.gn
@@ -15,7 +15,7 @@ if (is_android) {
# Common configuration for targets in the media/midi directory.
config("midi_config") {
- if (use_alsa) {
+ if (use_alsa && use_udev) {
defines = [
"USE_ALSA",
"USE_UDEV",
« no previous file with comments | « media/media_options.gni ('k') | net/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698