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

Unified Diff: media/audio/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 | « media/BUILD.gn ('k') | media/media_options.gni » ('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 f2a04d2d7c5b7109b2c29e54203387ebab3dcb93..57b6572129cb93ad8baa7f388bc13b5043bae27c 100644
--- a/media/audio/BUILD.gn
+++ b/media/audio/BUILD.gn
@@ -6,7 +6,7 @@ import("//media/media_options.gni")
# When libpulse is not directly linked, use stubs to allow for dlopening of the
# binary.
-if (!linux_link_pulseaudio) {
+if (!link_pulseaudio) {
action("pulse_generate_stubs") {
extra_header = "pulse/pulse_stub_header.fragment"
@@ -221,7 +221,7 @@ source_set("audio") {
"pulse/pulse_util.h",
]
- if (linux_link_pulseaudio) {
+ if (link_pulseaudio) {
pkg_config("libpulse") {
packages = [ "libpulse" ]
}
« no previous file with comments | « media/BUILD.gn ('k') | media/media_options.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698