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 1400953002: Switch Chrome Android using v8 arch specific external data name (Closed)

Created:
5 years, 2 months ago by michaelbai
Modified:
5 years, 2 months ago
CC:
blink-reviews, cbentzel+watch_chromium.org, chromium-reviews, darin-cc_chromium.org, gunsch+watch_chromium.org, halliwell+watch_chromium.org, jam, jbudorick+watch_chromium.org, jochen+watch_chromium.org, klundberg+watch_chromium.org, lcwu+watch_chromium.org, mkwst+moarreviews-shell_chromium.org, mlamouri+watch-content_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

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 Committed: https://crrev.com/979b03a19f63b1cbe02fa3df99707c3f93f7c9cf Cr-Commit-Position: refs/heads/master@{#355680}

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : sync #

Total comments: 8

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+213 lines, -133 lines) Patch
A build/android/v8_external_startup_data_arch_suffix.gypi View 1 2 3 4 1 chunk +18 lines, -0 lines 0 comments Download
M build_overrides/v8.gni View 1 2 3 4 1 chunk +18 lines, -0 lines 0 comments Download
M chrome/android/BUILD.gn View 1 2 1 chunk +2 lines, -4 lines 0 comments Download
M chrome/chrome_android_paks.gypi View 1 2 3 chunks +15 lines, -6 lines 0 comments Download
M chrome/chrome_tests_unit.gypi View 1 2 2 chunks +11 lines, -4 lines 0 comments Download
M chromecast/chromecast.gyp View 1 2 1 chunk +15 lines, -4 lines 0 comments Download
M components/components_tests.gyp View 1 2 2 chunks +22 lines, -13 lines 0 comments Download
M content/content.gyp View 1 chunk +27 lines, -29 lines 0 comments Download
M content/content_shell.gypi View 1 2 4 chunks +2 lines, -15 lines 0 comments Download
M content/content_tests.gypi View 1 2 3 5 chunks +22 lines, -17 lines 0 comments Download
M content/shell/android/BUILD.gn View 1 2 2 chunks +5 lines, -5 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 2 chunks +19 lines, -12 lines 0 comments Download
M third_party/WebKit/Source/platform/blink_platform_tests.gyp View 2 chunks +19 lines, -12 lines 0 comments Download
M third_party/WebKit/Source/web/web_tests.gyp View 2 chunks +7 lines, -12 lines 0 comments Download

Messages

