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

Issue 10025017: [OTS] Add lzma_sdk (Closed)

Created:
8 years, 8 months ago by bashi
Modified:
8 years, 8 months ago
Reviewers:
Yusuke Sato, agl2
CC:
chromium-reviews, agl
Visibility:
Public.

Description

[OTS] Add lzma_sdk This is a prerequiste patch to add woff2 decompression support. This CL won't change behavior. BUG=chromium:122603 TEST=compiled

Patch Set 1 #

Total comments: 4

Patch Set 2 : #

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5182 lines, -2 lines) Patch
M ots.gyp View 2 chunks +3 lines, -1 line 0 comments Download
M ots-standalone.gyp View 2 chunks +4 lines, -1 line 0 comments Download
A third_party/lzma_sdk/Alloc.h View 1 1 chunk +36 lines, -0 lines 0 comments Download
A third_party/lzma_sdk/Alloc.cc View 1 2 1 chunk +133 lines, -0 lines 0 comments Download
A third_party/lzma_sdk/LICENSE View 1 chunk +1 line, -0 lines 0 comments Download
A third_party/lzma_sdk/LzFind.h View 1 1 chunk +113 lines, -0 lines 0 comments Download
A third_party/lzma_sdk/LzFind.cc View 1 2 1 chunk +767 lines, -0 lines 0 comments Download
A third_party/lzma_sdk/LzHash.h View 1 chunk +54 lines, -0 lines 0 comments Download
A third_party/lzma_sdk/LzmaDec.h View 1 1 chunk +229 lines, -0 lines 0 comments Download
A third_party/lzma_sdk/LzmaDec.cc View 1 2 1 chunk +1005 lines, -0 lines 0 comments Download
A third_party/lzma_sdk/LzmaEnc.h View 1 1 chunk +78 lines, -0 lines 0 comments Download
A third_party/lzma_sdk/LzmaEnc.cc View 1 2 1 chunk +2274 lines, -0 lines 0 comments Download
A third_party/lzma_sdk/LzmaLib.h View 1 1 chunk +133 lines, -0 lines 0 comments Download
A third_party/lzma_sdk/LzmaLib.cc View 1 2 1 chunk +52 lines, -0 lines 0 comments Download
A third_party/lzma_sdk/README.ots View 1 1 chunk +13 lines, -0 lines 0 comments Download
A third_party/lzma_sdk/Types.h View 1 1 chunk +246 lines, -0 lines 0 comments Download
A third_party/lzma_sdk/lzma_sdk.gyp View 1 1 chunk +41 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
bashi
Hi Yusuke-san, I'd like to add lzma_sdk to OTS as a part of adding woff2 ...
8 years, 8 months ago (2012-04-09 03:32:17 UTC) #1
Yusuke Sato
lgtm https://chromiumcodereview.appspot.com/10025017/diff/1/third_party/lzma_sdk/lzma_sdk.gyp File third_party/lzma_sdk/lzma_sdk.gyp (right): https://chromiumcodereview.appspot.com/10025017/diff/1/third_party/lzma_sdk/lzma_sdk.gyp#newcode15 third_party/lzma_sdk/lzma_sdk.gyp:15: '_LZMA_PROB32', please add a comment which explains why ...
8 years, 8 months ago (2012-04-09 05:23:28 UTC) #2
Yusuke Sato
https://chromiumcodereview.appspot.com/10025017/diff/1/ots.gyp File ots.gyp (right): https://chromiumcodereview.appspot.com/10025017/diff/1/ots.gyp#newcode29 ots.gyp:29: # Chromium uses old version of lzma_sdk so we ...
8 years, 8 months ago (2012-04-09 05:26:17 UTC) #3
bashi
Thank you for your prompt review! https://chromiumcodereview.appspot.com/10025017/diff/1/ots.gyp File ots.gyp (right): https://chromiumcodereview.appspot.com/10025017/diff/1/ots.gyp#newcode29 ots.gyp:29: # Chromium uses ...
8 years, 8 months ago (2012-04-09 07:12:23 UTC) #4
bashi
Renamed .c files to .cc and introduced "ots::lzma" namespace. Other than that, there is no ...
8 years, 8 months ago (2012-04-09 07:23:43 UTC) #5
agl2
Is it not possible to update Chromium's lzma code so that we don't duplicate it? ...
8 years, 8 months ago (2012-04-09 21:17:54 UTC) #6
bashi
On 2012/04/09 21:17:54, agl2 wrote: > Is it not possible to update Chromium's lzma code ...
8 years, 8 months ago (2012-04-10 00:20:56 UTC) #7
agl2
On Mon, Apr 9, 2012 at 8:20 PM, <bashi@chromium.org> wrote: > Anyway, I glanced the ...
8 years, 8 months ago (2012-04-10 15:20:35 UTC) #8
bashi
8 years, 8 months ago (2012-04-17 21:28:38 UTC) #9
On 2012/04/10 15:20:35, agl2 wrote:
> Being able to build OTS without Chromium is certainly very useful.
> However, duplicating liblzma in the Chromium binaries is very
> undesirable bloat. Hopefully updating Chromium's lzma and a quick gyp
> condition means that we can get the best of both worlds.

I uploaded CL(http://codereview.chromium.org/10114005/) to update Chromium's
lzma. Closing this issue.

Powered by Google App Engine
This is Rietveld 408576698