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