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

Issue 1134813003: Makes copy_ex handle directories (Closed)

Created:
5 years, 7 months ago by sky
Modified:
5 years, 7 months ago
Reviewers:
cjhopman
CC:
chromium-reviews, klundberg+watch_chromium.org, yfriedman+watch_chromium.org, jbudorick+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Makes copy_ex handle directories Currently it only handles files. I would like to use it for a project that needs to copy directories. R=cjhopman@chromium.org BUG=none TEST=none Committed: https://crrev.com/450cd07835c8e724cf0cc9f2f3dacfe63832b02b Cr-Commit-Position: refs/heads/master@{#329101}

Patch Set 1 #

Total comments: 5

Patch Set 2 : correctly build deps #

Patch Set 3 : warning #

Unified diffs Side-by-side diffs Delta from patch set Stats (+24 lines, -2 lines) Patch
M build/android/gyp/copy_ex.py View 1 2 2 chunks +24 lines, -2 lines 0 comments Download

Messages

Total messages: 15 (3 generated)
sky
5 years, 7 months ago (2015-05-08 21:27:41 UTC) #1
cjhopman
Hm. I would really try to avoid copying directories around. It is easy to have ...
5 years, 7 months ago (2015-05-08 22:58:55 UTC) #2
sky
On 2015/05/08 22:58:55, cjhopman wrote: > Hm. I would really try to avoid copying directories ...
5 years, 7 months ago (2015-05-08 23:38:14 UTC) #3
sky
https://codereview.chromium.org/1134813003/diff/1/build/android/gyp/copy_ex.py File build/android/gyp/copy_ex.py (right): https://codereview.chromium.org/1134813003/diff/1/build/android/gyp/copy_ex.py#newcode44 build/android/gyp/copy_ex.py:44: shutil.copytree(f, os.path.join(options.dest, os.path.basename(f))) On 2015/05/08 22:58:55, cjhopman wrote: > ...
5 years, 7 months ago (2015-05-08 23:38:32 UTC) #4
cjhopman
https://codereview.chromium.org/1134813003/diff/1/build/android/gyp/copy_ex.py File build/android/gyp/copy_ex.py (right): https://codereview.chromium.org/1134813003/diff/1/build/android/gyp/copy_ex.py#newcode44 build/android/gyp/copy_ex.py:44: shutil.copytree(f, os.path.join(options.dest, os.path.basename(f))) On 2015/05/08 23:38:31, sky wrote: > ...
5 years, 7 months ago (2015-05-08 23:57:05 UTC) #5
sky
On 2015/05/08 23:57:05, cjhopman wrote: > https://codereview.chromium.org/1134813003/diff/1/build/android/gyp/copy_ex.py > File build/android/gyp/copy_ex.py (right): > > https://codereview.chromium.org/1134813003/diff/1/build/android/gyp/copy_ex.py#newcode44 > ...
5 years, 7 months ago (2015-05-09 14:09:17 UTC) #6
cjhopman
lgtm
5 years, 7 months ago (2015-05-10 01:51:10 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1134813003/40001
5 years, 7 months ago (2015-05-10 03:09:45 UTC) #9
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_TIMED_OUT, no build URL)
5 years, 7 months ago (2015-05-10 07:12:05 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1134813003/40001
5 years, 7 months ago (2015-05-10 15:26:14 UTC) #13
commit-bot: I haz the power
Committed patchset #3 (id:40001)
5 years, 7 months ago (2015-05-11 06:54:50 UTC) #14
commit-bot: I haz the power
5 years, 7 months ago (2015-05-11 06:55:42 UTC) #15
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/450cd07835c8e724cf0cc9f2f3dacfe63832b02b
Cr-Commit-Position: refs/heads/master@{#329101}

Powered by Google App Engine
This is Rietveld 408576698