Roll libyuv chromium deps to same as webrtc jun8

contains the following changes in chromium:
2d938c84..7fa6701b

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

Review URL: https://codereview.chromium.org/2183633002 .
This commit is contained in:
Frank Barchard 2016-08-02 14:42:33 -07:00
parent 68786ccd53
commit e75fcb03e5
2 changed files with 6 additions and 2 deletions

1
.gn
View File

@ -40,6 +40,7 @@ exec_script_whitelist = [
"//build/config/win/visual_studio_version.gni",
"//build/gn_helpers.py",
"//build/gypi_to_gn.py",
"//build/toolchain/concurrent_links.gni",
"//build/toolchain/gcc_toolchain.gni",
"//build/toolchain/mac/BUILD.gn",
"//build/toolchain/win/BUILD.gn",

View File

@ -29,10 +29,13 @@
'conditions': [
['(target_arch == "armv7" or target_arch == "armv7s" or \
(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,
}],
['OS=="android" and target_arch=="mipsel"', {
# Linking fails with the gold linker: bugs.webrtc.org/5977.
'linux_use_bundled_gold%': 0,
}],
],
},