Chromium Code Reviews| Index: BUILD.gn |
| diff --git a/BUILD.gn b/BUILD.gn |
| index 6f8bbd021d28cd612d4e887cf65eac6416bd1fa3..3ae3930531c1f15c23c358041591396091a35073 100644 |
| --- a/BUILD.gn |
| +++ b/BUILD.gn |
| @@ -17,8 +17,6 @@ group("default") { |
| "//mojom", |
| "//services", |
| "//shell", |
| - "//ui/gfx:gfx_unittests", |
| - "//ui/events:events_unittests", |
| ] |
| if (is_linux) { |
| @@ -29,6 +27,13 @@ group("default") { |
| ] |
| } |
| + if (is_linux || is_android) { |
|
jamesr
2015/09/10 01:13:29
another way to do this would be to leave the norma
kulakowski
2015/09/10 18:08:49
I'd find additions easier to reason about / track
|
| + deps += [ |
| + "//ui/events:events_unittests", |
| + "//ui/gfx:gfx_unittests", |
| + ] |
| + } |
| + |
| if (use_ozone) { |
| deps += [ |
| "//ui/ozone", |