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

Unified Diff: chromecast/chromecast.gni

Issue 1528533002: [Chromecast] Replace architecure-based conditionals with flag. (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Correct declare_args bug. Created 5 years 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/chromecast.gni
diff --git a/chromecast/chromecast.gni b/chromecast/chromecast.gni
index fa36ec9810e8b3a335180e1df36cc24baa5962ad..7c2c7761b9259140353895bed5c41aced7ffc7c3 100644
--- a/chromecast/chromecast.gni
+++ b/chromecast/chromecast.gni
@@ -12,9 +12,6 @@ declare_args() {
# Set it to "public" for a Chromium build.
chromecast_branding = "public"
- # True if Chromecast build is targetted for linux desktop.
- is_chromecast_desktop_build = is_linux && target_cpu != "arm"
-
# Use Playready CDMs.
use_playready = false
}
« chromecast/BUILD.gn ('K') | « chromecast/BUILD.gn ('k') | chromecast/chromecast_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698