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

Side by Side Diff: gyp/codec.gyp

Issue 1181093008: Try again to rename one SkJpegUtility.h to remove ambiguity. (Closed) Base URL: https://skia.googlesource.com/skia@master
Patch Set: Created 5 years, 6 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 | src/codec/SkJpegCodec.h » ('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 22 matching lines...) Expand all
33 'sources': [ 33 'sources': [
34 '../src/codec/SkCodec.cpp', 34 '../src/codec/SkCodec.cpp',
35 '../src/codec/SkCodec_libbmp.cpp', 35 '../src/codec/SkCodec_libbmp.cpp',
36 '../src/codec/SkCodec_libgif.cpp', 36 '../src/codec/SkCodec_libgif.cpp',
37 '../src/codec/SkCodec_libico.cpp', 37 '../src/codec/SkCodec_libico.cpp',
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.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 ], 47 ],
48 'direct_dependent_settings': { 48 'direct_dependent_settings': {
49 'include_dirs': [ 49 'include_dirs': [
50 '../include/codec', 50 '../include/codec',
51 ], 51 ],
52 }, 52 },
53 'conditions': [ 53 'conditions': [
54 [ 'skia_android_framework == 1', 54 [ 'skia_android_framework == 1',
55 { 55 {
56 # TODO(djsollen): this is a temporary dependency until we can update 56 # TODO(djsollen): this is a temporary dependency until we can update
57 # the android framework to a more recent version of libpng. 57 # the android framework to a more recent version of libpng.
58 'dependencies': [ 58 'dependencies': [
59 'libpng.gyp:libpng', 59 'libpng.gyp:libpng',
60 ], 60 ],
61 }, { # !skia_android_framework 61 }, { # !skia_android_framework
62 'dependencies': [ 62 'dependencies': [
63 'libpng.gyp:libpng_static', 63 'libpng.gyp:libpng_static',
64 ], 64 ],
65 } 65 }
66 ] 66 ]
67 ] 67 ]
68 }, 68 },
69 ], 69 ],
70 } 70 }
OLDNEW
« no previous file with comments | « no previous file | src/codec/SkJpegCodec.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698