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

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 fd030c93c78e3b9054ed2e048de4c0c52ead9428..48dce1d9ba4cf914ac79e502c3a91f71b865dcd9 100644
--- a/content/public/browser/BUILD.gn
+++ b/content/public/browser/BUILD.gn
@@ -247,6 +247,8 @@ source_set("browser_sources") {
"web_contents.h",
"web_contents_delegate.cc",
"web_contents_delegate.h",
+ "web_contents_frame_interface_binding.h",
+ "web_contents_interface_registry.h",
"web_contents_media_capture_id.cc",
"web_contents_media_capture_id.h",
"web_contents_observer.cc",
@@ -274,6 +276,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