Chromium Code Reviews| Index: blimp/client/BUILD.gn |
| diff --git a/blimp/client/BUILD.gn b/blimp/client/BUILD.gn |
| index 1bc9217a2f9963e7910ac67aef8fc19d18bc4efd..a916d9e42d20ebfa6d17fd9b6bce17d94e993d6b 100644 |
| --- a/blimp/client/BUILD.gn |
| +++ b/blimp/client/BUILD.gn |
| @@ -202,6 +202,7 @@ if (is_linux && !is_chromeos && use_x11) { |
| "//base", |
| "//blimp/net", |
| "//net", |
| + "//third_party/WebKit/public:blink", |
|
Khushal
2016/05/04 02:02:19
blimp/client should not need to depend on blink. I
scottmg
2016/05/04 17:02:57
safe_json may be another problem, but the link err
Khushal
2016/05/04 18:09:31
Sorry I missed this earlier. Thanks!
+nyquist@ to
|
| "//ui/events/platform/x11", |
| "//ui/platform_window", |
| "//ui/platform_window/x11", |