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

Issue 1424983004: Using copy_ex to copy assets (Closed)

Created:
5 years, 1 month ago by michaelbai
Modified:
5 years, 1 month ago
Reviewers:
jbudorick, rmcilroy, gunsch
CC:
chromium-reviews, cbentzel+watch_chromium.org, vmpstr+watch_chromium.org, lcwu+watch_chromium.org, jam, darin-cc_chromium.org, mikecase+watch_chromium.org, halliwell+watch_chromium.org, blink-reviews, gunsch+watch_chromium.org, klundberg+watch_chromium.org, jbudorick+watch_chromium.org, yfriedman+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Using copy_ex to copy assets Used copy_ex to copy assets and fixed some wrong dependence This patch is a subset of a large patch which made bots flaky, the flaky can't reproduced by trybot and cq dryrun. So, split the large patch to two small ones, this is the first one, another one does renaming v8 data file. it also added the code (in ApkAssets.java and copy_ex.py) to dump the information once bot failed. The original patch https://codereview.chromium.org/1422793004/ BUG=540788, 547235 TBR=jochen@chromium.org,dpranke@chromium.org,halliwell@chromium.org,jbudorick@chromium.org,mef@chromium.org,rmcilroy@chromium.org,dtrainor@chromium.org,cpu@chromium.org Committed: https://crrev.com/0cd95d092228247f8f6f5e4177c00d334a65a99c Cr-Commit-Position: refs/heads/master@{#357024}

Patch Set 1 : Large patch #

Patch Set 2 : using copy_ex #

Total comments: 5

Patch Set 3 : remvoe build log #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+103 lines, -109 lines) Patch
M base/android/java/src/org/chromium/base/ApkAssets.java View 1 1 chunk +13 lines, -0 lines 0 comments Download
M chromecast/chromecast.gyp View 1 3 chunks +17 lines, -6 lines 0 comments Download
M components/components_tests.gyp View 1 2 chunks +11 lines, -11 lines 0 comments Download
M content/content.gyp View 1 1 chunk +22 lines, -29 lines 0 comments Download
M content/content_shell.gypi View 1 5 chunks +6 lines, -19 lines 3 comments Download
M content/content_tests.gypi View 1 4 chunks +12 lines, -14 lines 0 comments Download
M net/net.gyp View 1 1 chunk +9 lines, -9 lines 0 comments Download
M third_party/WebKit/Source/platform/blink_platform_tests.gyp View 1 1 chunk +9 lines, -9 lines 0 comments Download
M third_party/WebKit/Source/web/web_tests.gyp View 1 1 chunk +4 lines, -12 lines 0 comments Download

Messages

