diff options
author | Robert Nagy <rnagy@FreeBSD.org> | 2024-02-02 07:49:21 +0100 |
---|---|---|
committer | Robert Nagy <rnagy@FreeBSD.org> | 2024-02-02 13:31:40 +0100 |
commit | bb9858177483120737f2d5e4a7a19f7b86744d9d (patch) | |
tree | e0b114d5c4840c2b01fa5f497a68022eb559f403 /www/chromium/files/patch-v8_BUILD.gn | |
parent | math/R-cran-sp: Update to 2.1.3 (diff) |
www/chromium: update to 121.0.6167.139
Security: https://vuxml.freebsd.org/freebsd/dc9e5237-c197-11ee-86bb-a8a1599412c6.html
Diffstat (limited to 'www/chromium/files/patch-v8_BUILD.gn')
-rw-r--r-- | www/chromium/files/patch-v8_BUILD.gn | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/www/chromium/files/patch-v8_BUILD.gn b/www/chromium/files/patch-v8_BUILD.gn index 4561abdab8da..0d129bc6f539 100644 --- a/www/chromium/files/patch-v8_BUILD.gn +++ b/www/chromium/files/patch-v8_BUILD.gn @@ -1,6 +1,6 @@ ---- v8/BUILD.gn.orig 2023-12-10 06:10:27 UTC +--- v8/BUILD.gn.orig 2024-01-30 07:53:34 UTC +++ v8/BUILD.gn -@@ -1425,6 +1425,14 @@ config("toolchain") { +@@ -1441,6 +1441,14 @@ config("toolchain") { } else if (target_os == "chromeos") { defines += [ "V8_HAVE_TARGET_OS" ] defines += [ "V8_TARGET_OS_CHROMEOS" ] @@ -15,7 +15,7 @@ } # TODO(infra): Support v8_enable_prof on Windows. -@@ -2388,6 +2396,12 @@ template("run_mksnapshot") { +@@ -2404,6 +2412,12 @@ template("run_mksnapshot") { if (!v8_enable_builtins_profiling && v8_enable_builtins_reordering) { args += [ "--reorder-builtins" ] } @@ -28,7 +28,7 @@ } # This is needed to distinguish between generating code for the simulator -@@ -6248,7 +6262,7 @@ v8_component("v8_libbase") { +@@ -6324,7 +6338,7 @@ v8_component("v8_libbase") { } } @@ -37,7 +37,7 @@ sources += [ "src/base/debug/stack_trace_posix.cc", "src/base/platform/platform-linux.cc", -@@ -6259,6 +6273,18 @@ v8_component("v8_libbase") { +@@ -6335,6 +6349,18 @@ v8_component("v8_libbase") { "dl", "rt", ] |