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

Unified Diff: libyuv.gyp

Issue 1526163002: bump chromium version and disable use_sysroot (Closed) Base URL: https://chromium.googlesource.com/libyuv/libyuv@master
Patch Set: Created 5 years 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 | « DEPS ('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 3d8cb35953c35162c13f96f2719ea5b0007c5b16..4e42312fc5da2889d5d573a024a4ee6ce433db3b 100644
--- a/libyuv.gyp
+++ b/libyuv.gyp
@@ -17,6 +17,13 @@
'GCC_PRECOMPILE_PREFIX_HEADER': 'NO',
},
'variables': {
+ 'variables': {
+ # Disable use of sysroot for Linux. It's enabled by default in Chromium,
+ # but it currently lacks the libudev-dev package.
+ # TODO(kjellander): Remove when crbug.com/561584 is fixed.
+ 'use_sysroot': 0,
Sam Clegg 2016/01/06 18:37:34 I think this broke the Linux ARM builder, where sy
kjellander_chromium 2016/01/11 20:36:03 Frank was making this change with the assumption t
+ },
+ 'use_sysroot%': '<(use_sysroot)',
'use_system_libjpeg%': 0,
'libyuv_disable_jpeg%': 0,
# 'chromium_code' treats libyuv as internal and increases warning level.
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698