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

Unified Diff: content/test/BUILD.gn

Issue 1599533003: MediaCaptureFromElement: add support for audio captureStream(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Changed HTMLAudioElementCapturerSource from AudioCapturerSource to MediaStreamAudioSource Created 4 years, 7 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: content/test/BUILD.gn
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index 4768b7d30c1ecf96a70abf0ce0fb640d6fef3c63..6e01d26c331dd6e8d4d1d9522c79d40c0ba7c40d 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -728,6 +728,7 @@ test("content_unittests") {
".",
"//content")
deps += [
+ "//media/blink",
"//third_party/libjingle:libjingle_webrtc",
"//third_party/webrtc/base:rtc_base",
"//third_party/webrtc/modules/desktop_capture:primitives",

Powered by Google App Engine
This is Rietveld 408576698