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

Side by Side Diff: third_party/libxml/src/depcomp

Issue 1977213002: Roll libxml to 8effcb578e0590cc01bbcab0f9dccefc6bdbcdbd (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update README.chromium. Created 4 years, 7 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
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=2013-05-30.07; # UTC 4 scriptversion=2013-05-30.07; # UTC
5 5
6 # Copyright (C) 1999-2014 Free Software Foundation, Inc. 6 # Copyright (C) 1999-2013 Free Software Foundation, Inc.
7 7
8 # This program is free software; you can redistribute it and/or modify 8 # This program is free software; you can redistribute it and/or modify
9 # it under the terms of the GNU General Public License as published by 9 # it under the terms of the GNU General Public License as published by
10 # the Free Software Foundation; either version 2, or (at your option) 10 # the Free Software Foundation; either version 2, or (at your option)
11 # any later version. 11 # any later version.
12 12
13 # This program is distributed in the hope that it will be useful, 13 # This program is distributed in the hope that it will be useful,
14 # but WITHOUT ANY WARRANTY; without even the implied warranty of 14 # but WITHOUT ANY WARRANTY; without even the implied warranty of
15 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 # GNU General Public License for more details. 16 # GNU General Public License for more details.
(...skipping 765 matching lines...) Expand 10 before | Expand all | Expand 10 after
782 782
783 # Local Variables: 783 # Local Variables:
784 # mode: shell-script 784 # mode: shell-script
785 # sh-indentation: 2 785 # sh-indentation: 2
786 # eval: (add-hook 'write-file-hooks 'time-stamp) 786 # eval: (add-hook 'write-file-hooks 'time-stamp)
787 # time-stamp-start: "scriptversion=" 787 # time-stamp-start: "scriptversion="
788 # time-stamp-format: "%:y-%02m-%02d.%02H" 788 # time-stamp-format: "%:y-%02m-%02d.%02H"
789 # time-stamp-time-zone: "UTC" 789 # time-stamp-time-zone: "UTC"
790 # time-stamp-end: "; # UTC" 790 # time-stamp-end: "; # UTC"
791 # End: 791 # End:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698