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

Unified Diff: content/test/BUILD.gn

Issue 1406113002: Add AudioTrackRecorder for audio component of MediaStream recording. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: minyue@'s comments Created 5 years, 1 month 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 5a3591590a63f143329551e7a657a585a2537103..11941157e4598441297febc8f5ab0093773fe2bb 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -620,6 +620,7 @@ test("content_unittests") {
if (is_android) {
sources -= [
+ "../renderer/media/audio_track_recorder_unittest.cc",
"../renderer/media/media_recorder_handler_unittest.cc",
"../renderer/media/video_track_recorder_unittest.cc",
]

Powered by Google App Engine
This is Rietveld 408576698