Chromium Code Reviews| Index: blimp/BUILD.gn |
| diff --git a/blimp/BUILD.gn b/blimp/BUILD.gn |
| index 6a7f161a3c792fc6d9429e1035165e9092266d0e..cd4d6771a50c8b7c5643b48cceb4c6348f42eb30 100644 |
| --- a/blimp/BUILD.gn |
| +++ b/blimp/BUILD.gn |
| @@ -35,8 +35,13 @@ group("blimp_tests") { |
| test("blimp_unittests") { |
| deps = [ |
| + "//blimp/client:unit_tests", |
| "//blimp/net:unit_tests", |
| ] |
| + |
| + if (is_linux) { |
| + deps += [ "//blimp/engine:unit_tests" ] |
| + } |
| } |
| # TODO(GYP): Delete this after we've converted everything to GN. |