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

Issue 1422793004: Reland Reland Switch Chrome Android using v8 arch specific external data name (Closed)

Created:
5 years, 2 months ago by michaelbai
Modified:
5 years, 1 month ago
CC:
chromium-reviews, mlamouri+watch-content_chromium.org, cbentzel+watch_chromium.org, mkwst+moarreviews-shell_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, jochen+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

Reland Reland Switch Chrome Android using v8 arch specific external data name This patch also fix package_resource.py issue that asset's renaming didn't trigger the packaging. origin patch https://codereview.chromium.org/1417753004/ Switch Chrome Android using v8 arch specific external data name For 32-bit, natives_blob_32.bin and snapshot_blob_32.bin are used. For 64-bit, natives_blob_64.bin and natives_blob_64.bin are used. This patch also removed the existing v8 startup data in destination directory by using copy_ex to remove directory first. 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/02d6496adfb377afc0708e53cd0c8118c0591f99 Cr-Commit-Position: refs/heads/master@{#357480}

Patch Set 1 #

Patch Set 2 : fix dependences #

Total comments: 24

Patch Set 3 : address comments #

Patch Set 4 : fix cast #

Patch Set 5 : #

Patch Set 6 : rebase to first landed patch #

Patch Set 7 : add copy_ex log #

Patch Set 8 : package resources #

Patch Set 9 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+170 lines, -64 lines) Patch
M base/android/java/src/org/chromium/base/ApkAssets.java View 1 2 3 4 5 6 7 1 chunk +0 lines, -13 lines 0 comments Download
M build/android/gyp/package_resources.py View 1 2 3 4 5 6 7 1 chunk +13 lines, -2 lines 0 comments Download
A build/android/v8_external_startup_data_arch_suffix.gypi View 1 2 3 4 5 1 chunk +21 lines, -0 lines 0 comments Download
M build_overrides/v8.gni View 1 chunk +18 lines, -0 lines 0 comments Download
M chrome/android/BUILD.gn View 1 2 3 4 5 1 chunk +2 lines, -4 lines 0 comments Download
M chrome/chrome_android_paks.gypi View 3 chunks +15 lines, -6 lines 0 comments Download
M chrome/chrome_tests_unit.gypi View 1 2 3 4 5 6 7 2 chunks +11 lines, -4 lines 0 comments Download
M chromecast/chromecast.gyp View 1 2 3 4 5 3 chunks +9 lines, -2 lines 0 comments Download
M components/components_tests.gyp View 1 2 3 4 5 3 chunks +15 lines, -8 lines 0 comments Download
M components/html_viewer/BUILD.gn View 1 2 3 4 5 1 chunk +2 lines, -2 lines 0 comments Download
M content/content.gyp View 1 2 3 4 5 2 chunks +6 lines, -1 line 0 comments Download
M content/content_shell.gypi View 1 2 3 4 5 6 7 1 chunk +6 lines, -3 lines 0 comments Download
M content/content_tests.gypi View 1 2 3 4 5 6 7 2 chunks +11 lines, -4 lines 0 comments Download
M content/shell/android/BUILD.gn View 1 chunk +2 lines, -4 lines 0 comments Download
M gin/v8_initializer.cc View 1 chunk +11 lines, -0 lines 0 comments Download
M net/net.gyp View 1 2 3 4 5 6 7 2 chunks +11 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/blink_platform_tests.gyp View 1 2 3 4 5 2 chunks +11 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/web/web_tests.gyp View 1 2 3 4 5 1 chunk +6 lines, -3 lines 0 comments Download

Messages

