Chromium Code Reviews| Index: ash/public/interfaces/BUILD.gn |
| diff --git a/ash/public/interfaces/BUILD.gn b/ash/public/interfaces/BUILD.gn |
| index 62cbcc30643c136e6a2dbd93c7352cf560c49001..24b836d40355cb2caa2967f767f65290668d562c 100644 |
| --- a/ash/public/interfaces/BUILD.gn |
| +++ b/ash/public/interfaces/BUILD.gn |
| @@ -8,10 +8,11 @@ mojom("interfaces") { |
| sources = [ |
| "ash_window_type.mojom", |
| "container.mojom", |
| + "shelf.mojom", |
| "wallpaper.mojom", |
| ] |
| - deps = [ |
| + public_deps = [ |
| "//skia/public/interfaces", |
| ] |
| } |