Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
c5e57bd0a3e1b3b8d2d11307c6de1886656ca9fd
/
gyp
/
images.gyp
1a2e71d
Don't require getLength on Mac.
by scroggo@google.com
· 11 years ago
dbf9f88
Avoid getLength in ico decoder.
by scroggo@google.com
· 11 years ago
d4c3565
Fixes for JPEG subset decoding.
by scroggo@google.com
· 11 years ago
bcc6d7d
Update freetype to version 2.5.0.1 when building it from source.
by djsollen@google.com
· 11 years ago
b8f3655
Update obvious deps.
by bungeman@google.com
· 11 years ago
899f1d8
Revert deps changes in r10220 and r10217.
by bungeman@google.com
· 11 years ago
2b0ab9e
Update obvious deps.
by bungeman@google.com
· 11 years ago
c41295d
remove double including of libpng decoder
by commit-bot@chromium.org
· 12 years ago
05d550e
GYP Changes and Scripts for Compiling Skia for ChromeOS
by borenet@google.com
· 12 years ago
7def5e1
Separate core and images project.
by scroggo@google.com
· 12 years ago
73e4d57
Add a comment to the top of images.gyp.
by scroggo@google.com
· 12 years ago
c4ebdb0
Force linking with image decoders for images project.
by scroggo@google.com
· 12 years ago
39edf4c
Updates to skimage tool to use it for testing.
by scroggo@google.com
· 12 years ago
8c6a4f2
ARGB image encoder for checksums. https://codereview.chromium.org/14267031/
by bungeman@google.com
· 12 years ago
866c6e5
Remove exclude of file which no longer exists.
by bungeman@google.com
· 12 years ago
4c6adf9
Updates to images project.
by scroggo@google.com
· 12 years ago
3f178280
Fix the NaCl build.
by scroggo@google.com
· 12 years ago
9c5f969
Include gif image decoding in images/ on linux.
by scroggo@google.com
· 12 years ago
cb69319
Update gyp\images.gyp for move of SkJpegUtility.h from include\images to src\images (in r8267)
by robertphillips@google.com
· 12 years ago
6e32c46
Remove SK_ENABLE_LIBPNG define as it is no longer needed by Android.
by djsollen@google.com
· 12 years ago
a936e37
Upstream Android modifications to the image encoders/decoders.
by commit-bot@chromium.org
· 12 years ago
327b9b2
Gyp changes for NaCl debugger
by borenet@google.com
· 12 years ago
1a68805
move SkFDStream out of images into core
by reed@google.com
· 12 years ago
f8d7d27
Create SkLazyPixelRef which performs lazy decoding.
by scroggo@google.com
· 12 years ago
528a556
Fix android errors when unflattening an SkImageRef_ashmem object.
by djsollen@google.com
· 12 years ago
4c1f091
kill unused SkFlipPixelRef Review URL: https://codereview.appspot.com/6949043
by reed@google.com
· 12 years ago
9f686f3
Create a factory to decode an SkBitmap from an SkData.
by scroggo@google.com
· 12 years ago
7158e6a
Improve NaCl support
by borenet@google.com
· 12 years ago
efb1d77
Build Skia as a static library
by borenet@google.com
· 12 years ago
5a7c6be
Add the ability to provide function pointers to SkPicture serialization
by scroggo@google.com
· 12 years ago
35f5ac9
update gyp files to build on iOS
by caryclark@google.com
· 12 years ago
af73091
Set bench/gm/tests as explicit dependencies of SkiaAndroidApp (trunk)
by borenet@google.com
· 12 years ago
3a4553e
Redelivering r3611 changes (enabling cmyk jpeg changes in .gyps)
by robertphillips@google.com
· 13 years ago
7800e30
Rolling back r3611 until the Android compilation issue is resolved
by robertphillips@google.com
· 13 years ago
f919147
Finally enabled libjpeg functionality in .gyps
by robertphillips@google.com
· 13 years ago
5a64e58
Revert 3538.
by bungeman@google.com
· 13 years ago
29b63dc
Correct dependencies in gyp files. http://codereview.appspot.com/5934044/
by bungeman@google.com
· 13 years ago
3d29b63
Remove unused classes from the build.
by djsollen@google.com
· 13 years ago
9fee7ad
Copy libjpeg.gyp from third_party/externals/libjpeg/ to gyp/
by epoger@google.com
· 13 years ago
0a89c90
reverting to 3437
by robertphillips@google.com
· 13 years ago
d5c9e99
Fix for CMYK jpeg decoding issue (69 - unable to read some jpeg files on android)
by robertphillips@google.com
· 13 years ago
aa3b6a9
Make all gyp targets automatically include common.gypi
by epoger@google.com
· 13 years ago
3f5ebb4
Remove libjpeg image decoder, since we've never built it since we changed
by tomhudson@google.com
· 13 years ago
3019680
Remove referenecs to nonexistent file SkImageDecoder_libpvjpeg.c from gyp
by tomhudson@google.com
· 13 years ago
85c1c6e
Enable Android GM to produce PNG images.
by djsollen@google.com
· 13 years ago
897e66c
Add windowscodecs.lib to images.gyp
by bsalomon@google.com
· 13 years ago
5862929
Adding support to trunk for building Skia using the Android NDK.
by djsollen@google.com
· 13 years ago
8846cb2
Create new 'skia_os' variable to replace use of 'OS' in most places.
by epoger@google.com
· 13 years ago
5351b37
combine target_defaults.gypi into common.gypi
by epoger@google.com
· 13 years ago
fe5afe5
Make images properly depend on utils. http://codereview.appspot.com/4629068/
by bungeman@google.com
· 14 years ago
9df621d
Wrap SkStreams in IStreams instead of copying data around.
by bungeman@google.com
· 14 years ago
242bb89
Add image encoder/decoder for Windows. http://codereview.appspot.com/4634078/
by bungeman@google.com
· 14 years ago
10a9465
Revert the changes to gyp/images.gyp in r1654, as apparently they're
by senorblanco@chromium.org
· 14 years ago
52bbe14
Remove some files from views.gyp that already being compiled into utils.gyp
by senorblanco@chromium.org
· 14 years ago
b1b721a
remove libpng and zlib from third_party http://codereview.appspot.com/4571077
by epoger@google.com
· 14 years ago
af9d9c2
change GC imagedecoder to use the same colorspace between image and context,
by reed@google.com
· 14 years ago
25e9283
fix gm on Mac, and Linux buildbot build, by adding zlib source to third_party
by epoger@google.com
· 14 years ago
38a9134
add libpng source to repo and make Unix build use it
by epoger@google.com
· 14 years ago
ccdbd2c
create GYP files for these targets: tests, gm, skhello, skimage, skdiff
by epoger@google.com
· 14 years ago
907afca
Add a missing include path for the linux build of utils.gyp. Remove the Linux
by senorblanco@chromium.org
· 14 years ago
aa73168
Clean up the gyp files to reflect some files that were removed and/or renamed.
by senorblanco@chromium.org
· 14 years ago
ae85aea
split skia.gyp into separate gypfile for each source dir
by epoger@google.com
· 14 years ago