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

Unified Diff: content/common/BUILD.gn

Issue 2310563002: Adds routed interface support between RenderFrameHost and RenderFrame (Closed)
Patch Set: nit 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
« no previous file with comments | « content/child/child_thread_impl.cc ('k') | content/common/associated_interface_provider_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/BUILD.gn
diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
index c1225cca772cbdb1503d296cd7a32ee5f21f0041..0b25a4d657faa05b4f30c02d84108f6b30dabf1d 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",
@@ -551,6 +555,7 @@ mojom("mojo_bindings") {
visibility = [ "//content/*" ]
sources = [
+ "associated_interfaces.mojom",
"frame.mojom",
"image_downloader/image_downloader.mojom",
"leveldb_wrapper.mojom",
« no previous file with comments | « content/child/child_thread_impl.cc ('k') | content/common/associated_interface_provider_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698