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

Side by Side Diff: sdch/open_vcdiff/depot/opensource/open-vcdiff/missing

Issue 4096: Use open-vcdiff for sdch compression on the Mac (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 12 years, 2 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
Property Changes:
Added: svn:eol-style
+ LF
OLDNEW
1 #! /bin/sh 1 #! /bin/sh
2 # Common stub for a few missing GNU programs while installing. 2 # Common stub for a few missing GNU programs while installing.
3 3
4 scriptversion=2005-06-08.21 4 scriptversion=2005-06-08.21
5 5
6 # Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2004, 2005 6 # Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2004, 2005
7 # Free Software Foundation, Inc. 7 # Free Software Foundation, Inc.
8 # Originally by Fran,cois Pinard <pinard@iro.umontreal.ca>, 1996. 8 # Originally by Fran,cois Pinard <pinard@iro.umontreal.ca>, 1996.
9 9
10 # This program is free software; you can redistribute it and/or modify 10 # This program is free software; you can redistribute it and/or modify
(...skipping 340 matching lines...) Expand 10 before | Expand all | Expand 10 after
351 esac 351 esac
352 352
353 exit 0 353 exit 0
354 354
355 # Local variables: 355 # Local variables:
356 # eval: (add-hook 'write-file-hooks 'time-stamp) 356 # eval: (add-hook 'write-file-hooks 'time-stamp)
357 # time-stamp-start: "scriptversion=" 357 # time-stamp-start: "scriptversion="
358 # time-stamp-format: "%:y-%02m-%02d.%02H" 358 # time-stamp-format: "%:y-%02m-%02d.%02H"
359 # time-stamp-end: "$" 359 # time-stamp-end: "$"
360 # End: 360 # End:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698