Chromium Code Reviews| Index: sync/tools/BUILD.gn |
| diff --git a/sync/tools/BUILD.gn b/sync/tools/BUILD.gn |
| index 93c275f04d6fb265413c8c01f5dfc4ff5ea8b8af..a6628f4bea499380fd719b5f77f039d0bb8a13fb 100644 |
| --- a/sync/tools/BUILD.gn |
| +++ b/sync/tools/BUILD.gn |
| @@ -4,8 +4,8 @@ |
| import("//testing/test.gni") |
| -if (is_linux && !is_chromeos) { |
| - # TODO(GYP): Figure out which of these work and are needed on other platforms. |
| +# These are used by developers so don't compile on mobile OS's. |
| +if (!is_ios && !is_android && !is_chromecast) { |
|
brettw
2016/05/23 22:06:26
This matches the condition in src/BUILD.gn.
|
| source_set("common") { |
| testonly = true |