| Index: chrome/tools/BUILD.gn
|
| diff --git a/chrome/tools/BUILD.gn b/chrome/tools/BUILD.gn
|
| index 12bcbf89ffecb12f233b8685c238a142ff80cf6c..aba6c96cc223b260bdc48faef12647138b2d913f 100644
|
| --- a/chrome/tools/BUILD.gn
|
| +++ b/chrome/tools/BUILD.gn
|
| @@ -6,7 +6,7 @@
|
| # the build.
|
| group("tools") {
|
| testonly = true
|
| - if (is_linux && !is_chromeos) {
|
| + if (is_linux && !is_chromeos_ui) {
|
| # TODO(GYP): Figure out which of these work and are needed on other platforms.
|
| deps = [
|
| "//chrome/tools/service_discovery_sniffer",
|
|
|