blob: 35cb09c9323d1edc0f0620ff37afa30a48cb0be0 [file] [log] [blame]
# Copyright 2020 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
declare_args() {
# This variable specifies a chromium build output directory, such as `~/chromium/src/out/fuchsia`,
# that cast_runner, web_runner, and web_engine will be obtained from. If unset, the prebuilt
# packages from CIPD will be used.
chromium_build_dir = ""
# Set to use the most recent canary version of prebuilt Chromium components
# otherwise the most recently validated version is used.
use_chromium_canary = false
# If true then the most recent canary version of the Cast Runner is used,
# otherwise the most recently validated version is used.
use_cast_runner_canary = false
}