Total messages: 44 (19 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/1422793004/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1422793004/20001
5 years, 2 months ago (2015-10-24 05:03:43 UTC) #2
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: cast_shell_android on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/cast_shell_android/builds/70423)
5 years, 2 months ago (2015-10-24 05:16:34 UTC) #4
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1422793004/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1422793004/40001
5 years, 2 months ago (2015-10-25 04:54:19 UTC) #7
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 2 months ago (2015-10-25 05:57:06 UTC) #9
michaelbai
jbudorick@, this fix wrong dependences, difference between patch 1 and patch 2 is the change ...
5 years, 1 month ago (2015-10-26 04:08:19 UTC) #11
jbudorick
https://codereview.chromium.org/1422793004/diff/40001/chromecast/chromecast.gyp File chromecast/chromecast.gyp (right): https://codereview.chromium.org/1422793004/diff/40001/chromecast/chromecast.gyp#newcode541 chromecast/chromecast.gyp:541: 'includes': ['../build/android/v8_external_startup_data_arch_suffix.gypi',], Curious -- why did you move this ...
5 years, 1 month ago (2015-10-26 23:02:05 UTC) #13
michaelbai
Fix some, others wouldn't work because variable can be declared and referenced in the same ...
5 years, 1 month ago (2015-10-27 01:10:43 UTC) #14
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1422793004/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1422793004/60001
5 years, 1 month ago (2015-10-27 01:13:46 UTC) #16
jbudorick
lgtm https://codereview.chromium.org/1422793004/diff/40001/chromecast/chromecast.gyp File chromecast/chromecast.gyp (right): https://codereview.chromium.org/1422793004/diff/40001/chromecast/chromecast.gyp#newcode541 chromecast/chromecast.gyp:541: 'includes': ['../build/android/v8_external_startup_data_arch_suffix.gypi',], On 2015/10/27 01:10:42, michaelbai wrote: > ...
5 years, 1 month ago (2015-10-27 01:14:58 UTC) #17
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: cast_shell_android on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/cast_shell_android/builds/71009)
5 years, 1 month ago (2015-10-27 01:21:46 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1422793004/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1422793004/80001
5 years, 1 month ago (2015-10-27 02:39:26 UTC) #22
commit-bot: I haz the power
Try jobs failed on following builders: cast_shell_android on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/cast_shell_android/builds/71031)
5 years, 1 month ago (2015-10-27 02:57:10 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1422793004/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1422793004/100001
5 years, 1 month ago (2015-10-27 04:33:43 UTC) #27
commit-bot: I haz the power
Try jobs failed on following builders: linux_android_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_android_rel_ng/builds/87256)
5 years, 1 month ago (2015-10-27 08:34:59 UTC) #29
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1422793004/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1422793004/100001
5 years, 1 month ago (2015-10-27 10:40:16 UTC) #31
jbudorick
On 2015/10/27 10:40:16, commit-bot: I haz the power wrote: > CQ is trying da patch. ...
5 years, 1 month ago (2015-10-27 13:17:36 UTC) #33
jbudorick
On 2015/10/27 13:17:36, jbudorick wrote: > On 2015/10/27 10:40:16, commit-bot: I haz the power wrote: ...
5 years, 1 month ago (2015-10-27 13:22:11 UTC) #34
michaelbai
On 2015/10/27 13:22:11, jbudorick wrote: > On 2015/10/27 13:17:36, jbudorick wrote: > > On 2015/10/27 ...
5 years, 1 month ago (2015-10-27 16:21:02 UTC) #35
jbudorick
On 2015/10/27 16:21:02, michaelbai wrote: > On 2015/10/27 13:22:11, jbudorick wrote: > > On 2015/10/27 ...
5 years, 1 month ago (2015-10-27 16:22:18 UTC) #36
michaelbai
PTAL, The fix is in build/android/gyp/package_resources.py
5 years, 1 month ago (2015-11-02 19:48:23 UTC) #38
jbudorick
lgtm
5 years, 1 month ago (2015-11-02 22:10:08 UTC) #39
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1422793004/180001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1422793004/180001
5 years, 1 month ago (2015-11-02 22:37:05 UTC) #41
commit-bot: I haz the power
Committed patchset #9 (id:180001)
5 years, 1 month ago (2015-11-03 00:23:22 UTC) #42
commit-bot: I haz the power
Patchset 9 (id:??) landed as https://crrev.com/02d6496adfb377afc0708e53cd0c8118c0591f99 Cr-Commit-Position: refs/heads/master@{#357480}
5 years, 1 month ago (2015-11-03 00:24:31 UTC) #43
Sam McNally
5 years, 1 month ago (2015-11-03 03:29:18 UTC) #44
Message was sent while issue was closed.
A revert of this CL (patchset #9 id:180001) has been created in
https://codereview.chromium.org/1432553003/ by sammc@chromium.org.

The reason for reverting is: Looks like it caused Android GN net_unittests to
crash:
https://build.chromium.org/p/chromium.linux/builders/Android%20GN/builds/3188...;
suspect it's crashing a ProxyResolverV8 test..

Powered by Google App Engine
This is Rietveld 408576698