Total messages: 37 (16 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1424983004/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1424983004/20001
5 years, 1 month ago (2015-10-28 21:09:11 UTC) #2
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1424983004/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1424983004/60001
5 years, 1 month ago (2015-10-29 03:37:19 UTC) #8
michaelbai
jbudorick@ please review the overall patch rmcilroy@ please review the new change in base/andrioid/ which ...
5 years, 1 month ago (2015-10-29 03:54:57 UTC) #11
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 1 month ago (2015-10-29 05:11:36 UTC) #14
rmcilroy
Debugging code in base/android LGTM until bug is fixed.
5 years, 1 month ago (2015-10-29 12:02:22 UTC) #15
jbudorick
fine otherwise https://codereview.chromium.org/1424983004/diff/60001/build/android/gyp/copy_ex.py File build/android/gyp/copy_ex.py (right): https://codereview.chromium.org/1424983004/diff/60001/build/android/gyp/copy_ex.py#newcode36 build/android/gyp/copy_ex.py:36: sys.stderr.write("CopyFile: " + f + " " ...
5 years, 1 month ago (2015-10-29 13:06:14 UTC) #16
michaelbai
https://codereview.chromium.org/1424983004/diff/60001/build/android/gyp/copy_ex.py File build/android/gyp/copy_ex.py (right): https://codereview.chromium.org/1424983004/diff/60001/build/android/gyp/copy_ex.py#newcode36 build/android/gyp/copy_ex.py:36: sys.stderr.write("CopyFile: " + f + " " + dest ...
5 years, 1 month ago (2015-10-29 14:56:44 UTC) #17
jbudorick
https://codereview.chromium.org/1424983004/diff/60001/build/android/gyp/copy_ex.py File build/android/gyp/copy_ex.py (right): https://codereview.chromium.org/1424983004/diff/60001/build/android/gyp/copy_ex.py#newcode36 build/android/gyp/copy_ex.py:36: sys.stderr.write("CopyFile: " + f + " " + dest ...
5 years, 1 month ago (2015-10-29 14:57:29 UTC) #18
jbudorick
https://codereview.chromium.org/1424983004/diff/60001/build/android/gyp/copy_ex.py File build/android/gyp/copy_ex.py (right): https://codereview.chromium.org/1424983004/diff/60001/build/android/gyp/copy_ex.py#newcode36 build/android/gyp/copy_ex.py:36: sys.stderr.write("CopyFile: " + f + " " + dest ...
5 years, 1 month ago (2015-10-29 15:03:19 UTC) #19
michaelbai
PTAL https://codereview.chromium.org/1424983004/diff/60001/build/android/gyp/copy_ex.py File build/android/gyp/copy_ex.py (right): https://codereview.chromium.org/1424983004/diff/60001/build/android/gyp/copy_ex.py#newcode36 build/android/gyp/copy_ex.py:36: sys.stderr.write("CopyFile: " + f + " " + ...
5 years, 1 month ago (2015-10-29 17:00:45 UTC) #20
jbudorick
https://codereview.chromium.org/1424983004/diff/80001/content/content_shell.gypi File content/content_shell.gypi (left): https://codereview.chromium.org/1424983004/diff/80001/content/content_shell.gypi#oldcode448 content/content_shell.gypi:448: 'pak_output': '<(PRODUCT_DIR)/content_shell.pak', er, actually, what's with this change? Why ...
5 years, 1 month ago (2015-10-29 18:57:38 UTC) #21
michaelbai
https://codereview.chromium.org/1424983004/diff/80001/content/content_shell.gypi File content/content_shell.gypi (left): https://codereview.chromium.org/1424983004/diff/80001/content/content_shell.gypi#oldcode448 content/content_shell.gypi:448: 'pak_output': '<(PRODUCT_DIR)/content_shell.pak', On 2015/10/29 18:57:38, jbudorick wrote: > er, ...
5 years, 1 month ago (2015-10-29 19:29:55 UTC) #22
jbudorick
lgtm https://codereview.chromium.org/1424983004/diff/80001/content/content_shell.gypi File content/content_shell.gypi (left): https://codereview.chromium.org/1424983004/diff/80001/content/content_shell.gypi#oldcode448 content/content_shell.gypi:448: 'pak_output': '<(PRODUCT_DIR)/content_shell.pak', On 2015/10/29 19:29:54, michaelbai wrote: > ...
5 years, 1 month ago (2015-10-29 19:31:19 UTC) #23
gunsch
chromecast/ note: I think you will also need to update: https://code.google.com/p/chromium/codesearch#chromium/src/chromecast/base/cast_paths.cc&q=cast_paths.cc&sq=package:chromium&l=57
5 years, 1 month ago (2015-10-29 19:33:58 UTC) #25
gunsch
Actually, ignore my comment, I got too eager. It looks like the pak will still ...
5 years, 1 month ago (2015-10-29 19:35:27 UTC) #26
michaelbai
On 2015/10/29 19:35:27, gunsch wrote: > Actually, ignore my comment, I got too eager. It ...
5 years, 1 month ago (2015-10-29 20:37:43 UTC) #27
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1424983004/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1424983004/80001
5 years, 1 month ago (2015-10-29 20:40:08 UTC) #31
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/127871)
5 years, 1 month ago (2015-10-29 23:32:38 UTC) #33
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1424983004/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1424983004/80001
5 years, 1 month ago (2015-10-30 00:58:35 UTC) #35
commit-bot: I haz the power
Committed patchset #3 (id:80001)
5 years, 1 month ago (2015-10-30 02:17:04 UTC) #36
commit-bot: I haz the power
5 years, 1 month ago (2015-10-30 02:17:53 UTC) #37
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/0cd95d092228247f8f6f5e4177c00d334a65a99c
Cr-Commit-Position: refs/heads/master@{#357024}

Powered by Google App Engine
This is Rietveld 408576698