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

Issue 1038863003: WIP: Added support for giflib, updated jpeg and png (Closed)

Created:
5 years, 9 months ago by msarett
Modified:
5 years, 8 months ago
Reviewers:
scroggo, djsollen
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@master
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 18

Patch Set 2 : Added conditionals to jpeg and png sources, removed extra giflib #

Total comments: 2

Patch Set 3 : Fixed merge conflicts #

Total comments: 6

Patch Set 4 : Mips fix try again #

Patch Set 5 : Arm fix trybot #

Patch Set 6 : For review #

Total comments: 10

Patch Set 7 : Added dependencies! and flags #

Total comments: 5

Patch Set 8 : Style stuff and defines #

Patch Set 9 : Fix for png dependencies on arm64 #

Patch Set 10 : removing update to libpng #

Patch Set 11 : Merge #

Unified diffs Side-by-side diffs Delta from patch set Stats (+66 lines, -111 lines) Patch
M DEPS View 1 2 3 4 5 6 7 8 9 10 2 chunks +3 lines, -5 lines 0 comments Download
M gyp/android_deps.gyp View 1 2 9 10 2 chunks +1 line, -12 lines 0 comments Download
D gyp/chromeos_deps.gyp View 1 2 3 9 10 1 chunk +0 lines, -13 lines 0 comments Download
M gyp/common_variables.gypi View 1 2 9 10 2 chunks +0 lines, -8 lines 0 comments Download
M gyp/giflib.gyp View 1 9 10 2 chunks +10 lines, -9 lines 0 comments Download
M gyp/images.gyp View 1 2 3 4 5 6 9 10 6 chunks +10 lines, -6 lines 0 comments Download
M platform_tools/android/gyp/dependencies.gypi View 1 2 3 4 5 6 7 8 9 10 3 chunks +42 lines, -23 lines 0 comments Download
D platform_tools/chromeos/gyp/dependencies.gypi View 1 2 3 9 10 1 chunk +0 lines, -35 lines 0 comments Download

Messages

