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

Side by Side Diff: gyp/codec.gyp

Issue 1260673002: SkScaledCodec class (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: use SkWebpCodec native scaling, update comments and spacing 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 | include/codec/SkCodec.h » ('j') | include/codec/SkCodec.h » ('J')
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 27 matching lines...) Expand all
38 '../src/codec/SkCodec_libpng.cpp', 38 '../src/codec/SkCodec_libpng.cpp',
39 '../src/codec/SkCodec_wbmp.cpp', 39 '../src/codec/SkCodec_wbmp.cpp',
40 '../src/codec/SkGifInterlaceIter.cpp', 40 '../src/codec/SkGifInterlaceIter.cpp',
41 '../src/codec/SkJpegCodec.cpp', 41 '../src/codec/SkJpegCodec.cpp',
42 '../src/codec/SkJpegDecoderMgr.cpp', 42 '../src/codec/SkJpegDecoderMgr.cpp',
43 '../src/codec/SkJpegUtility_codec.cpp', 43 '../src/codec/SkJpegUtility_codec.cpp',
44 '../src/codec/SkMaskSwizzler.cpp', 44 '../src/codec/SkMaskSwizzler.cpp',
45 '../src/codec/SkMasks.cpp', 45 '../src/codec/SkMasks.cpp',
46 '../src/codec/SkSwizzler.cpp', 46 '../src/codec/SkSwizzler.cpp',
47 '../src/codec/SkWebpCodec.cpp', 47 '../src/codec/SkWebpCodec.cpp',
48 '../src/codec/SkScaledCodec.cpp'
msarett 2015/07/27 20:42:17 nit: I think we are keeping these in alphabetical
emmaleer 2015/07/28 14:19:16 Thanks, I didn't notice that
48 ], 49 ],
49 'direct_dependent_settings': { 50 'direct_dependent_settings': {
50 'include_dirs': [ 51 'include_dirs': [
51 '../include/codec', 52 '../include/codec',
52 ], 53 ],
53 }, 54 },
54 'conditions': [ 55 'conditions': [
55 [ 'skia_android_framework == 1', 56 [ 'skia_android_framework == 1',
56 { 57 {
57 # TODO(djsollen): this is a temporary dependency until we can update 58 # TODO(djsollen): this is a temporary dependency until we can update
(...skipping 20 matching lines...) Expand all
78 ], 79 ],
79 'cflags': [ 80 'cflags': [
80 '-DTURBO_HAS_SKIP', 81 '-DTURBO_HAS_SKIP',
81 ], 82 ],
82 } 83 }
83 ] 84 ]
84 ] 85 ]
85 }, 86 },
86 ], 87 ],
87 } 88 }
OLDNEW
« no previous file with comments | « no previous file | include/codec/SkCodec.h » ('j') | include/codec/SkCodec.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698