summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-sandbox_linux_BUILD.gn
diff options
context:
space:
mode:
authorJoseph Mingrone <jrm@FreeBSD.org>2020-12-01 04:06:37 +0000
committerJoseph Mingrone <jrm@FreeBSD.org>2020-12-01 04:06:37 +0000
commita0dbfe2fb016ec18b858d0857d8c3ce21662d29c (patch)
tree0454226a8e0acc85a44cfa5e09502134947dbdef /www/chromium/files/patch-sandbox_linux_BUILD.gn
parentgames/iqpuzzle: Update 1.2.0 -> 1.2.1 (diff)
www/chromium: Update to version 87.0.4280.66
Submitted by: Matthias Wolf, cem, rene Obtained from: Some patches from OpenBSD port (robert@openbsd.org)
Notes
Notes: svn path=/head/; revision=556709
Diffstat (limited to 'www/chromium/files/patch-sandbox_linux_BUILD.gn')
-rw-r--r--www/chromium/files/patch-sandbox_linux_BUILD.gn33
1 files changed, 3 insertions, 30 deletions
diff --git a/www/chromium/files/patch-sandbox_linux_BUILD.gn b/www/chromium/files/patch-sandbox_linux_BUILD.gn
index eedfc408b83a..7c9271b57cec 100644
--- a/www/chromium/files/patch-sandbox_linux_BUILD.gn
+++ b/www/chromium/files/patch-sandbox_linux_BUILD.gn
@@ -1,22 +1,6 @@
---- sandbox/linux/BUILD.gn.orig 2020-09-08 19:14:09 UTC
+--- sandbox/linux/BUILD.gn.orig 2020-11-13 06:36:46 UTC
+++ sandbox/linux/BUILD.gn
-@@ -12,12 +12,12 @@ if (is_android) {
- }
-
- declare_args() {
-- compile_suid_client = is_linux
-+ compile_suid_client = is_linux && !is_bsd
-
-- compile_credentials = is_linux
-+ compile_credentials = is_linux && !is_bsd
-
- # On Android, use plain GTest.
-- use_base_test_suite = is_linux
-+ use_base_test_suite = is_linux && !is_bsd
- }
-
- if (is_nacl_nonsfi) {
-@@ -371,7 +371,7 @@ component("sandbox_services") {
+@@ -386,7 +386,7 @@ component("sandbox_services") {
public_deps += [ ":sandbox_services_headers" ]
}
@@ -25,7 +9,7 @@
cflags = [ "-fgnu-inline-asm" ]
sources -= [
-@@ -379,6 +379,8 @@ component("sandbox_services") {
+@@ -394,6 +394,8 @@ component("sandbox_services") {
"services/init_process_reaper.h",
"services/scoped_process.cc",
"services/scoped_process.h",
@@ -34,14 +18,3 @@
"services/yama.cc",
"services/yama.h",
"syscall_broker/broker_channel.cc",
-@@ -397,6 +399,10 @@ component("sandbox_services") {
- "syscall_broker/broker_process.h",
- "syscall_broker/broker_simple_message.cc",
- "syscall_broker/broker_simple_message.h",
-+ ]
-+ sources += [
-+ "services/libc_interceptor.cc",
-+ "services/libc_interceptor.h",
- ]
- } else if (!is_android) {
- sources += [