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

Unified Diff: chromecast/media/audio/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
Index: chromecast/media/audio/BUILD.gn
diff --git a/chromecast/media/audio/BUILD.gn b/chromecast/media/audio/BUILD.gn
index 87a6caab306b12b799a9912998fa16e87b1b8507..a5ca0f196585fd4627d4c0cdb25a68e01b1a998a 100644
--- a/chromecast/media/audio/BUILD.gn
+++ b/chromecast/media/audio/BUILD.gn
@@ -26,10 +26,6 @@ source_set("audio") {
source_set("test_support") {
testonly = true
- sources = [
- "cast_audio_output_stream_unittest.cc",
- ]
-
configs += [ "//chromecast:config" ]
deps = [

Powered by Google App Engine
This is Rietveld 408576698