1# Copyright 2023 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 5declare_args() { 6 # If set, build lacros with Chromium's toolchain instead of with Chrome OS's. 7 # TODO(thakis): Set this to `= chromeos_is_browser_only` once that works. 8 lacros_use_chromium_toolchain = false 9 10 # Whether or not the toolchain used to build for ChromeOS needs 11 # --rewrapper-path and --rewrapper-cfg arguments. 12 # TODO(crbug.com/356466829): Remove this once we no longer use 13 # ChromeOS's toolchain. 14 cros_needs_rewrapper_path_arg = true 15} 16