| Index: chrome/common/BUILD.gn
|
| diff --git a/chrome/common/BUILD.gn b/chrome/common/BUILD.gn
|
| index 0d27142f324204d5c6c2833bd92a06f1594e2ad8..b2fcf05155b326055142611c9147fda83881e7ef 100644
|
| --- a/chrome/common/BUILD.gn
|
| +++ b/chrome/common/BUILD.gn
|
| @@ -700,6 +700,7 @@ mojom("mojo_bindings") {
|
| "renderer_configuration.mojom",
|
| "resource_usage_reporter.mojom",
|
| "shell_handler_win.mojom",
|
| + "thumbnail_capturer.mojom",
|
| ]
|
|
|
| if (is_chromeos) {
|
| @@ -713,6 +714,7 @@ mojom("mojo_bindings") {
|
| public_deps = [
|
| "//components/content_settings/core/common:mojo_bindings",
|
| "//mojo/common:common_custom_types",
|
| + "//ui/gfx/geometry/mojo",
|
| "//url/mojo:url_mojom_gurl",
|
| ]
|
| }
|
|
|