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

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

Issue 2937123005: Add a general PostProcessorUnittest. (Closed)
Patch Set: review comments 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..b38afec23d6552c393d58ef4e60cf2bc79048104 100644
--- a/chromecast/media/cma/backend/alsa/BUILD.gn
+++ b/chromecast/media/cma/backend/alsa/BUILD.gn
@@ -160,8 +160,8 @@ test("libcast_governor_unittests") {
]
deps = [
":governor",
+ ":post_processor_test",
"//base",
- "//base/test:run_all_unittests",
"//media",
"//testing/gtest",
]
@@ -180,3 +180,17 @@ source_set("governor") {
]
public_configs = [ "//chromecast/public:public_config" ]
}
+
+source_set("post_processor_test") {
+ testonly = true
+ sources = [
+ "post_processors/post_processor_unittest.cc",
+ "post_processors/post_processor_unittest.h",
+ ]
+ deps = [
+ "//base",
+ "//base/test:run_all_unittests",
slan 2017/06/19 20:50:36 Why link this in at this level? This means that th
bshaya 2017/06/19 21:22:48 Removed run_all_unittests as a dependency here. T
+ "//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