15f9996aaSopenharmony_ci# Copyright 2016 The Chromium Authors. All rights reserved. 25f9996aaSopenharmony_ci# Use of this source code is governed by a BSD-style license that can be 35f9996aaSopenharmony_ci# found in the LICENSE file. 45f9996aaSopenharmony_ci 55f9996aaSopenharmony_ci# Variable that can be used to support multiple build scenarios, like having 65f9996aaSopenharmony_ci# Chromium specific targets in a client project's GN file etc. 75f9996aaSopenharmony_cibuild_with_chromium = false 85f9996aaSopenharmony_ci 95f9996aaSopenharmony_ci# Some non-Chromium builds don't support building java targets. 105f9996aaSopenharmony_cienable_java_templates = true 115f9996aaSopenharmony_ci 125f9996aaSopenharmony_ci# Some non-Chromium builds don't use Chromium's third_party/binutils. 135f9996aaSopenharmony_cilinux_use_bundled_binutils_override = true 145f9996aaSopenharmony_ci 155f9996aaSopenharmony_ci# Skip assertions about 4GiB file size limit. 165f9996aaSopenharmony_ciignore_elf32_limitations = true 175f9996aaSopenharmony_ci 185f9996aaSopenharmony_ci# Use the system install of Xcode for tools like ibtool, libtool, etc. 195f9996aaSopenharmony_ciuse_system_xcode = true 20