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

Side by Side Diff: gyp/codec.gyp

Issue 1530933003: Use possible read_partial_scanlines() API in SkJpegCodec (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Response to comments and further testing Created 5 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 unified diff | Download patch
« no previous file with comments | « dm/DMSrcSink.cpp ('k') | gyp/libjpeg-turbo.gyp » ('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 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 # Copyright 2015 Google Inc. 5 # Copyright 2015 Google Inc.
6 # 6 #
7 # Use of this source code is governed by a BSD-style license that can be 7 # Use of this source code is governed by a BSD-style license that can be
8 # found in the LICENSE file. 8 # found in the LICENSE file.
9 9
10 # GYP file for codec project. 10 # GYP file for codec project.
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 '../src/codec/SkWebpAdapterCodec.cpp', 55 '../src/codec/SkWebpAdapterCodec.cpp',
56 '../src/codec/SkWebpCodec.cpp', 56 '../src/codec/SkWebpCodec.cpp',
57 ], 57 ],
58 'direct_dependent_settings': { 58 'direct_dependent_settings': {
59 'include_dirs': [ 59 'include_dirs': [
60 '../include/codec', 60 '../include/codec',
61 ], 61 ],
62 }, 62 },
63 'defines': [ 63 'defines': [
64 'TURBO_HAS_SKIP', 64 'TURBO_HAS_SKIP',
65 'TURBO_HAS_SUBSET',
65 ], 66 ],
66 }, 67 },
67 ], 68 ],
68 } 69 }
OLDNEW
« no previous file with comments | « dm/DMSrcSink.cpp ('k') | gyp/libjpeg-turbo.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698