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

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

Issue 2310563002: Adds routed interface support between RenderFrameHost and RenderFrame (Closed)
Patch Set: rebase 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 3cae00322a26b5e4001b63a76a1ac89c8adbd495..1858006d2df1daa88d0af80bbcff434e5f38a2c9 100644
--- a/content/public/browser/BUILD.gn
+++ b/content/public/browser/BUILD.gn
@@ -246,6 +246,8 @@ source_set("browser_sources") {
"web_contents.h",
"web_contents_delegate.cc",
"web_contents_delegate.h",
+ "web_contents_frame_binding_set.h",
+ "web_contents_interface_registry.h",
"web_contents_media_capture_id.cc",
"web_contents_media_capture_id.h",
"web_contents_observer.cc",
@@ -273,6 +275,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