| Index: content/common/BUILD.gn
|
| diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
|
| index b4005ba3f2f8ba47b73437811e1ba4b084838df2..4fcf95a690f2b28b9a5d615914672bf39a168ff4 100644
|
| --- a/content/common/BUILD.gn
|
| +++ b/content/common/BUILD.gn
|
| @@ -223,6 +223,7 @@ mojom("mojo_bindings") {
|
|
|
| sources = [
|
| "application_setup.mojom",
|
| + "frame_service.mojom",
|
| "image_downloader/image_downloader.mojom",
|
| "leveldb_wrapper.mojom",
|
| "process_control.mojom",
|
| @@ -241,6 +242,7 @@ mojom("mojo_bindings") {
|
| "//skia/public/interfaces",
|
| "//third_party/WebKit/public:mojo_bindings",
|
| "//ui/mojo/geometry:interfaces",
|
| + "//url/mojo:url_mojom_gurl",
|
| "//url/mojo:url_mojom_origin",
|
| ]
|
| }
|
|
|