1# Copyright 2024 The Chromium Authors 2# Use of this source code is governed by a BSD-style license that can be 3# found in the LICENSE file. 4 5import("//build/config/chromeos/ui_mode.gni") 6 7declare_args() { 8 structured_metrics_enabled = is_win || is_mac || is_linux || is_chromeos 9 structured_metrics_debug_enabled = 10 is_win || is_mac || is_linux || is_chromeos_ash 11} 12