| Index: media/test/BUILD.gn
|
| diff --git a/media/test/BUILD.gn b/media/test/BUILD.gn
|
| index ca6ea3499a8c47b06c3566d2f864f129b8ef24ae..a09371bc4ce88be228cf74ca37437a202914af94 100644
|
| --- a/media/test/BUILD.gn
|
| +++ b/media/test/BUILD.gn
|
| @@ -44,6 +44,11 @@ source_set("pipeline_integration_tests") {
|
|
|
| deps = [
|
| ":pipeline_integration_test_base",
|
| + "//base",
|
| + "//media:test_support",
|
| + "//media/base:test_support",
|
| + "//media/mojo/clients",
|
| + "//services/shell/public/cpp:service_test_support",
|
| "//url",
|
|
|
| # TODO(dalecurtis): Required since the gmock header is included in the
|
| @@ -92,7 +97,6 @@ source_set("mojo_pipeline_integration_tests") {
|
| ":pipeline_integration_test_base",
|
| "//base",
|
| "//base/test:test_support",
|
| - "//media",
|
| "//media:test_support",
|
| "//media/audio:test_support",
|
| "//media/base:test_support",
|
| @@ -117,9 +121,9 @@ fuzzer_test("media_pipeline_integration_fuzzer") {
|
| "pipeline_integration_fuzzertest.cc",
|
| ]
|
| deps = [
|
| + ":pipeline_integration_test_base",
|
| "//base",
|
| "//media",
|
| - "//media/test:pipeline_integration_test_base",
|
|
|
| # TODO(dalecurtis): Required since the gmock header is included in the
|
| # header for pipeline_integration_test_base.h. This should be
|
|
|