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 <[email protected]> Reviewed-By: Beth Griggs <[email protected]> Reviewed-By: Jiawen Geng <[email protected]>
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

+11-1
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

+3
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ Colin Ihrig <[email protected]>
8484
8585
Daniel Andersson <[email protected]>
8686
Daniel Bevenius <[email protected]>
87+
Daniel Dromboski <[email protected]>
8788
Daniel James <[email protected]>
8889
David Carlier <[email protected]>
8990
David Manouchehri <[email protected]>
@@ -229,6 +230,7 @@ Vladimir Krivosheev <[email protected]>
229230
Vladimir Shutoff <[email protected]>
230231
231232
Wenlu Wang <[email protected]>
233+
Wenyu Zhao <[email protected]>
232234
Wiktor Garbacz <[email protected]>
233235
Wouter Vermeiren <[email protected]>
234236
Xiaofang Zou <[email protected]>
@@ -240,6 +242,7 @@ Yong Wang <[email protected]>
240242
Youfeng Hao <[email protected]>
241243
242244
Yusif Khudhur <[email protected]>
245+
Yuri Iozzelli <[email protected]>
243246
Zac Hansen <[email protected]>
244247
Zeynep Cankara <[email protected]>
245248
Zhao Jiazhong <[email protected]>

0 commit comments

Comments
 (0)