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

Unified Diff: content/public/browser/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/browser/BUILD.gn
diff --git a/content/public/browser/BUILD.gn b/content/public/browser/BUILD.gn
index 25d3593952ecd437ac4a2d52c571f2af416696a9..541d995b01ab58a9fcb82ce215428507d22537cd 100644
--- a/content/public/browser/BUILD.gn
+++ b/content/public/browser/BUILD.gn
@@ -33,6 +33,7 @@ source_set("browser_sources") {
]
public_deps = [
+ "//content/public/common:interfaces",
"//mojo/public/cpp/bindings",
"//mojo/public/cpp/system",
"//services/shell/public/cpp",

Powered by Google App Engine
This is Rietveld 408576698