Skip to content

Commit 6114198

Browse files
targosBethGriggs
authored andcommitted
deps: update V8 to 9.2.230.21
PR-URL: #39470 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Beth Griggs <bgriggs@redhat.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
1 parent e1910ef commit 6114198

File tree

1,438 files changed

+54904
-39346
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,438 files changed

+54904
-39346
lines changed

deps/v8/.gn

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,21 @@ import("//build/dotfile_settings.gni")
77
# The location of the build configuration file.
88
buildconfig = "//build/config/BUILDCONFIG.gn"
99

10+
# The python interpreter to use by default. On Windows, this will look
11+
# for python3.exe and python3.bat.
12+
script_executable = "python3"
13+
1014
# These are the targets to check headers for by default. The files in targets
1115
# matching these patterns (see "gn help label_pattern" for format) will have
1216
# their includes checked for proper dependencies when you run either
1317
# "gn check" or "gn gen --check".
14-
check_targets = []
18+
no_check_targets = [
19+
"//:cppgc_base",
20+
"//:v8_internal_headers",
21+
"//src/inspector:inspector",
22+
"//test/cctest:cctest_sources",
23+
"//third_party/icu:*",
24+
]
1525

1626
# These are the list of GN files that run exec_script. This whitelist exists
1727
# to force additional review for new uses of exec_script, which is strongly

deps/v8/AUTHORS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ Colin Ihrig <cjihrig@gmail.com>
8484
Cong Zuo <zckevinzc@gmail.com>
8585
Daniel Andersson <kodandersson@gmail.com>
8686
Daniel Bevenius <daniel.bevenius@gmail.com>
87+
Daniel Dromboski <dandromb@gmail.com>
8788
Daniel James <dnljms@gmail.com>
8889
David Carlier <devnexen@gmail.com>
8990
David Manouchehri <david@davidmanouchehri.com>
@@ -229,6 +230,7 @@ Vladimir Krivosheev <develar@gmail.com>
229230
Vladimir Shutoff <vovan@shutoff.ru>
230231
Wei Wu <lazyparser@gmail.com>
231232
Wenlu Wang <kingwenlu@gmail.com>
233+
Wenyu Zhao <wenyu.zhao@anu.edu.au>
232234
Wiktor Garbacz <wiktor.garbacz@gmail.com>
233235
Wouter Vermeiren <wouter.vermeiren@essensium.com>
234236
Xiaofang Zou <zouxiaofang@iscas.ac.cn>
@@ -240,6 +242,7 @@ Yong Wang <ccyongwang@tencent.com>
240242
Youfeng Hao <ajihyf@gmail.com>
241243
Yu Yin <xwafish@gmail.com>
242244
Yusif Khudhur <yusif.khudhur@gmail.com>
245+
Yuri Iozzelli <yuri@leaningtech.com>
243246
Zac Hansen <xaxxon@gmail.com>
244247
Zeynep Cankara <zeynepcankara402@gmail.com>
245248
Zhao Jiazhong <kyslie3100@gmail.com>

0 commit comments

Comments
 (0)