Chromium Code Reviews| Index: content/common/BUILD.gn |
| diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn |
| index 30aef50b69c98cb925e4f29856933eef2c12c5af..e265ab21b4b2adaaf9dae0f41dbef501b56c784c 100644 |
| --- a/content/common/BUILD.gn |
| +++ b/content/common/BUILD.gn |
| @@ -564,6 +564,10 @@ mojom("mojo_bindings") { |
| import_dirs = [ "//mojo/services" ] |
| + deps = [ |
| + "//media/mojo/interfaces", |
| + ] |
| + |
| public_deps = [ |
| "//components/leveldb/public/interfaces", |
| "//device/sensors/public/interfaces", |