1# Copyright 2016 The Chromium Authors. All rights reserved. 2# Use of this source code is governed by a BSD-style license that can be 3# found in the LICENSE file. 4 5# Variable that can be used to support multiple build scenarios, like having 6# Chromium specific targets in a client project's GN file etc. 7build_with_chromium = false 8 9# Some non-Chromium builds don't support building java targets. 10enable_java_templates = true 11 12# Some non-Chromium builds don't use Chromium's third_party/binutils. 13linux_use_bundled_binutils_override = true 14 15# Skip assertions about 4GiB file size limit. 16ignore_elf32_limitations = true 17 18# Use the system install of Xcode for tools like ibtool, libtool, etc. 19use_system_xcode = true 20