Total messages: 35 (14 generated)
msarett
https://codereview.chromium.org/1038863003/diff/1/gyp/giflib.gyp File gyp/giflib.gyp (left): https://codereview.chromium.org/1038863003/diff/1/gyp/giflib.gyp#oldcode14 gyp/giflib.gyp:14: [ 'skia_giflib_static', As far as I can tell, this ...
5 years, 9 months ago (2015-03-26 18:22:46 UTC) #2
scroggo
https://codereview.chromium.org/1038863003/diff/1/gyp/giflib.gyp File gyp/giflib.gyp (left): https://codereview.chromium.org/1038863003/diff/1/gyp/giflib.gyp#oldcode14 gyp/giflib.gyp:14: [ 'skia_giflib_static', On 2015/03/26 18:22:46, msarett wrote: > As ...
5 years, 9 months ago (2015-03-26 18:29:34 UTC) #3
djsollen
https://codereview.chromium.org/1038863003/diff/1/DEPS File DEPS (right): https://codereview.chromium.org/1038863003/diff/1/DEPS#newcode26 DEPS:26: "platform_tools/android/third_party/externals/gif" : "https://android.googlesource.com/platform/external/giflib.git@android-5.1.0_r3", should we drop this since we ...
5 years, 9 months ago (2015-03-26 19:51:06 UTC) #4
scroggo
https://codereview.chromium.org/1038863003/diff/1/gyp/giflib.gyp File gyp/giflib.gyp (right): https://codereview.chromium.org/1038863003/diff/1/gyp/giflib.gyp#newcode38 gyp/giflib.gyp:38: }, { # skia_os == "android" On 2015/03/26 19:51:05, ...
5 years, 9 months ago (2015-03-26 20:10:11 UTC) #5
msarett
Added conditionals to jpeg and png sources, removed extra giflib https://codereview.chromium.org/1038863003/diff/1/DEPS File DEPS (right): https://codereview.chromium.org/1038863003/diff/1/DEPS#newcode26 ...
5 years, 9 months ago (2015-03-26 21:06:23 UTC) #8
scroggo
LGTM. When you land, warn the team (skia-staff, I think?) that they need to do ...
5 years, 9 months ago (2015-03-26 21:15:02 UTC) #9
djsollen
https://codereview.chromium.org/1038863003/diff/80001/gyp/images.gyp File gyp/images.gyp (right): https://codereview.chromium.org/1038863003/diff/80001/gyp/images.gyp#newcode138 gyp/images.gyp:138: 'giflib.gyp:giflib', do all platforms use this now? If so ...
5 years, 9 months ago (2015-03-27 01:20:51 UTC) #10
scroggo
https://codereview.chromium.org/1038863003/diff/80001/DEPS File DEPS (right): https://codereview.chromium.org/1038863003/diff/80001/DEPS#newcode9 DEPS:9: # - both Android and ChromeOS pull the same ...
5 years, 9 months ago (2015-03-27 12:38:51 UTC) #11
msarett
I've made some non-trivial changes to fix issues with the trybots. I'd appreciate getting another ...
5 years, 9 months ago (2015-03-27 14:01:23 UTC) #16
djsollen
https://codereview.chromium.org/1038863003/diff/220001/platform_tools/android/gyp/dependencies.gypi File platform_tools/android/gyp/dependencies.gypi (right): https://codereview.chromium.org/1038863003/diff/220001/platform_tools/android/gyp/dependencies.gypi#newcode65 platform_tools/android/gyp/dependencies.gypi:65: 'conditions': [ as a style note we usually put ...
5 years, 9 months ago (2015-03-27 14:23:29 UTC) #17
msarett
Added dependencies! and flags https://codereview.chromium.org/1038863003/diff/220001/platform_tools/android/gyp/dependencies.gypi File platform_tools/android/gyp/dependencies.gypi (right): https://codereview.chromium.org/1038863003/diff/220001/platform_tools/android/gyp/dependencies.gypi#newcode65 platform_tools/android/gyp/dependencies.gypi:65: 'conditions': [ On 2015/03/27 14:23:28, ...
5 years, 9 months ago (2015-03-27 14:47:29 UTC) #18
djsollen
lgtm with one style nit https://codereview.chromium.org/1038863003/diff/240001/platform_tools/android/gyp/dependencies.gypi File platform_tools/android/gyp/dependencies.gypi (right): https://codereview.chromium.org/1038863003/diff/240001/platform_tools/android/gyp/dependencies.gypi#newcode90 platform_tools/android/gyp/dependencies.gypi:90: 'flags' : [ if ...
5 years, 9 months ago (2015-03-27 14:51:22 UTC) #19
scroggo
https://codereview.chromium.org/1038863003/diff/240001/gyp/images.gyp File gyp/images.gyp (right): https://codereview.chromium.org/1038863003/diff/240001/gyp/images.gyp#newcode126 gyp/images.gyp:126: # FIXME: NaCl should be just like linux, etc, ...
5 years, 9 months ago (2015-03-27 14:55:46 UTC) #20
msarett
Defines and style fixes https://codereview.chromium.org/1038863003/diff/240001/platform_tools/android/gyp/dependencies.gypi File platform_tools/android/gyp/dependencies.gypi (right): https://codereview.chromium.org/1038863003/diff/240001/platform_tools/android/gyp/dependencies.gypi#newcode90 platform_tools/android/gyp/dependencies.gypi:90: 'flags' : [ On 2015/03/27 ...
5 years, 9 months ago (2015-03-27 15:06:55 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1038863003/260001
5 years, 9 months ago (2015-03-27 15:07:49 UTC) #24
commit-bot: I haz the power
Committed patchset #8 (id:260001) as https://skia.googlesource.com/skia/+/255dcd11992ebe74eb54202c48cf5394d33a8ce6
5 years, 9 months ago (2015-03-27 19:17:04 UTC) #25
borenet
A revert of this CL (patchset #8 id:260001) has been created in https://codereview.chromium.org/1048713003/ by borenet@google.com. ...
5 years, 8 months ago (2015-03-30 11:51:55 UTC) #26
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1038863003/300001
5 years, 8 months ago (2015-03-30 14:41:23 UTC) #29
commit-bot: I haz the power
Failed to apply patch for DEPS: While running git apply --index -3 -p1; error: patch ...
5 years, 8 months ago (2015-03-30 14:41:26 UTC) #31
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1038863003/320001
5 years, 8 months ago (2015-03-30 14:46:53 UTC) #34
commit-bot: I haz the power
5 years, 8 months ago (2015-03-30 14:52:56 UTC) #35
Message was sent while issue was closed.
Committed patchset #11 (id:320001) as
https://skia.googlesource.com/skia/+/6d0e7b2031f8eee4e88905082de0506cfbb2bfc3

Powered by Google App Engine
This is Rietveld 408576698