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

Unified Diff: libyuv_test.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 | « libyuv.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: libyuv_test.gyp
diff --git a/libyuv_test.gyp b/libyuv_test.gyp
index f4c4ea0919090f6b20854dd85ab921febb424223..2599546564555db5ca9ccddbc281456a57964aca 100644
--- a/libyuv_test.gyp
+++ b/libyuv_test.gyp
@@ -8,7 +8,8 @@
{
'variables': {
- 'libyuv_disable_jpeg%': 0,
+ # Can be enabled if your jpeg has GYP support.
+ 'libyuv_disable_jpeg%': 1,
'mips_msa%': 0, # Default to msa off.
},
'targets': [
« no previous file with comments | « libyuv.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698