Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3740)

Unified Diff: blimp/BUILD.gn

Issue 1551683002: [Blimp Client] Land CL 1528243002 (Add a basic linux client for Blimp) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | blimp/client/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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).
« no previous file with comments | « no previous file | blimp/client/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698