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

Side by Side Diff: chrome/installer/mac/third_party/xz/README.chromium

Issue 2846025: Add chrome/installer/mac/third_party/xz, and update DEPS to add r50504 on Mac OS X (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 6 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 | Annotate | Revision Log
« no previous file with comments | « DEPS ('k') | chrome/installer/mac/third_party/xz/config/mac/config.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Property Changes:
Added: svn:eol-style
+ LF
OLDNEW
(Empty)
1 Name: XZ Utils
2 URL: http://tukaani.org/xz/
3 Source URL: git://ctrl.tukaani.org/xz.git
4 Version: git commit c15c42abb3c8c6e77c778ef06c97a4a10b8b5d00
5 (2010-06-15 14:06:29 +0300), newer than 4.999.9beta
6 License: Public domain/license grant, LGPL 2.1, GPL 2, GPL 3
7 License File: COPYING
8
9 Description:
10 XZ Utils is general-purpose data compression software implementing the
11 modified Lempel-Ziv-Markov chain algorithm (LZMA2).
12
13 Local Modifications:
14 - None.
15
16 The upstream source is present in the xz directory. Other entries in this
17 directory are present for build integration:
18 - README.chromium.
19 - xz.gyp.
20 - config/mac/config.h, the ouptut of a "configure" run. Various macros are
21 undefined, because feature selection is handled by xz.gyp. These macros
22 are affected:
23 - HAVE_CHECK_CRC32
24 - HAVE_CHECK_CRC64
25 - HAVE_CHECK_SHA256
26 - HAVE_DECODER
27 - HAVE_DECODER_ARM
28 - HAVE_DECODER_ARMTHUMB
29 - HAVE_DECODER_DELTA
30 - HAVE_DECODER_IA64
31 - HAVE_DECODER_LZMA1
32 - HAVE_DECODER_LZMA2
33 - HAVE_DECODER_POWERPC
34 - HAVE_DECODER_SPARC
35 - HAVE_DECODER_X86
36 - HAVE_ENCODER
37 - HAVE_ENCODER_ARM
38 - HAVE_ENCODER_ARMTHUMB
39 - HAVE_ENCODER_DELTA
40 - HAVE_ENCODER_IA64
41 - HAVE_ENCODER_LZMA1
42 - HAVE_ENCODER_LZMA2
43 - HAVE_ENCODER_POWERPC
44 - HAVE_ENCODER_SPARC
45 - HAVE_ENCODER_X86
OLDNEW
« no previous file with comments | « DEPS ('k') | chrome/installer/mac/third_party/xz/config/mac/config.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698