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

Unified Diff: blimp/client/BUILD.gn

Issue 1945663002: DoA: Add blink (platform) to public_deps in blimp/client:feature (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix linkage dep, not header dep 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 | no next file » | 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..27fc766a82796b38065fad60e79d229a3b9f3d4c 100644
--- a/blimp/client/BUILD.gn
+++ b/blimp/client/BUILD.gn
@@ -138,6 +138,7 @@ source_set("feature") {
"//gpu/skia_bindings",
"//net",
"//skia",
+ "//third_party/WebKit/public:blink",
nyquist 2016/05/03 16:43:30 Could you add a TODO to remove this, please? We re
"//third_party/WebKit/public:blink_headers",
"//ui/base/ime:text_input_types",
"//ui/events:gesture_detection",
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698