blob: 1ff360ae3344ee3a12b146ebb201a467e2ea7f44 [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 fully qualified Chromium build output directory,
# such as `/home/USER/chrome/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
}