Index: blimp/BUILD.gn |
diff --git a/blimp/BUILD.gn b/blimp/BUILD.gn |
index d29270ccb69b60e2d75309b9df4dd3be2826595a..67120953590cfd3676d95da77666e103ed145f64 100644 |
--- a/blimp/BUILD.gn |
+++ b/blimp/BUILD.gn |
@@ -27,6 +27,10 @@ group("blimp") { |
"//blimp/engine:blimp_engine_bundle", |
] |
} |
+ |
+ if (is_linux && !is_chromeos) { |
+ deps += [ "//blimp/client:blimp_shell" ] |
+ } |
} |
# Builds all Blimp test code (unit tests, APKs). |