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

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: Fixed misplaced EXPORT directive 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') | no next file with comments »
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..a16b1c1abda2985e6db42c9c8aebe6c83aceeee5 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",
]
@@ -247,6 +250,7 @@ if (is_android) {
":blimp_client",
":jni_headers",
"//base",
+ "//blimp/common/proto",
"//blimp/net:blimp_net",
"//skia",
"//ui/gfx/geometry",
« no previous file with comments | « no previous file | blimp/client/linux/blimp_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698