Chromium Code Reviews| Index: media/BUILD.gn |
| diff --git a/media/BUILD.gn b/media/BUILD.gn |
| index c8ebd28c3b3a364dab09bc12ecb7e7cd425c9732..f6a7f8e722fdf466d189279a951277d74d236c2f 100644 |
| --- a/media/BUILD.gn |
| +++ b/media/BUILD.gn |
| @@ -449,6 +449,9 @@ component("media") { |
| "//media/audio", |
| "//media/base", |
| "//media/capture", |
| + "//mojo/common", |
| + "//mojo/public/cpp/bindings", |
| + "//mojo/public/cpp/system", |
|
xhwang
2016/04/26 22:54:42
See below, "media" should not depend on mojo.
rchtara
2016/04/29 12:54:46
Done.
|
| "//third_party/opus", |
| ] |