Index: blimp/BUILD.gn |
diff --git a/blimp/BUILD.gn b/blimp/BUILD.gn |
index 67120953590cfd3676d95da77666e103ed145f64..03ea56b542986306cbd61d783eea42ce8bb44ea0 100644 |
--- a/blimp/BUILD.gn |
+++ b/blimp/BUILD.gn |
@@ -23,6 +23,7 @@ group("blimp") { |
if (is_linux) { |
deps += [ |
+ "//blimp/client:blimp_shell", |
haibinlu
2016/01/04 19:45:45
remove this?
Kevin M
2016/01/04 20:42:12
It's important to keep this in, so that the Linux
Kevin M
2016/01/04 21:09:10
Talked about this offline. Didn't see it declared
|
"//blimp/engine:blimp_engine", |
"//blimp/engine:blimp_engine_bundle", |
] |