# Copyright 2024 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() { | |
structured_metrics_enabled = is_win || is_mac || is_linux || is_chromeos | |
structured_metrics_debug_enabled = is_win || is_mac || is_linux || is_chromeos | |
} |