| 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",
|
| ]
|
|
|