| Index: chrome/utility/BUILD.gn
|
| diff --git a/chrome/utility/BUILD.gn b/chrome/utility/BUILD.gn
|
| index fbe9073af84ca820c4226d4c9542e47100e68b17..803b2894aacdf44583e164e0769fdac9055c6cf5 100644
|
| --- a/chrome/utility/BUILD.gn
|
| +++ b/chrome/utility/BUILD.gn
|
| @@ -31,12 +31,7 @@ static_library("utility") {
|
| "//chrome/common",
|
| ]
|
|
|
| - if (is_android) {
|
| - if (use_seccomp_bpf) {
|
| - deps += [ "//sandbox/linux:seccomp_bpf" ]
|
| - defines += [ "USE_SECCOMP_BPF" ]
|
| - }
|
| - } else {
|
| + if (!is_android) {
|
| deps += [
|
| "//chrome/common:mojo_bindings",
|
| "//net:net_utility_services",
|
|
|