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", |