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

Unified Diff: libjpeg.gyp

Issue 1866193002: Add default variable 'use_system_yasm%': 0 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/libjpeg_turbo.git@master
Patch Set: rebased Created 4 years, 8 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: libjpeg.gyp
diff --git a/libjpeg.gyp b/libjpeg.gyp
index c5d8dce6978d652331b615e82299d966c64e1dde..5754c00be2b6a46f146d3d01accaf8c68f7fb0c6 100644
--- a/libjpeg.gyp
+++ b/libjpeg.gyp
@@ -6,6 +6,7 @@
# This file is not used when use_system_libjpeg==1. Settings for building with
# the system libjpeg is in third_party/libjpeg/libjpeg.gyp.
'variables': {
+ 'use_system_yasm%': 0,
'shared_generated_dir': '<(SHARED_INTERMEDIATE_DIR)/third_party/libjpeg_turbo',
'conditions': [
[ 'OS=="win"', {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698