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

Unified Diff: content/public/renderer/BUILD.gn

Issue 2310563002: Adds routed interface support between RenderFrameHost and RenderFrame (Closed)
Patch Set: Created 4 years, 3 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
Index: content/public/renderer/BUILD.gn
diff --git a/content/public/renderer/BUILD.gn b/content/public/renderer/BUILD.gn
index 74205afbe4f16da3daa07f2d229ccc90caf7ed9a..d917810dc2ca37664b7158fa11222eb7c60c8705 100644
--- a/content/public/renderer/BUILD.gn
+++ b/content/public/renderer/BUILD.gn
@@ -64,6 +64,10 @@ target(link_target_type, "renderer_sources") {
configs += [ "//content:content_implementation" ]
+ public_deps = [
+ "//content/public/common:interfaces",
+ ]
+
deps = [
"//content/public/child:child_sources",
"//content/public/common:common_sources",

Powered by Google App Engine
This is Rietveld 408576698