Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(38)

Unified Diff: chromecast/media/cma/backend/alsa/BUILD.gn

Issue 2937123005: Add a general PostProcessorUnittest. (Closed)
Patch Set: rename test to test_support Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chromecast/media/cma/backend/alsa/post_processors/governor_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
+ ]
+}
« no previous file with comments | « no previous file | chromecast/media/cma/backend/alsa/post_processors/governor_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698