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

Unified Diff: mojo/converters/blink/BUILD.gn

Issue 2058023004: Clean up Mojo C API dependent targets (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 6 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 | « mojo/common/BUILD.gn ('k') | mojo/message_pump/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/converters/blink/BUILD.gn
diff --git a/mojo/converters/blink/BUILD.gn b/mojo/converters/blink/BUILD.gn
index bc32145575a8ed4026219c345c1c9f2aea4f9e91..3b24a807c3d6d55f7355c0eb87cd05e02825f410 100644
--- a/mojo/converters/blink/BUILD.gn
+++ b/mojo/converters/blink/BUILD.gn
@@ -15,10 +15,12 @@ component("blink") {
defines = [ "MOJO_CONVERTERS_BLINK_IMPLEMENTATION" ]
+ public_deps = [
+ "//mojo/public/cpp/bindings",
+ ]
+
deps = [
"//base",
- "//mojo/public/c/system:for_component",
- "//mojo/public/cpp/bindings:bindings",
"//third_party/WebKit/public:blink",
"//ui/events",
"//ui/events:dom_keycode_converter",
« no previous file with comments | « mojo/common/BUILD.gn ('k') | mojo/message_pump/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698