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

Side by Side Diff: gyp/libwebp_skia.gypi

Issue 1280693003: Fix color swap for webp 565 (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 4 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 2015 Google Inc. 1 # Copyright 2015 Google Inc.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 # This allows us to build libwebp with a custom config.h file. It is currently 6 # This allows us to build libwebp with a custom config.h file. It is currently
7 # needed to work around skbug.com/4037, but perhaps we might have another need 7 # needed to work around skbug.com/4037, but perhaps we might have another need
8 # for it in the future. 8 # for it in the future.
9 { 9 {
10 'include_dirs': [ 10 'include_dirs': [
11 '../third_party/libwebp/webp', 11 '../third_party/libwebp/webp',
12 ], 12 ],
13 'defines': [ 13 'defines': [
14 'HAVE_CONFIG_H', 14 'HAVE_CONFIG_H',
15 'WEBP_SWAP_16BIT_CSP',
scroggo_chromium 2015/08/06 18:24:45 I'm not sure whether this should be defined for al
15 ], 16 ],
16 } 17 }
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