| Index: chromecast/media/cma/backend/alsa/BUILD.gn
|
| diff --git a/chromecast/media/cma/backend/alsa/BUILD.gn b/chromecast/media/cma/backend/alsa/BUILD.gn
|
| index 4de9c9aeeffbfd30df4bcfefd4c175b78fb34391..b87f10a5b548c8b489f55016d0ed8336f8992f57 100644
|
| --- a/chromecast/media/cma/backend/alsa/BUILD.gn
|
| +++ b/chromecast/media/cma/backend/alsa/BUILD.gn
|
| @@ -160,6 +160,7 @@ test("libcast_governor_unittests") {
|
| ]
|
| deps = [
|
| ":governor",
|
| + ":post_processor_test_support",
|
| "//base",
|
| "//base/test:run_all_unittests",
|
| "//media",
|
| @@ -180,3 +181,16 @@ source_set("governor") {
|
| ]
|
| public_configs = [ "//chromecast/public:public_config" ]
|
| }
|
| +
|
| +source_set("post_processor_test_support") {
|
| + testonly = true
|
| + sources = [
|
| + "post_processors/post_processor_unittest.cc",
|
| + "post_processors/post_processor_unittest.h",
|
| + ]
|
| + deps = [
|
| + "//base",
|
| + "//chromecast/public/media",
|
| + "//testing/gtest",
|
| + ]
|
| +}
|
|
|