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

Side by Side Diff: gyp/skia_lib.gyp

Issue 930283002: Add SkCodec, including PNG implementation. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Check in prebuilt file directly Created 5 years, 9 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 | « gyp/libpng.gyp ('k') | include/codec/SkCodec.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 # The minimal set of static libraries for basic Skia functionality. 1 # The minimal set of static libraries for basic Skia functionality.
2 2
3 { 3 {
4 'variables': { 4 'variables': {
5 'component_libs': [ 5 'component_libs': [
6 'core.gyp:core', 6 'core.gyp:core',
7 'codec.gyp:codec',
7 'effects.gyp:effects', 8 'effects.gyp:effects',
8 'images.gyp:images', 9 'images.gyp:images',
9 'opts.gyp:opts', 10 'opts.gyp:opts',
10 'ports.gyp:ports', 11 'ports.gyp:ports',
11 'sfnt.gyp:sfnt', 12 'sfnt.gyp:sfnt',
12 'utils.gyp:utils', 13 'utils.gyp:utils',
13 ], 14 ],
14 'conditions': [ 15 'conditions': [
15 [ '"x86" in skia_arch_type and skia_os != "android"', { 16 [ '"x86" in skia_arch_type and skia_os != "android"', {
16 'component_libs': [ 17 'component_libs': [
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 ], 54 ],
54 'dependencies': [ 55 'dependencies': [
55 '<@(component_libs)', 56 '<@(component_libs)',
56 ], 57 ],
57 'export_dependent_settings': [ 58 'export_dependent_settings': [
58 '<@(component_libs)', 59 '<@(component_libs)',
59 ], 60 ],
60 }, 61 },
61 ], 62 ],
62 } 63 }
OLDNEW
« no previous file with comments | « gyp/libpng.gyp ('k') | include/codec/SkCodec.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698