Chromium Code Reviews| Index: media/test/BUILD.gn |
| diff --git a/media/test/BUILD.gn b/media/test/BUILD.gn |
| index 7d6365d578143a3f760436d24d54d798a2665ad7..85e232722d9af1cec93f6acabbc05fb25aaab95d 100644 |
| --- a/media/test/BUILD.gn |
| +++ b/media/test/BUILD.gn |
| @@ -41,15 +41,6 @@ source_set("pipeline_integration_tests") { |
| deps = [ |
| ":pipeline_integration_test_base", |
| - "//base", |
| - "//media", |
| - "//media:test_support", |
| - "//media/audio:test_support", |
| - "//media/base:test_support", |
| - "//media/mojo/interfaces", |
|
alokp
2016/05/18 20:53:24
Xiaohan: AFAICT pipeline_integration_tests does no
xhwang
2016/05/19 16:36:23
This target doesn't define MOJO_RENDERER and doesn
|
| - "//media/mojo/services:proxy", |
| - "//services/shell/public/cpp:shell_test_support", |
| - "//testing/gtest", |
| "//url", |
| # TODO(dalecurtis): Required since the gmock header is included in the |