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

Unified Diff: libyuv.gyp

Issue 1566303002: Remove use_sysroot=0 (Closed) Base URL: https://chromium.googlesource.com/libyuv/libyuv@master
Patch Set: align stride for fmtb in unittests Created 4 years, 11 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 | « no previous file | source/scale_win.cc » ('j') | 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 b8e1c580d10b2066c4186492a4ca67717e57ed03..3909a97382d38f6fd6ef94750c3c1c91a40904f1 100644
--- a/libyuv.gyp
+++ b/libyuv.gyp
@@ -17,19 +17,6 @@
'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.
- 'conditions': [
- ['target_arch=="ia32" or target_arch=="x64"', {
- 'use_sysroot': 0,
- }, {
- 'use_sysroot%': 1,
- }],
- ],
- },
- '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 | « no previous file | source/scale_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698