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

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: todo Created 4 years, 7 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..2ea4e46a291f95747200754e86854f06d6694d7f 100644
--- a/blimp/client/BUILD.gn
+++ b/blimp/client/BUILD.gn
@@ -202,6 +202,10 @@ if (is_linux && !is_chromeos && use_x11) {
"//base",
"//blimp/net",
"//net",
+
+ # TODO(khushalsagar|scottmg): Remove this dependency from browser to
+ # blink. See https://crbug.com/608114.
+ "//third_party/WebKit/public:blink",
"//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