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

Unified Diff: media/audio/BUILD.gn

Issue 1184473002: Add support for the audio-output-device switching IPC mechanism to the renderer lower layers (media… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix build dependencies for audio_unittests Created 5 years, 6 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 | « content/renderer/pepper/pepper_platform_audio_output.cc ('k') | media/audio/audio_output_device.h » ('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 11d3d76bf9b61fa1a24a363f5aa13160f1357fd6..ccc6f69f378703217a55be71b15cbab49bfb4fad 100644
--- a/media/audio/BUILD.gn
+++ b/media/audio/BUILD.gn
@@ -290,6 +290,7 @@ source_set("unittests") {
"//media/base:test_support",
"//testing/gmock",
"//testing/gtest",
+ "//url",
]
configs += [
« no previous file with comments | « content/renderer/pepper/pepper_platform_audio_output.cc ('k') | media/audio/audio_output_device.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698