Index: chrome/tools/BUILD.gn |
diff --git a/chrome/tools/BUILD.gn b/chrome/tools/BUILD.gn |
index 12bcbf89ffecb12f233b8685c238a142ff80cf6c..6504dc36e1f2a107e8d653c285d1f46580c45553 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 && !use_cros_fe) { |
# TODO(GYP): Figure out which of these work and are needed on other platforms. |
deps = [ |
"//chrome/tools/service_discovery_sniffer", |