DescriptionLet MakeZip() copy mtimes for toplevel build directory files.
MakeZip uses shutil.copytree to copy directories, which internally uses
copy2 (which is like copy but copies mtimes, permission bits, and flags too).
Regular files are copied with CopyFileToDir, which up to now only used copy
instead of copy2. Make them consistent.
(Needed for https://codereview.chromium.org/157743004/)
BUG=142642
TBR=maruel@chromium.org
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=250024
Patch Set 1 #Patch Set 2 : #
Total comments: 2
Patch Set 3 : #Messages
Total messages: 10 (0 generated)
|