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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 # This file is not used when use_system_libjpeg==1. Settings for building with 6 # This file is not used when use_system_libjpeg==1. Settings for building with
7 # the system libjpeg is in third_party/libjpeg/libjpeg.gyp. 7 # the system libjpeg is in third_party/libjpeg/libjpeg.gyp.
8 'variables': { 8 'variables': {
9 'use_system_yasm%': 0,
9 'shared_generated_dir': '<(SHARED_INTERMEDIATE_DIR)/third_party/libjpeg_turb o', 10 'shared_generated_dir': '<(SHARED_INTERMEDIATE_DIR)/third_party/libjpeg_turb o',
10 'conditions': [ 11 'conditions': [
11 [ 'OS=="win"', { 12 [ 'OS=="win"', {
12 'object_suffix': 'obj', 13 'object_suffix': 'obj',
13 }, { 14 }, {
14 'object_suffix': 'o', 15 'object_suffix': 'o',
15 }], 16 }],
16 ], 17 ],
17 }, 18 },
18 'targets': [ 19 'targets': [
(...skipping 289 matching lines...) Expand 10 before | Expand all | Expand 10 after
308 ], 309 ],
309 }, 310 },
310 ], 311 ],
311 } 312 }
312 313
313 # Local Variables: 314 # Local Variables:
314 # tab-width:2 315 # tab-width:2
315 # indent-tabs-mode:nil 316 # indent-tabs-mode:nil
316 # End: 317 # End:
317 # vim: set expandtab tabstop=2 shiftwidth=2: 318 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« 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