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

Side by Side Diff: gyp/codec.gyp

Issue 1006583005: SkCodec: add wbmp class (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: 2015-03-27 (Friday) 10:53:14 EDT Created 5 years, 8 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 | « dm/DM.cpp ('k') | gyp/tests.gypi » ('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 16 matching lines...) Expand all
27 'include_dirs': [ 27 'include_dirs': [
28 '../include/codec', 28 '../include/codec',
29 '../src/codec', 29 '../src/codec',
30 '../src/core', 30 '../src/core',
31 ], 31 ],
32 'sources': [ 32 'sources': [
33 '../src/codec/SkCodec.cpp', 33 '../src/codec/SkCodec.cpp',
34 '../src/codec/SkCodec_libbmp.cpp', 34 '../src/codec/SkCodec_libbmp.cpp',
35 '../src/codec/SkCodec_libico.cpp', 35 '../src/codec/SkCodec_libico.cpp',
36 '../src/codec/SkCodec_libpng.cpp', 36 '../src/codec/SkCodec_libpng.cpp',
37 '../src/codec/SkCodec_wbmp.cpp',
37 '../src/codec/SkMaskSwizzler.cpp', 38 '../src/codec/SkMaskSwizzler.cpp',
38 '../src/codec/SkMasks.cpp', 39 '../src/codec/SkMasks.cpp',
39 '../src/codec/SkSwizzler.cpp', 40 '../src/codec/SkSwizzler.cpp',
40 ], 41 ],
41 'direct_dependent_settings': { 42 'direct_dependent_settings': {
42 'include_dirs': [ 43 'include_dirs': [
43 '../include/codec', 44 '../include/codec',
44 ], 45 ],
45 }, 46 },
46 }, 47 },
47 ], 48 ],
48 } 49 }
OLDNEW
« no previous file with comments | « dm/DM.cpp ('k') | gyp/tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698