chore: bump chromium to 131.0.6748.0 (main) (#44027)
* chore: bump chromium in DEPS to 131.0.6748.0 * chore: gen-libc++-filenames.js --------- Co-authored-by: electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com> Co-authored-by: Charles Kerr <charles@charleskerr.com>
This commit is contained in:
parent
1d4b86cb3e
commit
5d9800e176
2 changed files with 3 additions and 2 deletions
2
DEPS
2
DEPS
|
@ -2,7 +2,7 @@ gclient_gn_args_from = 'src'
|
||||||
|
|
||||||
vars = {
|
vars = {
|
||||||
'chromium_version':
|
'chromium_version':
|
||||||
'131.0.6744.0',
|
'131.0.6748.0',
|
||||||
'node_version':
|
'node_version':
|
||||||
'v20.17.0',
|
'v20.17.0',
|
||||||
'nan_version':
|
'nan_version':
|
||||||
|
|
|
@ -24,6 +24,7 @@ libcxx_headers = [
|
||||||
"//third_party/libc++/src/include/__algorithm/find_if.h",
|
"//third_party/libc++/src/include/__algorithm/find_if.h",
|
||||||
"//third_party/libc++/src/include/__algorithm/find_if_not.h",
|
"//third_party/libc++/src/include/__algorithm/find_if_not.h",
|
||||||
"//third_party/libc++/src/include/__algorithm/find_segment_if.h",
|
"//third_party/libc++/src/include/__algorithm/find_segment_if.h",
|
||||||
|
"//third_party/libc++/src/include/__algorithm/fold.h",
|
||||||
"//third_party/libc++/src/include/__algorithm/for_each.h",
|
"//third_party/libc++/src/include/__algorithm/for_each.h",
|
||||||
"//third_party/libc++/src/include/__algorithm/for_each_n.h",
|
"//third_party/libc++/src/include/__algorithm/for_each_n.h",
|
||||||
"//third_party/libc++/src/include/__algorithm/for_each_segment.h",
|
"//third_party/libc++/src/include/__algorithm/for_each_segment.h",
|
||||||
|
@ -98,7 +99,6 @@ libcxx_headers = [
|
||||||
"//third_party/libc++/src/include/__algorithm/ranges_find_if.h",
|
"//third_party/libc++/src/include/__algorithm/ranges_find_if.h",
|
||||||
"//third_party/libc++/src/include/__algorithm/ranges_find_if_not.h",
|
"//third_party/libc++/src/include/__algorithm/ranges_find_if_not.h",
|
||||||
"//third_party/libc++/src/include/__algorithm/ranges_find_last.h",
|
"//third_party/libc++/src/include/__algorithm/ranges_find_last.h",
|
||||||
"//third_party/libc++/src/include/__algorithm/ranges_fold.h",
|
|
||||||
"//third_party/libc++/src/include/__algorithm/ranges_for_each.h",
|
"//third_party/libc++/src/include/__algorithm/ranges_for_each.h",
|
||||||
"//third_party/libc++/src/include/__algorithm/ranges_for_each_n.h",
|
"//third_party/libc++/src/include/__algorithm/ranges_for_each_n.h",
|
||||||
"//third_party/libc++/src/include/__algorithm/ranges_generate.h",
|
"//third_party/libc++/src/include/__algorithm/ranges_generate.h",
|
||||||
|
@ -689,6 +689,7 @@ libcxx_headers = [
|
||||||
"//third_party/libc++/src/include/__ranges/views.h",
|
"//third_party/libc++/src/include/__ranges/views.h",
|
||||||
"//third_party/libc++/src/include/__ranges/zip_view.h",
|
"//third_party/libc++/src/include/__ranges/zip_view.h",
|
||||||
"//third_party/libc++/src/include/__split_buffer",
|
"//third_party/libc++/src/include/__split_buffer",
|
||||||
|
"//third_party/libc++/src/include/__std_clang_module",
|
||||||
"//third_party/libc++/src/include/__std_mbstate_t.h",
|
"//third_party/libc++/src/include/__std_mbstate_t.h",
|
||||||
"//third_party/libc++/src/include/__stop_token/atomic_unique_lock.h",
|
"//third_party/libc++/src/include/__stop_token/atomic_unique_lock.h",
|
||||||
"//third_party/libc++/src/include/__stop_token/intrusive_list_view.h",
|
"//third_party/libc++/src/include/__stop_token/intrusive_list_view.h",
|
||||||
|
|
Loading…
Reference in a new issue