Chromium Code Reviews| Index: services/shell/tests/shell/BUILD.gn |
| diff --git a/services/shell/tests/shell/BUILD.gn b/services/shell/tests/shell/BUILD.gn |
| index 4935bb380fe52ed821c3bd4c0bf1adaf44c7e5fb..bbce4bce7a22be3a89f550e261a9dd6e8a666805 100644 |
| --- a/services/shell/tests/shell/BUILD.gn |
| +++ b/services/shell/tests/shell/BUILD.gn |
| @@ -35,6 +35,10 @@ mojom("interfaces") { |
| "shell_unittest.mojom", |
| ] |
| + deps = [ |
| + "//services/shell/public/interfaces", |
| + ] |
| + |
| use_new_wrapper_types = false |
| } |