kjellander e3897ad7e2 Roll chromium_revision 2a03e86fcf..bc1c2103ef (389507:390316)
The BoringSSL changes in
https://codereview.chromium.org/1917223004/
https://codereview.chromium.org/1919383002/
required moving the build_with_chromium variable to build.gni.

Change log: 2a03e86fcf..bc1c2103ef
Full diff: 2a03e86fcf..bc1c2103ef

Changed dependencies:
* src/buildtools: e84114dbe2..cdbd50759b
* src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/f01fb5dc0e..a081423809
* src/tools/gyp: 6ea68631cd..4cf07e8d61
DEPS diff: 2a03e86fcf..bc1c2103ef/DEPS

Clang version changed 266460:267383
Details: 2a03e86fcf..bc1c2103ef/tools/clang/scripts/update.py

TBR=pbos@webrtc.org
NOTRY=True

Review-Url: https://codereview.webrtc.org/1925843003
Cr-Commit-Position: refs/heads/master@{#12544}
2016-04-28 09:51:10 +00:00

19 lines
939 B
Plaintext

# Copyright (c) 2016 The WebRTC 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 in the root of the source
# tree. An additional intellectual property rights grant can be found
# in the file PATENTS. All contributing project authors may
# be found in the AUTHORS file in the root of the source tree.
# See https://bugs.chromium.org/p/webrtc/issues/detail?id=5453.
# Some WebRTC targets require the 10.7 deployment version of the Mac SDK and a
# 10.11 min SDK but those targets are only used in non-Chromium builds. We can
# remove this when Chromium drops 10.6 support and also requires 10.7.
mac_sdk_min_build_override = "10.11"
mac_deployment_target_build_override = "10.7"
# 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