Chromium Code Reviews| Index: sync/tools/BUILD.gn |
| diff --git a/sync/tools/BUILD.gn b/sync/tools/BUILD.gn |
| index fc6f7ae00e3e230fd41d38cf5145152382e9f083..20f85a795de235a61e9158abc52ad5195d5c8d31 100644 |
| --- a/sync/tools/BUILD.gn |
| +++ b/sync/tools/BUILD.gn |
| @@ -4,7 +4,7 @@ |
| import("//testing/test.gni") |
| -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. |
| source_set("common") { |
| testonly = true |