chore: bump chromium to 136.0.7103.168 (36-x-y) (#47441)

* chore: bump chromium in DEPS to 136.0.7103.168

* chore: update patches

---------

Co-authored-by: electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com>
Co-authored-by: John Kleinschmidt <jkleinsc@electronjs.org>
This commit is contained in:
electron-roller[bot] 2025-06-16 17:48:02 -04:00 committed by GitHub
commit 8d2654c47e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

2
DEPS
View file

@ -2,7 +2,7 @@ gclient_gn_args_from = 'src'
vars = {
'chromium_version':
'136.0.7103.156',
'136.0.7103.168',
'node_version':
'v22.16.0',
'nan_version':

View file

@ -274,10 +274,10 @@ index 84f669ca3f98690264e1ee05bfe6842c47bbcbd0..e95c3bb6fe0f445904df9dff3e6fe357
#endif // V8_DIAGNOSTICS_PERF_JIT_H_
diff --git a/src/flags/flag-definitions.h b/src/flags/flag-definitions.h
index dd713090c674585c23f9b9574df7ed258c0cd23e..8c12e97c4e256fb8bc6ef51c7abd6a926df7b008 100644
index 3d10e605750752f54e6947de05ffd5c8d02cb492..d61124b328296668a1ee2e9d8ddb2c97b70eae48 100644
--- a/src/flags/flag-definitions.h
+++ b/src/flags/flag-definitions.h
@@ -3262,7 +3262,7 @@ DEFINE_IMPLICATION(prof, log_code)
@@ -3264,7 +3264,7 @@ DEFINE_IMPLICATION(prof, log_code)
DEFINE_BOOL(ll_prof, false, "Enable low-level linux profiler.")
@ -286,7 +286,7 @@ index dd713090c674585c23f9b9574df7ed258c0cd23e..8c12e97c4e256fb8bc6ef51c7abd6a92
#define DEFINE_PERF_PROF_BOOL(nam, cmt) DEFINE_BOOL(nam, false, cmt)
#define DEFINE_PERF_PROF_IMPLICATION DEFINE_IMPLICATION
#else
@@ -3279,7 +3279,7 @@ DEFINE_BOOL(ll_prof, false, "Enable low-level linux profiler.")
@@ -3281,7 +3281,7 @@ DEFINE_BOOL(ll_prof, false, "Enable low-level linux profiler.")
#endif
DEFINE_PERF_PROF_BOOL(perf_basic_prof,
@ -295,7 +295,7 @@ index dd713090c674585c23f9b9574df7ed258c0cd23e..8c12e97c4e256fb8bc6ef51c7abd6a92
DEFINE_NEG_IMPLICATION(perf_basic_prof, compact_code_space)
DEFINE_STRING(perf_basic_prof_path, DEFAULT_PERF_BASIC_PROF_PATH,
"directory to write perf-<pid>.map symbol file to")
@@ -3288,8 +3288,8 @@ DEFINE_PERF_PROF_BOOL(
@@ -3290,8 +3290,8 @@ DEFINE_PERF_PROF_BOOL(
"Only report function code ranges to perf (i.e. no stubs).")
DEFINE_PERF_PROF_IMPLICATION(perf_basic_prof_only_functions, perf_basic_prof)