# Copyright 2021 The Chromium Authors | |
# Use of this source code is governed by a BSD-style license that can be | |
# found in the LICENSE file. | |
declare_args() { | |
# Indicates if the Viz Debugger is enabled. This is disabled by default on | |
# official builds due to security and performance reasons. | |
use_viz_debugger = !is_official_build | |
} |