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

Unified Diff: media/BUILD.gn

Issue 462983002: GN: Make content_shell and webkit_unit_tests work in component build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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/BUILD.gn
diff --git a/media/BUILD.gn b/media/BUILD.gn
index 36ad0938fe1289a15c0e63680899c2fcfb5adf4c..613f1b9d66c45f0d43f019384bdb7c26c6063031 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 (!linux_link_pulseaudio) {
defines += [ "DLOPEN_PULSEAUDIO" ]
}
}
@@ -827,6 +827,7 @@ test("media_unittests") {
# TODO(dalecurtis): Port the rest of Widevine stuff.
"//third_party/widevine/cdm:version_h",
"//ui/gfx:test_support",
+ "//url",
]
if (media_use_ffmpeg) {
deps += [

Powered by Google App Engine
This is Rietveld 408576698