Skip to content

Commit 4c4af64

Browse files
targosMylesBorins
authored andcommitted
deps: update V8 to 6.4.388.40
PR-URL: #17489 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Myles Borins <[email protected]> Reviewed-By: Ali Ijaz Sheikh <[email protected]>
1 parent fa9f31a commit 4c4af64

File tree

2,123 files changed

+93030
-80496
lines changed

Some content is hidden

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

2,123 files changed

+93030
-80496
lines changed

deps/v8/.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@
7070
!/third_party/binutils
7171
!/third_party/eu-strip
7272
!/third_party/inspector_protocol
73+
!/third_party/colorama
74+
/third_party/colorama/src
7375
/tools/clang
7476
/tools/gcmole/gcmole-tools
7577
/tools/gcmole/gcmole-tools.tar.gz
@@ -103,5 +105,6 @@ turbo*.cfg
103105
turbo*.dot
104106
turbo*.json
105107
v8.ignition_dispatches_table.json
108+
/Default/
106109
!/third_party/jinja2
107110
!/third_party/markupsafe

deps/v8/.vpython

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# This is a vpython "spec" file.
2+
#
3+
# It describes patterns for python wheel dependencies of the python scripts in
4+
# the chromium repo, particularly for dependencies that have compiled components
5+
# (since pure-python dependencies can be easily vendored into third_party).
6+
#
7+
# When vpython is invoked, it finds this file and builds a python VirtualEnv,
8+
# containing all of the dependencies described in this file, fetching them from
9+
# CIPD (the "Chrome Infrastructure Package Deployer" service). Unlike `pip`,
10+
# this never requires the end-user machine to have a working python extension
11+
# compilation environment. All of these packages are built using:
12+
# https://chromium.googlesource.com/infra/infra/+/master/infra/tools/dockerbuild/
13+
#
14+
# All python scripts in the repo share this same spec, to avoid dependency
15+
# fragmentation.
16+
#
17+
# If you have depot_tools installed in your $PATH, you can invoke python scripts
18+
# in this repo by running them as you normally would run them, except
19+
# substituting `vpython` instead of `python` on the command line, e.g.:
20+
# vpython path/to/script.py some --arguments
21+
#
22+
# Read more about `vpython` and how to modify this file here:
23+
# https://chromium.googlesource.com/infra/infra/+/master/doc/users/vpython.md
24+
25+
python_version: "2.7"
26+
27+
# Needed by third_party/catapult/devil/devil, which is imported by
28+
# build/android/test_runner.py when running performance tests.
29+
wheel: <
30+
name: "infra/python/wheels/psutil/${vpython_platform}"
31+
version: "version:5.2.2"
32+
>

deps/v8/.ycm_extra_conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
# Flags from YCM's default config.
4343
flags = [
4444
'-DUSE_CLANG_COMPLETER',
45-
'-std=gnu++11',
45+
'-std=gnu++14',
4646
'-x',
4747
'c++',
4848
]

deps/v8/AUTHORS

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Below is a list of people and organizations that have contributed
1+
# Below is a list of people and organizations that have contributed
22
# to the V8 project. Names should be added to the list like so:
33
#
44
# Name/Organization <email address>
@@ -31,6 +31,7 @@ StrongLoop, Inc. <*@strongloop.com>
3131
Facebook, Inc. <*@fb.com>
3232
Facebook, Inc. <*@oculus.com>
3333
Vewd Software AS <*@vewd.com>
34+
Groupon <*@groupon.com>
3435

3536
Aaron Bieber <[email protected]>
3637
Abdulla Kamar <[email protected]>
@@ -45,6 +46,7 @@ Andrew Paprocki <[email protected]>
4546
Andrei Kashcha <[email protected]>
4647
Anna Henningsen <[email protected]>
4748
Bangfu Tao <[email protected]>
49+
4850
Ben Noordhuis <[email protected]>
4951
Benjamin Tan <[email protected]>
5052
Bert Belder <[email protected]>
@@ -54,6 +56,7 @@ Craig Schlenter <[email protected]>
5456
Choongwoo Han <[email protected]>
5557
Chris Nardi <[email protected]>
5658
Christopher A. Taylor <[email protected]>
59+
Colin Ihrig <[email protected]>
5760
Daniel Andersson <[email protected]>
5861
Daniel Bevenius <[email protected]>
5962
Daniel James <[email protected]>
@@ -75,6 +78,7 @@ Ioseb Dzmanashvili <[email protected]>
7578
Isiah Meadows <[email protected]>
7679
Jaime Bernardo <[email protected]>
7780
Jan de Mooij <[email protected]>
81+
Jan Krems <[email protected]>
7882
Jay Freeman <[email protected]>
7983
James Pike <[email protected]>
8084
Jianghua Yang <[email protected]>
@@ -86,6 +90,7 @@ JunHo Seo <[email protected]>
8690
Kang-Hao (Kenny) Lu <[email protected]>
8791
Karl Skomski <[email protected]>
8892
Kevin Gibbons <[email protected]>
93+
Kris Selden <[email protected]>
8994
Loo Rong Jie <[email protected]>
9095
Luis Reis <[email protected]>
9196
Luke Zarko <[email protected]>
@@ -127,12 +132,14 @@ Sandro Santilli <[email protected]>
127132
Sanjoy Das <[email protected]>
128133
Seo Sanghyeon <[email protected]>
129134
Stefan Penner <[email protected]>
135+
Sylvestre Ledru <[email protected]>
130136
Tobias Burnus <[email protected]>
131137
Victor Costan <[email protected]>
132138
Vlad Burlik <[email protected]>
133139
Vladimir Krivosheev <[email protected]>
134140
Vladimir Shutoff <[email protected]>
135141
Wiktor Garbacz <[email protected]>
142+
Yong Wang <[email protected]>
136143
137144
Zac Hansen <[email protected]>
138145
Zhongping Wang <[email protected]>

0 commit comments

Comments
 (0)