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

Unified Diff: chromecast/media/media.gyp

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 | « chromecast/media/cma/backend/alsa/BUILD.gn ('k') | testing/buildbot/chromium.linux.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/media/media.gyp
diff --git a/chromecast/media/media.gyp b/chromecast/media/media.gyp
index e70814a313fe0c293b722f6da3b8ff5a8855dc77..c6354e07b45d38c15dc461ea46c01d774e26abc4 100644
--- a/chromecast/media/media.gyp
+++ b/chromecast/media/media.gyp
@@ -447,7 +447,7 @@
['use_alsa==1', {
'targets': [
{
- 'target_name': 'alsa_cma_backend_unittests',
+ 'target_name': 'cast_alsa_cma_backend_unittests',
'type': '<(gtest_target_type)',
'dependencies': [
'alsa_cma_backend',
@@ -460,7 +460,7 @@
'cma/backend/alsa/mock_alsa_wrapper.h',
'cma/backend/alsa/stream_mixer_alsa_unittest.cc',
],
- }, # end of target 'alsa_cma_backend_unittests'
+ }, # end of target 'cast_alsa_cma_backend_unittests'
], # end of targets
}],
], # end of conditions
« no previous file with comments | « chromecast/media/cma/backend/alsa/BUILD.gn ('k') | testing/buildbot/chromium.linux.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698