Total messages: 46 (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/1400953002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1400953002/1
5 years, 2 months ago (2015-10-09 22:53:41 UTC) #2
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 2 months ago (2015-10-10 01:07:54 UTC) #4
michaelbai
Adam, would you like review the change in gin? John, would you like review all ...
5 years, 2 months ago (2015-10-15 15:58:56 UTC) #6
michaelbai
jochen@ could you help to review the change in gn?
5 years, 2 months ago (2015-10-19 19:04:04 UTC) #8
jbudorick
https://codereview.chromium.org/1400953002/diff/60001/build/android/v8_external_startup_data_arch_suffix.gypi File build/android/v8_external_startup_data_arch_suffix.gypi (right): https://codereview.chromium.org/1400953002/diff/60001/build/android/v8_external_startup_data_arch_suffix.gypi#newcode10 build/android/v8_external_startup_data_arch_suffix.gypi:10: ['OS=="android" and (target_arch=="arm" or target_arch=="ia32" or target_arch=="mipsel")', { What's ...
5 years, 2 months ago (2015-10-19 22:57:23 UTC) #9
michaelbai
PTAL https://codereview.chromium.org/1400953002/diff/60001/build/android/v8_external_startup_data_arch_suffix.gypi File build/android/v8_external_startup_data_arch_suffix.gypi (right): https://codereview.chromium.org/1400953002/diff/60001/build/android/v8_external_startup_data_arch_suffix.gypi#newcode10 build/android/v8_external_startup_data_arch_suffix.gypi:10: ['OS=="android" and (target_arch=="arm" or target_arch=="ia32" or target_arch=="mipsel")', { ...
5 years, 2 months ago (2015-10-20 00:10:11 UTC) #10
jochen (gone - plz use gerrit)
+dpranke who touches this variable in gn currently +rmcilroy who introduced that stuff
5 years, 2 months ago (2015-10-20 08:11:49 UTC) #12
rmcilroy
Overall approach LGTM, but please make sure jbudorick is happy with the build changes.
5 years, 2 months ago (2015-10-20 10:15:39 UTC) #13
Dirk Pranke
I'm puzzled by this whole CL; see my question in https://code.google.com/p/chromium/issues/detail?id=540788#c4 (to avoid duplicating it ...
5 years, 2 months ago (2015-10-20 21:39:34 UTC) #14
michaelbai
On 2015/10/20 21:39:34, Dirk Pranke wrote: > I'm puzzled by this whole CL; see my ...
5 years, 2 months ago (2015-10-20 21:45:14 UTC) #15
Dirk Pranke
lgtm for now but I'd still like to talk about how we're supporting side-by-side more ...
5 years, 2 months ago (2015-10-21 19:31:39 UTC) #16
jbudorick
lgtm
5 years, 2 months ago (2015-10-21 21:53:35 UTC) #17
michaelbai
Hey owners, please help to review this. miguelg@ for chrome/ jochen@ for gin/ component/ content/ ...
5 years, 2 months ago (2015-10-21 22:11:50 UTC) #20
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1400953002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1400953002/80001
5 years, 2 months ago (2015-10-21 22:12:48 UTC) #21
mef
net/ lgtm
5 years, 2 months ago (2015-10-21 23:47:55 UTC) #23
commit-bot: I haz the power
Dry run: 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/123943)
5 years, 2 months ago (2015-10-21 23:53:43 UTC) #25
gunsch
gunsch --> halliwell for chromecast/ Luke, at a quick glance this might require some changes ...
5 years, 2 months ago (2015-10-22 14:32:36 UTC) #27
jochen (gone - plz use gerrit)
lgtm
5 years, 2 months ago (2015-10-22 16:30:06 UTC) #28
halliwell
On 2015/10/22 16:30:06, jochen wrote: > lgtm chromecast/ lgtm
5 years, 2 months ago (2015-10-22 20:03:16 UTC) #29
David Trainor- moved to gerrit
chrome/ lgtm
5 years, 2 months ago (2015-10-22 20:59:14 UTC) #31
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1400953002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1400953002/80001
5 years, 2 months ago (2015-10-22 21:02:56 UTC) #33
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/111961)
5 years, 2 months ago (2015-10-22 21:11:24 UTC) #35
michaelbai
brettw@, need your owner approval for src/build_overrides/
5 years, 2 months ago (2015-10-22 21:15:39 UTC) #37
michaelbai
cpu@, jam@ can any of you review src/build_overrides ?
5 years, 2 months ago (2015-10-22 22:13:41 UTC) #39
cpu_(ooo_6.6-7.5)
rubber-stamp lgtm given that Dirk is fine with the patch.
5 years, 2 months ago (2015-10-22 22:14:49 UTC) #40
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1400953002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1400953002/80001
5 years, 2 months ago (2015-10-22 22:17:17 UTC) #42
commit-bot: I haz the power
Committed patchset #5 (id:80001)
5 years, 2 months ago (2015-10-22 23:59:01 UTC) #43
commit-bot: I haz the power
Patchset 5 (id:??) landed as https://crrev.com/979b03a19f63b1cbe02fa3df99707c3f93f7c9cf Cr-Commit-Position: refs/heads/master@{#355680}
5 years, 2 months ago (2015-10-22 23:59:59 UTC) #44
DaleCurtis
A revert of this CL (patchset #5 id:80001) has been created in https://codereview.chromium.org/1419673008/ by dalecurtis@chromium.org. ...
5 years, 2 months ago (2015-10-23 01:05:29 UTC) #45
michaelbai
5 years, 2 months ago (2015-10-23 02:48:04 UTC) #46
Message was sent while issue was closed.
On 2015/10/23 01:05:29, DaleCurtis wrote:
> A revert of this CL (patchset #5 id:80001) has been created in
> https://codereview.chromium.org/1419673008/ by mailto:dalecurtis@chromium.org.
> 
> The reason for reverting is: Looks to have broken various Android Mojo tests:
> 
>
http://build.chromium.org/p/chromium.linux/buildstatus?builder=Android%20GN&n...
>
http://build.chromium.org/p/chromium.linux/buildstatus?builder=Android%20GN&n....

It should only broke html_viewer_unittests, not the mojo_common_unittests

Powered by Google App Engine
This is Rietveld 408576698