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

Unified Diff: chromecast/chromecast_tests.gypi

Issue 1372393007: [Chromecast] Upgrade to new CMA backend API (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Address alokp@ comments Created 5 years, 2 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/chromecast.gyp ('k') | chromecast/media/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/chromecast_tests.gypi
diff --git a/chromecast/chromecast_tests.gypi b/chromecast/chromecast_tests.gypi
index ff9632461f3dfe4ae0be21adccd54156c1802a51..bc42b1ce26582f7f60845bef800a55177c9cfc8f 100644
--- a/chromecast/chromecast_tests.gypi
+++ b/chromecast/chromecast_tests.gypi
@@ -169,6 +169,7 @@
}],
['OS!="android"', {
'dependencies': [
+ 'cast_renderer_media_unittests',
'cast_shell_unittests',
'cast_shell_browser_test',
'media/media.gyp:cast_media_unittests',
@@ -309,6 +310,22 @@
], # end of targets
}, { # OS!="android"
'targets': [
+ {
+ 'target_name': 'cast_renderer_media_unittests',
+ 'type': '<(gtest_target_type)',
+ 'dependencies': [
+ 'cast_shell_media',
+ '../base/base.gyp:run_all_unittests',
+ '../testing/gmock.gyp:gmock',
+ '../testing/gtest.gyp:gtest',
+ ],
+ 'sources': [
+ 'renderer/media/demuxer_stream_adapter_unittest.cc',
+ 'renderer/media/demuxer_stream_for_test.cc',
+ 'renderer/media/demuxer_stream_for_test.h',
+ 'renderer/media/multi_demuxer_stream_adapter_unittest.cc',
+ ],
+ }, # end of cast_renderer_media_unittests
# GN target: //chromecast/browser:test_support
{
'target_name': 'cast_shell_test_support',
« no previous file with comments | « chromecast/chromecast.gyp ('k') | chromecast/media/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698