Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1399)

Unified Diff: libyuv.gyp

Issue 2183633002: Roll libyuv chromium deps to same as webrtc jun8 (Closed) Base URL: https://chromium.googlesource.com/libyuv/libyuv@master
Patch Set: revert DEPS roll, keep other changes from Jun 8 roll. Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « .gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: libyuv.gyp
diff --git a/libyuv.gyp b/libyuv.gyp
index db4b549043669f09a48cdf0afa472abf7e7e1845..3c84c8711b69c341a7ee437fe63f99f76a88bdbc 100644
--- a/libyuv.gyp
+++ b/libyuv.gyp
@@ -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,
+ }],
],
},
« no previous file with comments | « .gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698