Chromium Code Reviews| Index: content/test/BUILD.gn |
| diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn |
| index 698024cce4668d81640b7ab5f4ea5fb490cc53fd..7b4c0aaa27cbb1a8c67424a88c0a2a9b2bbfbb49 100644 |
| --- a/content/test/BUILD.gn |
| +++ b/content/test/BUILD.gn |
| @@ -69,6 +69,7 @@ source_set("test_support") { |
| "//ipc:test_support", |
| "//ipc/mojo", |
| "//media", |
| + "//media/mojo/interfaces", |
|
nasko
2016/05/25 20:50:42
Why is this dependency needed? From content/common
rchtara
2016/05/27 15:24:39
Done.
|
| "//mojo/edk/test:test_support", |
| "//net:test_support", |
| "//services/shell/public/cpp", |
| @@ -460,6 +461,8 @@ test("content_browsertests") { |
| "//media:test_support", |
| "//media/audio:test_support", |
| "//media/base:test_support", |
| + "//media/mojo/common", |
| + "//media/mojo/interfaces", |
|
nasko
2016/05/25 20:50:43
Same question as above.
rchtara
2016/05/27 15:24:39
Done.
|
| "//mojo/edk/system", |
| "//mojo/edk/test:test_support", |
| "//mojo/public/cpp/bindings", |