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

Unified Diff: content/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/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index 1c6823122d15a6d14e508f185b7bc7ce6045bb1e..20fe409f0b720cd7d3a693c25e8c14c213c495d3 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -1330,6 +1330,8 @@ source_set("browser") {
"web_contents/aura/shadow_layer_delegate.h",
"web_contents/web_contents_impl.cc",
"web_contents/web_contents_impl.h",
+ "web_contents/web_contents_interface_registry_impl.cc",
+ "web_contents/web_contents_interface_registry_impl.h",
"web_contents/web_contents_view.h",
"web_contents/web_contents_view_aura.cc",
"web_contents/web_contents_view_aura.h",

Powered by Google App Engine
This is Rietveld 408576698