Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

41 lines
1.7 KiB
Plaintext
Raw Normal View History

# 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.
# Some WebRTC targets require a 10.11 min SDK but those targets are only
# used in non-Chromium builds.
mac_sdk_min_build_override = "10.11"
# Some non-Chromium builds don't support building java targets.
enable_java_templates = true
# Some non-Chromium builds don't use Chromium's third_party/binutils.
linux_use_bundled_binutils_override = true
# 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
# Use our own suppressions files.
asan_suppressions_file = "//build/sanitizers/asan_suppressions.cc"
lsan_suppressions_file = "//webrtc/build/sanitizers/lsan_suppressions_webrtc.cc"
tsan_suppressions_file = "//webrtc/build/sanitizers/tsan_suppressions_webrtc.cc"
# Android lint suppressions file
lint_suppressions_file = "//webrtc/build/android/suppressions.xml"
# For Chromium, Android 32-bit non-component, non-clang builds hit a 4GiB size
# limit, making them requiring symbol_level=2. WebRTC doesn't hit that problem
# so we just ignore that assert. See https://crbug.com/648948 for more info.
ignore_elf32_limitations = true
# Use system Xcode installation instead of the Chromium bundled Mac toolchain,
# since it contains only SDK 10.11, not 10.12 which WebRTC needs.
use_system_xcode = true
Roll chromium_revision 5e821a778b..5c22c2afac (432715:434448) Manual changes needed to use our own test runner for Android tests. VideoProcessorIntegrationTest.ProcessNoLossChangeFrameRateFrameDropVP9 is failing for TSan and UBSan configs, so disable the test for them here. Change log: https://chromium.googlesource.com/chromium/src/+log/5e821a778b..5c22c2afac Full diff: https://chromium.googlesource.com/chromium/src/+/5e821a778b..5c22c2afac Changed dependencies: * src/buildtools: https://chromium.googlesource.com/chromium/buildtools.git/+log/1f985091a5..991f459071 * src/third_party/android_tools: https://chromium.googlesource.com/android_tools.git/+log/c02a002b48..811a2c3f91 * src/third_party/catapult: https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git/+log/249cfbcd88..671a654736 * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/3c7a098821..d16162e3f4 * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/7ddf5e9ba1..dda089a98a * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/5c64c01c7c..d7f1d60c51 * src/third_party/openmax_dl: https://chromium.googlesource.com/external/webrtc/deps/third_party/openmax.git/+log/57d33bee78..7acede9c03 DEPS diff: https://chromium.googlesource.com/chromium/src/+/5e821a778b..5c22c2afac/DEPS Clang version changed 284979:287780 Details: https://chromium.googlesource.com/chromium/src/+/5e821a778b..5c22c2afac/tools/clang/scripts/update.py TBR=marpan@webrtc.org, ehmaldonado@webrtc.org BUG=webrtc:6775, webrtc:6739, webrtc:6781 NOTRY=True Review-Url: https://codereview.webrtc.org/2533733002 Cr-Commit-Position: refs/heads/master@{#15256}
2016-11-28 02:04:38 -08:00
android_test_runner_script = "../../webrtc/build/android/test_runner.py"