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

Side by Side Diff: src/Makefile.am

Issue 7109015: Update XZ Utils to 5.0.3 (in deps) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/xz/
Patch Set: Created 9 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 | « po/pl.po ('k') | src/common/common_w32res.rc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ## 1 ##
2 ## Author: Lasse Collin 2 ## Author: Lasse Collin
3 ## 3 ##
4 ## This file has been put into the public domain. 4 ## This file has been put into the public domain.
5 ## You can do whatever you want with this file. 5 ## You can do whatever you want with this file.
6 ## 6 ##
7 7
8 SUBDIRS = liblzma xz xzdec lzmainfo scripts 8 SUBDIRS = liblzma xzdec
9
10 if COND_XZ
11 SUBDIRS += xz
12 endif
13
14 if COND_LZMAINFO
15 SUBDIRS += lzmainfo
16 endif
17
18 if COND_SCRIPTS
19 SUBDIRS += scripts
20 endif
21
9 EXTRA_DIST = common 22 EXTRA_DIST = common
OLDNEW
« no previous file with comments | « po/pl.po ('k') | src/common/common_w32res.rc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698