# Copyright 2016 The Chromium project authors. All rights reserved. | |
# Use of this source code is governed by a BSD-style license that can be | |
# found in the LICENSE file. | |
# Variable that can be used to support multiple build scenarios, like having | |
# Chromium specific targets in a client project's GN file etc. | |
build_with_chromium = false | |
# Skip assertions about 4GiB file size limit. | |
ignore_elf32_limitations = true | |
use_system_xcode = true |