Commit e75fcb03 authored by Frank Barchard's avatar Frank Barchard

Roll libyuv chromium deps to same as webrtc jun8

contains the following changes in chromium:
https://chromium.googlesource.com/chromium/src/+log/2d938c84..7fa6701b

R=kjellander@chromium.org
TBR=kjellander@chromium.org
BUG=libyuv:626

Review URL: https://codereview.chromium.org/2183633002 .
parent 68786ccd
...@@ -40,6 +40,7 @@ exec_script_whitelist = [ ...@@ -40,6 +40,7 @@ exec_script_whitelist = [
"//build/config/win/visual_studio_version.gni", "//build/config/win/visual_studio_version.gni",
"//build/gn_helpers.py", "//build/gn_helpers.py",
"//build/gypi_to_gn.py", "//build/gypi_to_gn.py",
"//build/toolchain/concurrent_links.gni",
"//build/toolchain/gcc_toolchain.gni", "//build/toolchain/gcc_toolchain.gni",
"//build/toolchain/mac/BUILD.gn", "//build/toolchain/mac/BUILD.gn",
"//build/toolchain/win/BUILD.gn", "//build/toolchain/win/BUILD.gn",
......
...@@ -29,10 +29,13 @@ ...@@ -29,10 +29,13 @@
'conditions': [ 'conditions': [
['(target_arch == "armv7" or target_arch == "armv7s" or \ ['(target_arch == "armv7" or target_arch == "armv7s" or \
(target_arch == "arm" and arm_version >= 7) or target_arch == "arm64")\ (target_arch == "arm" and arm_version >= 7) or target_arch == "arm64")\
and (arm_neon == 1 or arm_neon_optional == 1)', and (arm_neon == 1 or arm_neon_optional == 1)', {
{
'build_neon': 1, 'build_neon': 1,
}], }],
['OS=="android" and target_arch=="mipsel"', {
# Linking fails with the gold linker: bugs.webrtc.org/5977.
'linux_use_bundled_gold%': 0,
}],
], ],
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment