blob: cd991f62476ac3d4839e61a9a6f952847c38ff26 [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() {
# 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 = true
}