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

Unified Diff: libyuv.gyp

Issue 2585373002: modified libyuv.gyp so that it no longer depends on libjpeg.gyp, which does not exist anymore. (Closed)
Patch Set: Created 4 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 | « include/libyuv/version.h ('k') | libyuv_test.gyp » ('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 fc7d08792aa55a19c26a2f6bfdbeedc72e734004..d2371450ecf5aa660b96613d6422dcf199d06997 100644
--- a/libyuv.gyp
+++ b/libyuv.gyp
@@ -18,7 +18,8 @@
},
'variables': {
'use_system_libjpeg%': 0,
- 'libyuv_disable_jpeg%': 0,
+ # Can be enabled if your jpeg has GYP support.
+ 'libyuv_disable_jpeg%': 1,
# 'chromium_code' treats libyuv as internal and increases warning level.
'chromium_code': 1,
# clang compiler default variable usable by other apps that include libyuv.
« no previous file with comments | « include/libyuv/version.h ('k') | libyuv_test.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698