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

Unified Diff: chromecast/chromecast.gni

Issue 2770903002: [Chromecast] Remove redundant build assert. (Closed)
Patch Set: Created 3 years, 9 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/chromecast.gni
diff --git a/chromecast/chromecast.gni b/chromecast/chromecast.gni
index dc4ac9a8236dd83fab8af22a1a53b8ffd39090ea..ec300c53d1e5e531c6b7e639d146946d9866be7a 100644
--- a/chromecast/chromecast.gni
+++ b/chromecast/chromecast.gni
@@ -46,7 +46,3 @@ if (chromecast_branding == "public") {
cast_build_release =
read_file("//chromecast/internal/build/cast_build_release", "trim string")
}
-
-# Assistant shall only be enabled on audio-only builds.
-assert(!enable_assistant || is_cast_audio_only,
- "Assistant is only available on audio devices.")
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698