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

Unified Diff: chromecast/chromecast_tests.gypi

Issue 1137263002: Chromecast: adds CmaRenderer test coverage. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: revert chromium.fyi.json change Created 5 years, 7 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/ipc/media_message_fifo.h » ('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 d4d208adc2a3cbe3b5bc9c55fce47febe83a9c35..95ade70acba63184982901ff1d184d4c216451f0 100644
--- a/chromecast/chromecast_tests.gypi
+++ b/chromecast/chromecast_tests.gypi
@@ -112,6 +112,7 @@
['OS!="android"', {
'dependencies': [
'cast_shell_browser_test',
+ 'cast_shell_media_unittests',
'media/media.gyp:cast_media_unittests',
],
'variables': {
@@ -228,6 +229,26 @@
}, { # OS!="android"
'targets': [
{
+ 'target_name': 'cast_shell_media_unittests',
+ 'type': '<(gtest_target_type)',
+ 'dependencies': [
+ 'cast_metrics_test_support',
+ 'cast_shell_media',
+ 'media/media.gyp:cast_media',
+ '../base/base.gyp:base',
+ '../base/base.gyp:test_support_base',
+ '../ipc/ipc.gyp:test_support_ipc',
+ '../media/media.gyp:media_test_support',
+ '../testing/gmock.gyp:gmock',
+ '../testing/gtest.gyp:gtest',
+ '../testing/gtest.gyp:gtest_main',
+ ],
+ 'sources': [
+ 'renderer/media/cma_renderer_unittest.cc',
+ 'media/cma/test/run_all_unittests.cc',
+ ],
+ },
+ {
'target_name': 'cast_shell_test_support',
'type': '<(component)',
'defines': [
« no previous file with comments | « no previous file | chromecast/media/cma/ipc/media_message_fifo.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698