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

Unified Diff: blimp/BUILD.gn

Issue 1528243002: Add a basic linux client for Blimp. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: X11, how does it work? 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') | blimp/client/BUILD.gn » ('J')
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..a0c659026434bcb0678b9b65cf2dbf346096a8e0 100644
--- a/blimp/BUILD.gn
+++ b/blimp/BUILD.gn
@@ -23,6 +23,7 @@ group("blimp") {
if (is_linux) {
deps += [
+ "//blimp/client:blimp_shell",
"//blimp/engine:blimp_engine",
"//blimp/engine:blimp_engine_bundle",
]
« no previous file with comments | « no previous file | blimp/client/BUILD.gn » ('j') | blimp/client/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698