Changelog: https://chromium.googlesource.com/chromium/src/+log/64.0.3282.186..65.0.3325.181?pretty=fuller&n=10000 MFH: 2018Q1 Security: https://vuxml.freebsd.org/freebsd/555af074-22b9-11e8-9799-54ee754af08e.html Security: https://vuxml.freebsd.org/freebsd/3ae21918-31e3-11e8-927b-e8e0b747a45a.html
13 lines
346 B
Text
13 lines
346 B
Text
--- content/network/BUILD.gn.orig 2018-03-29 12:51:25.325665000 +0200
|
|
+++ content/network/BUILD.gn 2018-03-29 12:56:34.023437000 +0200
|
|
@@ -75,6 +75,10 @@
|
|
"url_request_context_builder_mojo.cc",
|
|
]
|
|
|
|
+ if (is_bsd) {
|
|
+ sources -= [ "network_sandbox_hook_linux.cc" ]
|
|
+ }
|
|
+
|
|
configs += [ "//content:content_implementation" ]
|
|
|
|
deps = [
|