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

Side by Side Diff: third_party/scons/README.chromium

Issue 19501: Rename README.google to README.chromium. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 10 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/pyftpdlib/README.google ('k') | third_party/scons/README.google » ('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:mergeinfo
Merged /branches/chrome_webkit_merge_branch/third_party/scons/README.google:r69-2775
OLDNEW
1 This is a copy of SCons, a Python-based software build tool (that is, 1 This is a copy of SCons, a Python-based software build tool (that is,
2 replacement for Make) that we use for cross-platform builds. 2 replacement for Make) that we use for cross-platform builds.
3 3
4 Current version: 1.2.0 4 Current version: 1.2.0
5 5
6 Originally obtained from: 6 Originally obtained from:
7 7
8 http://www.scons.org/downloads.php 8 http://www.scons.org/downloads.php
9 9
10 SCons ships under an MIT license. See the scons-LICENSE file in 10 SCons ships under an MIT license. See the scons-LICENSE file in
(...skipping 19 matching lines...) Expand all
30 $ tar zxf scons-local-{VERSION}.tar.gz 30 $ tar zxf scons-local-{VERSION}.tar.gz
31 31
32 - Copy the contents of the version-specific directory to scons-local: 32 - Copy the contents of the version-specific directory to scons-local:
33 33
34 $ cp -rf scons-local-{VERSION}/* scons-local 34 $ cp -rf scons-local-{VERSION}/* scons-local
35 $ rm -rf scons-local-{VERSION} 35 $ rm -rf scons-local-{VERSION}
36 36
37 - Update this README.google file to reflect the new version number. 37 - Update this README.google file to reflect the new version number.
38 38
39 - Check in (after appropriate testing, of course). 39 - Check in (after appropriate testing, of course).
OLDNEW
« no previous file with comments | « third_party/pyftpdlib/README.google ('k') | third_party/scons/README.google » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698