| Index: chrome/tools/BUILD.gn
|
| diff --git a/chrome/tools/BUILD.gn b/chrome/tools/BUILD.gn
|
| index 0adca4b06bdcfa133da30339871953b2d893d99f..12bcbf89ffecb12f233b8685c238a142ff80cf6c 100644
|
| --- a/chrome/tools/BUILD.gn
|
| +++ b/chrome/tools/BUILD.gn
|
| @@ -6,8 +6,10 @@
|
| # the build.
|
| group("tools") {
|
| testonly = true
|
| - deps = [
|
| - # TODO(GYP) re-enable this. Currently it's giving linker errors about Mojo.
|
| - #"//chrome/tools/service_discovery_sniffer",
|
| - ]
|
| + if (is_linux && !is_chromeos) {
|
| + # TODO(GYP): Figure out which of these work and are needed on other platforms.
|
| + deps = [
|
| + "//chrome/tools/service_discovery_sniffer",
|
| + ]
|
| + }
|
| }
|
|
|