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

Unified Diff: media/BUILD.gn

Issue 609293004: Convert various media options into proper declare_args(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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 | « no previous file | media/audio/BUILD.gn » ('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 8deb6b9df317145e6c6d5eb0dff5ea755bc917aa..5a16c0ae85da3b8a5c4ba3903a605a3befb82413 100644
--- a/media/BUILD.gn
+++ b/media/BUILD.gn
@@ -17,7 +17,7 @@ config("media_config") {
}
if (use_pulseaudio) {
defines += [ "USE_PULSEAUDIO" ]
- if (!linux_link_pulseaudio) {
+ if (!link_pulseaudio) {
defines += [ "DLOPEN_PULSEAUDIO" ]
}
}
« no previous file with comments | « no previous file | media/audio/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698