|
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}
Total comments: 8
|
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
|
Total messages: 46 (16 generated)
|