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

Unified Diff: blimp/client/BUILD.gn

Issue 1945473002: Break dependencies of browser -> blink (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: android filter Created 4 years, 8 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 | chrome/BUILD.gn » ('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 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",
« no previous file with comments | « no previous file | chrome/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698