Skip to content

Commit 9116b24

Browse files
refackindutny
authored andcommitted
deps: update v8 to 3.28.73
Reviewed-By: Fedor Indutny <[email protected]> PR-URL: nodejs/node-v0.x-archive#8476
1 parent a2a3fd4 commit 9116b24

File tree

1,662 files changed

+245114
-74654
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,662 files changed

+245114
-74654
lines changed

deps/v8/.DEPS.git

Lines changed: 63 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,14 @@ vars = {
1313
deps = {
1414
'v8/build/gyp':
1515
Var('git_url') + '/external/gyp.git@a3e2a5caf24a1e0a45401e09ad131210bf16b852',
16+
'v8/buildtools':
17+
Var('git_url') + '/chromium/buildtools.git@fb782d4369d5ae04f17a2fceef7de5a63e50f07b',
18+
'v8/testing/gmock':
19+
Var('git_url') + '/external/googlemock.git@896ba0e03f520fb9b6ed582bde2bd00847e3c3f2',
20+
'v8/testing/gtest':
21+
Var('git_url') + '/external/googletest.git@4650552ff637bb44ecf7784060091cbed3252211',
1622
'v8/third_party/icu':
17-
Var('git_url') + '/chromium/deps/icu46.git@7a1ec88f69e25b3efcf76196d07f7815255db025',
23+
Var('git_url') + '/chromium/deps/icu52.git@26d8859357ac0bfb86b939bf21c087b8eae22494',
1824
}
1925

2026
deps_os = {
@@ -28,14 +34,68 @@ deps_os = {
2834
}
2935

3036
include_rules = [
31-
37+
'+include',
38+
'+unicode',
39+
'+third_party/fdlibm'
3240
]
3341

3442
skip_child_includes = [
35-
43+
'build',
44+
'third_party'
3645
]
3746

3847
hooks = [
48+
{
49+
'action':
50+
[
51+
'download_from_google_storage',
52+
'--no_resume',
53+
'--platform=win32',
54+
'--no_auth',
55+
'--bucket',
56+
'chromium-clang-format',
57+
'-s',
58+
'v8/buildtools/win/clang-format.exe.sha1'
59+
],
60+
'pattern':
61+
'.',
62+
'name':
63+
'clang_format_win'
64+
},
65+
{
66+
'action':
67+
[
68+
'download_from_google_storage',
69+
'--no_resume',
70+
'--platform=darwin',
71+
'--no_auth',
72+
'--bucket',
73+
'chromium-clang-format',
74+
'-s',
75+
'v8/buildtools/mac/clang-format.sha1'
76+
],
77+
'pattern':
78+
'.',
79+
'name':
80+
'clang_format_mac'
81+
},
82+
{
83+
'action':
84+
[
85+
'download_from_google_storage',
86+
'--no_resume',
87+
'--platform=linux*',
88+
'--no_auth',
89+
'--bucket',
90+
'chromium-clang-format',
91+
'-s',
92+
'v8/buildtools/linux64/clang-format.sha1'
93+
],
94+
'pattern':
95+
'.',
96+
'name':
97+
'clang_format_linux'
98+
},
3999
{
40100
'action':
41101
[

deps/v8/.gitignore

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,26 @@
2121
#*#
2222
*~
2323
.cpplint-cache
24+
.cproject
2425
.d8_history
26+
.gclient_entries
27+
.project
28+
.pydevproject
29+
.settings
2530
.*.sw?
2631
bsuite
2732
d8
2833
d8_g
34+
gccauses
35+
gcsuspects
2936
shell
3037
shell_g
3138
/_*
3239
/build/Debug
3340
/build/gyp
3441
/build/ipch/
3542
/build/Release
43+
/buildtools
3644
/hydrogen.cfg
3745
/obj
3846
/out
@@ -45,13 +53,18 @@ shell_g
4553
/test/benchmarks/sunspider
4654
/test/mozilla/CHECKED_OUT_VERSION
4755
/test/mozilla/data
56+
/test/mozilla/data.old
4857
/test/mozilla/downloaded_*
4958
/test/promises-aplus/promises-tests
5059
/test/promises-aplus/promises-tests.tar.gz
5160
/test/promises-aplus/sinon
5261
/test/test262/data
62+
/test/test262/data.old
5363
/test/test262/tc39-test262-*
54-
/third_party
64+
/testing/gmock
65+
/testing/gtest
66+
/third_party/icu
67+
/third_party/llvm
5568
/tools/jsfunfuzz
5669
/tools/jsfunfuzz.zip
5770
/tools/oom_dump/oom_dump

deps/v8/AUTHORS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Bloomberg Finance L.P.
1313
NVIDIA Corporation
1414
BlackBerry Limited
1515
Opera Software ASA
16+
Intel Corporation
1617

1718
Akinori MUSHA <[email protected]>
1819
Alexander Botero-Lowry <[email protected]>
@@ -24,6 +25,7 @@ Baptiste Afsa <[email protected]>
2425
Bert Belder <[email protected]>
2526
Burcu Dogan <[email protected]>
2627
Craig Schlenter <[email protected]>
28+
Chunyang Dai <[email protected]>
2729
Daniel Andersson <[email protected]>
2830
Daniel James <[email protected]>
2931
Derek J Conrod <[email protected]>
@@ -64,6 +66,7 @@ Subrato K De <[email protected]>
6466
Tobias Burnus <[email protected]>
6567
Vincent Belliard <[email protected]>
6668
Vlad Burlik <[email protected]>
69+
Weiliang Lin<[email protected]>
6770
6871
Yuqiang Xian <[email protected]>
6972
Zaheer Ahmad <[email protected]>

0 commit comments

Comments
 (0)