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

Side by Side Diff: third_party/libwebp/libwebp.gyp

Issue 2149863002: libwebp: update to v0.5.1 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 | « third_party/libwebp/enc/webpenc.c ('k') | third_party/libwebp/utils/bit_reader.c » ('j') | 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 'target_defaults': { 6 'target_defaults': {
7 'conditions': [ 7 'conditions': [
8 ['os_posix==1 and (target_arch=="arm" or target_arch=="arm64")', { 8 ['os_posix==1 and (target_arch=="arm" or target_arch=="arm64")', {
9 'cflags!': [ '-Os' ], 9 'cflags!': [ '-Os' ],
10 'cflags': [ '-O2' ], 10 'cflags': [ '-O2' ],
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 'dsp/argb.c', 55 'dsp/argb.c',
56 'dsp/argb_mips_dsp_r2.c', 56 'dsp/argb_mips_dsp_r2.c',
57 'dsp/cost.c', 57 'dsp/cost.c',
58 'dsp/cost_mips32.c', 58 'dsp/cost_mips32.c',
59 'dsp/cost_mips_dsp_r2.c', 59 'dsp/cost_mips_dsp_r2.c',
60 'dsp/cpu.c', 60 'dsp/cpu.c',
61 'dsp/dec.c', 61 'dsp/dec.c',
62 'dsp/dec_clip_tables.c', 62 'dsp/dec_clip_tables.c',
63 'dsp/dec_mips32.c', 63 'dsp/dec_mips32.c',
64 'dsp/dec_mips_dsp_r2.c', 64 'dsp/dec_mips_dsp_r2.c',
65 'dsp/dec_msa.c',
65 'dsp/enc.c', 66 'dsp/enc.c',
66 'dsp/enc_avx2.c', 67 'dsp/enc_avx2.c',
67 'dsp/enc_mips32.c', 68 'dsp/enc_mips32.c',
68 'dsp/enc_mips_dsp_r2.c', 69 'dsp/enc_mips_dsp_r2.c',
69 'dsp/filters.c', 70 'dsp/filters.c',
70 'dsp/filters_mips_dsp_r2.c', 71 'dsp/filters_mips_dsp_r2.c',
71 'dsp/lossless.c', 72 'dsp/lossless.c',
72 'dsp/lossless_enc.c', 73 'dsp/lossless_enc.c',
73 'dsp/lossless_enc_mips32.c', 74 'dsp/lossless_enc_mips32.c',
74 'dsp/lossless_enc_mips_dsp_r2.c', 75 'dsp/lossless_enc_mips_dsp_r2.c',
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after
261 ], 262 ],
262 'direct_dependent_settings': { 263 'direct_dependent_settings': {
263 'include_dirs': ['.'], 264 'include_dirs': ['.'],
264 }, 265 },
265 'conditions': [ 266 'conditions': [
266 ['OS!="win"', {'product_name': 'webp'}], 267 ['OS!="win"', {'product_name': 'webp'}],
267 ], 268 ],
268 }, 269 },
269 ], 270 ],
270 } 271 }
OLDNEW
« no previous file with comments | « third_party/libwebp/enc/webpenc.c ('k') | third_party/libwebp/utils/bit_reader.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698