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

Issue 17024: Update to SCons 1.2.0. (Closed)

Created:
11 years, 11 months ago by sgk
Modified:
9 years, 5 months ago
Reviewers:
tony, bradn
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1559 lines, -735 lines) Patch
M third_party/scons/README.google View 1 3 chunks +8 lines, -9 lines 0 comments Download
M third_party/scons/scons.py View 1 2 chunks +6 lines, -4 lines 0 comments Download
M third_party/scons/scons-local/SCons/Action.py View 1 44 chunks +258 lines, -188 lines 0 comments Download
M third_party/scons/scons-local/SCons/Builder.py View 1 3 chunks +3 lines, -3 lines 0 comments Download
M third_party/scons/scons-local/SCons/CacheDir.py View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/scons/scons-local/SCons/Debug.py View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/scons/scons-local/SCons/Defaults.py View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/scons/scons-local/SCons/Environment.py View 1 10 chunks +60 lines, -13 lines 0 comments Download
M third_party/scons/scons-local/SCons/Errors.py View 1 2 chunks +139 lines, -12 lines 0 comments Download
M third_party/scons/scons-local/SCons/Executor.py View 1 2 chunks +6 lines, -2 lines 0 comments Download
M third_party/scons/scons-local/SCons/Job.py View 1 3 chunks +3 lines, -4 lines 0 comments Download
M third_party/scons/scons-local/SCons/Memoize.py View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/scons/scons-local/SCons/Node/Alias.py View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/scons/scons-local/SCons/Node/FS.py View 1 38 chunks +130 lines, -129 lines 0 comments Download
M third_party/scons/scons-local/SCons/Node/Python.py View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/scons/scons-local/SCons/Node/__init__.py View 1 2 chunks +5 lines, -2 lines 0 comments Download
M third_party/scons/scons-local/SCons/Options/BoolOption.py View 1 2 chunks +11 lines, -2 lines 0 comments Download
M third_party/scons/scons-local/SCons/Options/EnumOption.py View 1 2 chunks +11 lines, -2 lines 0 comments Download
M third_party/scons/scons-local/SCons/Options/ListOption.py View 1 2 chunks +11 lines, -2 lines 0 comments Download
M third_party/scons/scons-local/SCons/Options/PackageOption.py View 1 2 chunks +11 lines, -2 lines 0 comments Download
M third_party/scons/scons-local/SCons/Options/PathOption.py View 1 2 chunks +37 lines, -2 lines 0 comments Download
M third_party/scons/scons-local/SCons/Options/__init__.py View 1 3 chunks +13 lines, -1 line 0 comments Download
M third_party/scons/scons-local/SCons/PathList.py View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/scons/scons-local/SCons/Platform/__init__.py View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/scons/scons-local/SCons/Platform/aix.py View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/scons/scons-local/SCons/Platform/cygwin.py View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/scons/scons-local/SCons/Platform/darwin.py View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/scons/scons-local/SCons/Platform/hpux.py View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/scons/scons-local/SCons/Platform/irix.py View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/scons/scons-local/SCons/Platform/os2.py View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/scons/scons-local/SCons/Platform/posix.py View 1 2 chunks +6 lines, -4 lines 0 comments Download
M third_party/scons/scons-local/SCons/Platform/sunos.py View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/scons/scons-local/SCons/Platform/win32.py View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/scons/scons-local/SCons/SConf.py View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/scons/scons-local/SCons/SConsign.py View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/scons/scons-local/SCons/Scanner/C.py View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/scons/scons-local/SCons/Scanner/D.py View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/scons/scons-local/SCons/Scanner/Dir.py View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/scons/scons-local/SCons/Scanner/Fortran.py View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/scons/scons-local/SCons/Scanner/IDL.py View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/scons/scons-local/SCons/Scanner/LaTeX.py View 1 5 chunks +80 lines, -8 lines 0 comments Download
M third_party/scons/scons-local/SCons/Scanner/Prog.py View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/scons/scons-local/SCons/Scanner/RC.py View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/scons/scons-local/SCons/Scanner/__init__.py View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/scons/scons-local/SCons/Script/Interactive.py View 1 2 chunks +7 lines, -1 line 0 comments Download
M third_party/scons/scons-local/SCons/Script/Main.py View 1 9 chunks +53 lines, -40 lines 0 comments Download
M third_party/scons/scons-local/SCons/Script/SConsOptions.py View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/scons/scons-local/SCons/Script/SConscript.py View 1 2 chunks +15 lines, -2 lines 0 comments Download
M third_party/scons/scons-local/SCons/Script/__init__.py View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/scons/scons-local/SCons/Sig.py View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/scons/scons-local/SCons/Subst.py View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/scons/scons-local/SCons/Taskmaster.py View 1 31 chunks +246 lines, -59 lines 0 comments Download
M third_party/scons/scons-local/SCons/Tool/386asm.py View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/scons/scons-local/SCons/Tool/BitKeeper.py View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/scons/scons-local/SCons/Tool/CVS.py View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/scons/scons-local/SCons/Tool/FortranCommon.py View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/scons/scons-local/SCons/Tool/JavaCommon.py View 1 4 chunks +17 lines, -1 line 0 comments Download
M third_party/scons/scons-local/SCons/Tool/Perforce.py View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/scons/scons-local/SCons/Tool/PharLapCommon.py View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/scons/scons-local/SCons/Tool/RCS.py View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/scons/scons-local/SCons/Tool/SCCS.py View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/scons/scons-local/SCons/Tool/Subversion.py View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/scons/scons-local/SCons/Tool/__init__.py View 1 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/scons/scons-local/SCons/Tool/aixc++.py View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/scons/scons-local/SCons/Tool/aixcc.py View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/scons/scons-local/SCons/Tool/aixf77.py View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/scons/scons-local/SCons/Tool/aixlink.py View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/scons/scons-local/SCons/Tool/applelink.py View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/scons/scons-local/SCons/Tool/ar.py View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/scons/scons-local/SCons/Tool/as.py View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/scons/scons-local/SCons/Tool/bcc32.py View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/scons/scons-local/SCons/Tool/c++.py View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/scons/scons-local/SCons/Tool/cc.py View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/scons/scons-local/SCons/Tool/cvf.py View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/scons/scons-local/SCons/Tool/default.py View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/scons/scons-local/SCons/Tool/dmd.py View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/scons/scons-local/SCons/Tool/dvi.py View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/scons/scons-local/SCons/Tool/dvipdf.py View 1 3 chunks +5 lines, -6 lines 0 comments Download
M third_party/scons/scons-local/SCons/Tool/dvips.py View 1 2 chunks +3 lines, -2 lines 0 comments Download
M third_party/scons/scons-local/SCons/Tool/f77.py View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/scons/scons-local/SCons/Tool/f90.py View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/scons/scons-local/SCons/Tool/f95.py View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/scons/scons-local/SCons/Tool/filesystem.py View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/scons/scons-local/SCons/Tool/fortran.py View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/scons/scons-local/SCons/Tool/g++.py View 1 2 chunks +3 lines, -2 lines 0 comments Download
M third_party/scons/scons-local/SCons/Tool/g77.py View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/scons/scons-local/SCons/Tool/gas.py View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/scons/scons-local/SCons/Tool/gcc.py View 1 2 chunks +3 lines, -2 lines 0 comments Download
M third_party/scons/scons-local/SCons/Tool/gfortran.py View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/scons/scons-local/SCons/Tool/gnulink.py View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/scons/scons-local/SCons/Tool/gs.py View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/scons/scons-local/SCons/Tool/hpc++.py View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/scons/scons-local/SCons/Tool/hpcc.py View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/scons/scons-local/SCons/Tool/hplink.py View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/scons/scons-local/SCons/Tool/icc.py View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/scons/scons-local/SCons/Tool/icl.py View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/scons/scons-local/SCons/Tool/ifl.py View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/scons/scons-local/SCons/Tool/ifort.py View 1 4 chunks +6 lines, -3 lines 0 comments Download
M third_party/scons/scons-local/SCons/Tool/ilink.py View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/scons/scons-local/SCons/Tool/ilink32.py View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/scons/scons-local/SCons/Tool/install.py View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/scons/scons-local/SCons/Tool/intelc.py View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/scons/scons-local/SCons/Tool/jar.py View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/scons/scons-local/SCons/Tool/javac.py View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/scons/scons-local/SCons/Tool/javah.py View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/scons/scons-local/SCons/Tool/latex.py View 1 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/scons/scons-local/SCons/Tool/lex.py View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/scons/scons-local/SCons/Tool/link.py View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/scons/scons-local/SCons/Tool/linkloc.py View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/scons/scons-local/SCons/Tool/m4.py View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/scons/scons-local/SCons/Tool/masm.py View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/scons/scons-local/SCons/Tool/midl.py View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/scons/scons-local/SCons/Tool/mingw.py View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/scons/scons-local/SCons/Tool/mslib.py View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/scons/scons-local/SCons/Tool/mslink.py View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/scons/scons-local/SCons/Tool/msvc.py View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/scons/scons-local/SCons/Tool/msvs.py View 1 2 chunks +6 lines, -4 lines 0 comments Download
M third_party/scons/scons-local/SCons/Tool/mwcc.py View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/scons/scons-local/SCons/Tool/mwld.py View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/scons/scons-local/SCons/Tool/nasm.py View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/scons/scons-local/SCons/Tool/packaging/__init__.py View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/scons/scons-local/SCons/Tool/packaging/ipk.py View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/scons/scons-local/SCons/Tool/packaging/msi.py View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/scons/scons-local/SCons/Tool/packaging/rpm.py View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/scons/scons-local/SCons/Tool/packaging/src_tarbz2.py View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/scons/scons-local/SCons/Tool/packaging/src_targz.py View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/scons/scons-local/SCons/Tool/packaging/src_zip.py View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/scons/scons-local/SCons/Tool/packaging/tarbz2.py View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/scons/scons-local/SCons/Tool/packaging/targz.py View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/scons/scons-local/SCons/Tool/packaging/zip.py View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/scons/scons-local/SCons/Tool/pdf.py View 1 3 chunks +17 lines, -2 lines 0 comments Download
M third_party/scons/scons-local/SCons/Tool/pdflatex.py View 1 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/scons/scons-local/SCons/Tool/pdftex.py View 1 2 chunks +6 lines, -2 lines 0 comments Download
M third_party/scons/scons-local/SCons/Tool/qt.py View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/scons/scons-local/SCons/Tool/rmic.py View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/scons/scons-local/SCons/Tool/rpcgen.py View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/scons/scons-local/SCons/Tool/rpm.py View 1 2 chunks +8 lines, -7 lines 0 comments Download
M third_party/scons/scons-local/SCons/Tool/sgiar.py View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/scons/scons-local/SCons/Tool/sgic++.py View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/scons/scons-local/SCons/Tool/sgicc.py View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/scons/scons-local/SCons/Tool/sgilink.py View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/scons/scons-local/SCons/Tool/sunar.py View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/scons/scons-local/SCons/Tool/sunc++.py View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/scons/scons-local/SCons/Tool/suncc.py View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/scons/scons-local/SCons/Tool/sunf77.py View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/scons/scons-local/SCons/Tool/sunf90.py View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/scons/scons-local/SCons/Tool/sunf95.py View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/scons/scons-local/SCons/Tool/sunlink.py View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/scons/scons-local/SCons/Tool/swig.py View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/scons/scons-local/SCons/Tool/tar.py View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/scons/scons-local/SCons/Tool/tex.py View 1 10 chunks +185 lines, -59 lines 0 comments Download
M third_party/scons/scons-local/SCons/Tool/tlib.py View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/scons/scons-local/SCons/Tool/wix.py View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/scons/scons-local/SCons/Tool/yacc.py View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/scons/scons-local/SCons/Tool/zip.py View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/scons/scons-local/SCons/Util.py View 1 2 chunks +5 lines, -1 line 0 comments Download
M third_party/scons/scons-local/SCons/Variables/BoolVariable.py View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/scons/scons-local/SCons/Variables/EnumVariable.py View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/scons/scons-local/SCons/Variables/ListVariable.py View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/scons/scons-local/SCons/Variables/PackageVariable.py View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/scons/scons-local/SCons/Variables/PathVariable.py View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/scons/scons-local/SCons/Variables/__init__.py View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/scons/scons-local/SCons/Warnings.py View 1 3 chunks +7 lines, -1 line 0 comments Download
M third_party/scons/scons-local/SCons/__init__.py View 1 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/scons/scons-local/SCons/compat/__init__.py View 1 2 chunks +14 lines, -1 line 0 comments Download
M third_party/scons/scons-local/SCons/compat/_scons_UserString.py View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/scons/scons-local/SCons/compat/_scons_hashlib.py View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/scons/scons-local/SCons/compat/_scons_itertools.py View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/scons/scons-local/SCons/compat/_scons_subprocess.py View 1 1 chunk +5 lines, -1 line 0 comments Download
M third_party/scons/scons-local/SCons/compat/builtins.py View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/scons/scons-local/SCons/cpp.py View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/scons/scons-local/SCons/exitfuncs.py View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/scons/scons-time.py View 1 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/scons/sconsign.py View 1 1 chunk +4 lines, -4 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
sgk
Includes minor updates to our README.google file.
11 years, 11 months ago (2008-12-30 22:13:01 UTC) #1
bradn
11 years, 11 months ago (2008-12-30 22:15:26 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698