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

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: Address comments. 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
Index: media/midi/BUILD.gn
diff --git a/media/midi/BUILD.gn b/media/midi/BUILD.gn
index b7d2a376399fa0cbdbd6f155bc61453026422966..c4e41662812f5220a7e4667a9686e34b7e8468ac 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",
« content/shell/BUILD.gn ('K') | « media/media_options.gni ('k') | net/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698