| Index: chrome/utility/BUILD.gn
|
| diff --git a/chrome/utility/BUILD.gn b/chrome/utility/BUILD.gn
|
| index 07fc83c173506bac7431c2e74391620219644fef..d67c23850730de6495c0b36aae3784a92910af8c 100644
|
| --- a/chrome/utility/BUILD.gn
|
| +++ b/chrome/utility/BUILD.gn
|
| @@ -30,7 +30,12 @@ static_library("utility") {
|
| "//chrome/common",
|
| ]
|
|
|
| - if (!is_android) {
|
| + if (is_android) {
|
| + if (use_seccomp_bpf) {
|
| + deps += [ "//sandbox/linux:seccomp_bpf" ]
|
| + defines += [ "USE_SECCOMP_BPF" ]
|
| + }
|
| + } else {
|
| deps += [ "//net:net_utility_services" ]
|
| sources +=
|
| rebase_path(gypi_values.chrome_utility_importer_sources, ".", "..")
|
|
|