blob: 710062c64f7667e1a677cb2b6435d79766f3486f [file] [log] [blame]
# Copyright 2018 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() {
enable_chromium_based_web_runner = false
}
declare_args() {
# This enables a chromium-based web_runner implementation.
# If this is set to false and web_runner_prototype is in the build, the
# prototype version will be used instead to handle web requests.
enable_chromium = enable_chromium_based_web_runner
}