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

Side by Side Diff: gyp/codec.gyp

Issue 1254963006: Rename SkCodec_libbmp to SkBmpCodec (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 | src/codec/SkBmpCodec.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 14 matching lines...) Expand all
25 # http://build.chromium.org/p/client.skia.compile/builders/Build-Ubuntu- GCC-x86_64-Release-Trybot/builds/113/steps/build%20most/logs/stdio 25 # http://build.chromium.org/p/client.skia.compile/builders/Build-Ubuntu- GCC-x86_64-Release-Trybot/builds/113/steps/build%20most/logs/stdio
26 '-Wno-clobbered', 26 '-Wno-clobbered',
27 ], 27 ],
28 'include_dirs': [ 28 'include_dirs': [
29 '../include/codec', 29 '../include/codec',
30 '../include/private', 30 '../include/private',
31 '../src/codec', 31 '../src/codec',
32 '../src/core', 32 '../src/core',
33 ], 33 ],
34 'sources': [ 34 'sources': [
35 '../src/codec/SkBmpCodec.cpp',
35 '../src/codec/SkCodec.cpp', 36 '../src/codec/SkCodec.cpp',
36 '../src/codec/SkCodec_libbmp.cpp',
37 '../src/codec/SkCodec_libgif.cpp', 37 '../src/codec/SkCodec_libgif.cpp',
38 '../src/codec/SkCodec_libico.cpp', 38 '../src/codec/SkCodec_libico.cpp',
39 '../src/codec/SkCodec_libpng.cpp', 39 '../src/codec/SkCodec_libpng.cpp',
40 '../src/codec/SkCodec_wbmp.cpp', 40 '../src/codec/SkCodec_wbmp.cpp',
41 '../src/codec/SkGifInterlaceIter.cpp', 41 '../src/codec/SkGifInterlaceIter.cpp',
42 '../src/codec/SkJpegCodec.cpp', 42 '../src/codec/SkJpegCodec.cpp',
43 '../src/codec/SkJpegDecoderMgr.cpp', 43 '../src/codec/SkJpegDecoderMgr.cpp',
44 '../src/codec/SkJpegUtility_codec.cpp', 44 '../src/codec/SkJpegUtility_codec.cpp',
45 '../src/codec/SkMaskSwizzler.cpp', 45 '../src/codec/SkMaskSwizzler.cpp',
46 '../src/codec/SkMasks.cpp', 46 '../src/codec/SkMasks.cpp',
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 ], 79 ],
80 'cflags': [ 80 'cflags': [
81 '-DTURBO_HAS_SKIP', 81 '-DTURBO_HAS_SKIP',
82 ], 82 ],
83 } 83 }
84 ] 84 ]
85 ] 85 ]
86 }, 86 },
87 ], 87 ],
88 } 88 }
OLDNEW
« no previous file with comments | « no previous file | src/codec/SkBmpCodec.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698