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

Unified Diff: chromecast/BUILD.gn

Issue 1931953002: Add cast_alsa_cma_backend_unittests to buildbot (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Created 4 years, 8 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/chromecast_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/BUILD.gn
diff --git a/chromecast/BUILD.gn b/chromecast/BUILD.gn
index 25a88a4f53b41d83977fd06e66008c02a780ea5b..e8152618f0750c26f228623d76ca76e5944192e8 100644
--- a/chromecast/BUILD.gn
+++ b/chromecast/BUILD.gn
@@ -121,8 +121,7 @@ cast_test_group("cast_tests") {
]
if (use_alsa) {
- tests +=
- [ "//chromecast/media/cma/backend/alsa:alsa_cma_backend_unittests" ]
+ tests += [ "//chromecast/media/cma/backend/alsa:cast_alsa_cma_backend_unittests" ]
}
}
« no previous file with comments | « no previous file | chromecast/chromecast_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698