1# Copyright 2019 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") 6import("//build/config/dcheck_always_on.gni") 7 8declare_args() { 9 # Use LogErrorNotReached() for NOTREACHED(). 10 enable_log_error_not_reached = 11 is_chromeos_ash && !(is_debug || dcheck_always_on) 12 enable_stack_trace_line_numbers = false 13} 14