blob: 9e56a59a020aa54a37a5f944b1c9c3b8d46604bd [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 = false
}