summaryrefslogtreecommitdiffstats
path: root/chromecast
diff options
context:
space:
mode:
authorslan <slan@chromium.org>2015-11-13 09:46:49 -0800
committerCommit bot <commit-bot@chromium.org>2015-11-13 17:47:41 +0000
commit93f59d1d9032abbd9791652f4dcbbdff98ac60e3 (patch)
tree531e57b2cdf7bbc558e13b658ad72a0c5df125e5 /chromecast
parentecdc43285aed600c3b48ea91d0ff45931d28d62e (diff)
downloadchromium_src-93f59d1d9032abbd9791652f4dcbbdff98ac60e3.zip
chromium_src-93f59d1d9032abbd9791652f4dcbbdff98ac60e3.tar.gz
chromium_src-93f59d1d9032abbd9791652f4dcbbdff98ac60e3.tar.bz2
[Chromecast] Audio-only builds should not enable "cast" ozone platform.
Currently this is being configured in infrastructure. Remove the complexity of setting up an audio build by setting the "headless" platform to default for "disable_display" builds. BUG= Review URL: https://codereview.chromium.org/1442643005 Cr-Commit-Position: refs/heads/master@{#359578}
Diffstat (limited to 'chromecast')
-rw-r--r--chromecast/chromecast.gni5
1 files changed, 2 insertions, 3 deletions
diff --git a/chromecast/chromecast.gni b/chromecast/chromecast.gni
index 2edb069..fa36ec9 100644
--- a/chromecast/chromecast.gni
+++ b/chromecast/chromecast.gni
@@ -2,6 +2,8 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
+import("//build/config/chromecast_build.gni")
+
# This args block should contain arguments used within the //chromecast
# directory. Arguments which are used in other Chrome components should
# be instead declared in //build/config/chromecast_build.gni.
@@ -15,7 +17,4 @@ declare_args() {
# Use Playready CDMs.
use_playready = false
-
- # Set this true to perform an audio-only build.
- disable_display = false
}