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

Unified Diff: blimp/client/support/BUILD.gn

Issue 2363153002: Migrate Linux Blimp client to use BlimpClientContext (Closed)
Patch Set: Fix dependency issue found by gn check Created 4 years, 3 months 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 | « blimp/client/app/linux/blimp_main.cc ('k') | blimp/client/support/session/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/client/support/BUILD.gn
diff --git a/blimp/client/support/BUILD.gn b/blimp/client/support/BUILD.gn
index a80f1ed0d48d4f30ec379735572ffb58bc353e63..946008aa32c3ecaf9e0a1fb658f6925f97f4ad41 100644
--- a/blimp/client/support/BUILD.gn
+++ b/blimp/client/support/BUILD.gn
@@ -5,5 +5,6 @@
group("support") {
public_deps = [
"//blimp/client/support/compositor",
+ "//blimp/client/support/session",
]
}
« no previous file with comments | « blimp/client/app/linux/blimp_main.cc ('k') | blimp/client/support/session/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698