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

Unified Diff: content/common/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/common/BUILD.gn
diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
index c1225cca772cbdb1503d296cd7a32ee5f21f0041..e17cafe6ebf4f202764b0b96ed51b76549211dd0 100644
--- a/content/common/BUILD.gn
+++ b/content/common/BUILD.gn
@@ -44,6 +44,10 @@ source_set("common") {
"appcache_interfaces.cc",
"appcache_interfaces.h",
"appcache_messages.h",
+ "associated_interface_provider_impl.cc",
+ "associated_interface_provider_impl.h",
+ "associated_interface_registry_impl.cc",
+ "associated_interface_registry_impl.h",
"ax_content_node_data.cc",
"ax_content_node_data.h",
"bluetooth/web_bluetooth_device_id.cc",
@@ -345,6 +349,7 @@ source_set("common") {
public_deps = [
":mojo_bindings",
"//cc",
+ "//content/public/common:interfaces",
"//gpu/command_buffer/common",
"//ipc",
"//third_party/WebKit/public:blink_headers",

Powered by Google App Engine
This is Rietveld 408576698