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

Side by Side Diff: third_party/scrypt/config.aux/depcomp

Issue 11637016: Add "scrypt" to third_party for secure password hashes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added missing licences. Created 7 years, 11 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 | « third_party/scrypt/chromium.patch ('k') | third_party/scrypt/config.aux/install-sh » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #! /bin/sh 1 #! /bin/sh
2 # depcomp - compile a program generating dependencies as side-effects 2 # depcomp - compile a program generating dependencies as side-effects
3 3
4 scriptversion=2007-03-29.01 4 scriptversion=2007-03-29.01
5 5
6 # Copyright (C) 1999, 2000, 2003, 2004, 2005, 2006, 2007 Free Software 6 # Copyright (C) 1999, 2000, 2003, 2004, 2005, 2006, 2007 Free Software
7 # Foundation, Inc. 7 # Foundation, Inc.
8 8
9 # This program is free software; you can redistribute it and/or modify 9 # This program is free software; you can redistribute it and/or modify
10 # it under the terms of the GNU General Public License as published by 10 # it under the terms of the GNU General Public License as published by
(...skipping 569 matching lines...) Expand 10 before | Expand all | Expand 10 after
580 exit 0 580 exit 0
581 581
582 # Local Variables: 582 # Local Variables:
583 # mode: shell-script 583 # mode: shell-script
584 # sh-indentation: 2 584 # sh-indentation: 2
585 # eval: (add-hook 'write-file-hooks 'time-stamp) 585 # eval: (add-hook 'write-file-hooks 'time-stamp)
586 # time-stamp-start: "scriptversion=" 586 # time-stamp-start: "scriptversion="
587 # time-stamp-format: "%:y-%02m-%02d.%02H" 587 # time-stamp-format: "%:y-%02m-%02d.%02H"
588 # time-stamp-end: "$" 588 # time-stamp-end: "$"
589 # End: 589 # End:
OLDNEW
« no previous file with comments | « third_party/scrypt/chromium.patch ('k') | third_party/scrypt/config.aux/install-sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698