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

Unified Diff: chromecast/media/BUILD.gn

Issue 1351493003: [Chromecast] Add a return value after NOTREACHED in tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Created 5 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 | « no previous file | chromecast/media/audio/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/media/BUILD.gn
diff --git a/chromecast/media/BUILD.gn b/chromecast/media/BUILD.gn
index a5471ebb53a2ab6bd81e4f1d927e8777ed347b35..52536d8c6067af2152aae501d601796e7cbd8291 100644
--- a/chromecast/media/BUILD.gn
+++ b/chromecast/media/BUILD.gn
@@ -16,6 +16,7 @@ group("media") {
test("cast_media_unittests") {
sources = [
+ "audio/cast_audio_output_stream_unittest.cc",
alokp 2015/09/21 19:38:35 Is this required because we do not have media/BUIL
"cma/backend/audio_video_pipeline_device_unittest.cc",
"cma/base/balanced_media_task_runner_unittest.cc",
"cma/base/buffering_controller_unittest.cc",
« no previous file with comments | « no previous file | chromecast/media/audio/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698