Chromium Code Reviews| Index: chrome/common/BUILD.gn |
| diff --git a/chrome/common/BUILD.gn b/chrome/common/BUILD.gn |
| index b0a1ec94b99b2da6e261064815bb110d807fd7e5..4a08381e7408119cc027723d429120943f4c8560 100644 |
| --- a/chrome/common/BUILD.gn |
| +++ b/chrome/common/BUILD.gn |
| @@ -399,6 +399,11 @@ static_library("app_mode_app_support") { |
| mojom("mojo_bindings") { |
| sources = [ |
| + "image_decoder.mojom", |
| "resource_usage_reporter.mojom", |
| ] |
| + |
| + public_deps = [ |
| + "//skia/public/interfaces", |
| + ] |
| } |