blob: 3b8302db11fcaa67e852753d999d534fd014ecc0 [file] [log] [blame]
# 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. test
# crbug/1466891 Fuchia threading model does not play well with the
# visual debugger multithreaded submission mechanism.
use_viz_debugger = !is_official_build && !is_fuchsia
}