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

Unified Diff: blimp/client/BUILD.gn

Issue 1551583003: Implementation and fixes for Blimp client/engine E2E communication. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@dtrainor-linux-cl1528243002
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/linux/blimp_main.cc » ('j') | blimp/client/linux/blimp_main.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/client/BUILD.gn
diff --git a/blimp/client/BUILD.gn b/blimp/client/BUILD.gn
index b6abccccbdc2fb8e978d3ae93a04be19326193f1..6c31076fd4aada3d37dd1358f1ef6ff3ca461d2c 100644
--- a/blimp/client/BUILD.gn
+++ b/blimp/client/BUILD.gn
@@ -98,6 +98,8 @@ if (is_linux) {
deps = [
":blimp_client",
"//base",
+ "//blimp/net:blimp_net",
+ "//net",
"//ui/events/platform/x11",
"//ui/platform_window/x11",
]
« no previous file with comments | « no previous file | blimp/client/linux/blimp_main.cc » ('j') | blimp/client/linux/blimp_main.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698