Roll chromium_revision 9b5bb47fa0..04e7c673d9 (426837:427632)
Configure ignore_elf32_limitations = true in build_overrides/build.gni as made possible by https://codereview.chromium.org/2448453002/ Changes to webrtc/test/ios/Info.plist were needed due to https://codereview.chromium.org/2441793002 Change log:9b5bb47fa0..04e7c673d9
Full diff:9b5bb47fa0..04e7c673d9
Changed dependencies: * src/third_party/libFuzzer/src:9aa0bddeb6..0a3128c75d
* src/third_party/libvpx/source/libvpx:294a734a5f..9a032fa262
* src/third_party/libyuv:198bce3959..550cf829fb
DEPS diff:9b5bb47fa0..04e7c673d9
/DEPS Clang version changed 283753:284979 Details:9b5bb47fa0..04e7c673d9
/tools/clang/scripts/update.py TBR=marpan@webrtc.org, BUG=webrtc:6596, webrtc:6608 NOTRY=True Review-Url: https://codereview.webrtc.org/2447263003 Cr-Commit-Position: refs/heads/master@{#14794}
This commit is contained in:
@ -30,3 +30,8 @@ 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
|
||||
|
Reference in New Issue
Block a user