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

Side by Side 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 unified diff | Download patch
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build/config/chromecast_build.gni") 5 import("//build/config/chromecast_build.gni")
6 6
7 # This args block should contain arguments used within the //chromecast 7 # This args block should contain arguments used within the //chromecast
8 # directory. Arguments which are used in other Chrome components should 8 # directory. Arguments which are used in other Chrome components should
9 # be instead declared in //build/config/chromecast_build.gni. 9 # be instead declared in //build/config/chromecast_build.gni.
10 declare_args() { 10 declare_args() {
11 # chromecast_branding is used to include or exclude Google-branded components. 11 # chromecast_branding is used to include or exclude Google-branded components.
12 # Set it to "public" for a Chromium build. 12 # Set it to "public" for a Chromium build.
13 chromecast_branding = "public" 13 chromecast_branding = "public"
14 14
15 # True if Chromecast build is targetted for linux desktop.
16 is_chromecast_desktop_build = is_linux && target_cpu != "arm"
17
18 # Use Playready CDMs. 15 # Use Playready CDMs.
19 use_playready = false 16 use_playready = false
20 } 17 }
OLDNEW
« 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