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

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: Address haibinlu's feedback Created 4 years, 12 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 | « no previous file | blimp/client/linux/blimp_main.cc » ('j') | blimp/client/session/blimp_client_session.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 b7388ac281afda0818dc69b51575e3359ca429a9..9eb4f2ce067e182d12ecc8d4b252b9f4fd308867 100644
--- a/blimp/client/BUILD.gn
+++ b/blimp/client/BUILD.gn
@@ -52,6 +52,7 @@ component("blimp_client") {
"//gpu/command_buffer/client:gl_in_process_context",
"//gpu/command_buffer/common:gles2_utils",
"//gpu/skia_bindings",
+ "//net",
"//ui/events/blink",
"//ui/events/gestures/blink",
"//ui/gfx/geometry",
@@ -98,6 +99,8 @@ if (is_linux && !is_chromeos) {
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/session/blimp_client_session.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698