summaryrefslogtreecommitdiffstats
path: root/chromecast/chromecast_tests.gypi
diff options
context:
space:
mode:
Diffstat (limited to 'chromecast/chromecast_tests.gypi')
-rw-r--r--chromecast/chromecast_tests.gypi14
1 files changed, 14 insertions, 0 deletions
diff --git a/chromecast/chromecast_tests.gypi b/chromecast/chromecast_tests.gypi
index 96897e2..075734a 100644
--- a/chromecast/chromecast_tests.gypi
+++ b/chromecast/chromecast_tests.gypi
@@ -30,9 +30,22 @@
],
}, # end of cast_base_unittests
{
+ 'target_name': 'cast_crash_test_support',
+ 'type': '<(component)',
+ 'dependencies': [
+ 'chromecast.gyp:cast_crash',
+ 'cast_base',
+ ],
+ 'sources': [
+ 'crash/linux/crash_testing_utils.cc',
+ 'crash/linux/crash_testing_utils.h',
+ ],
+ }, # end of target 'cast_crash_test_support'
+ {
'target_name': 'cast_crash_unittests',
'type': '<(gtest_target_type)',
'dependencies': [
+ 'cast_crash_test_support',
'chromecast.gyp:cast_crash',
'../base/base.gyp:run_all_unittests',
'../testing/gmock.gyp:gmock',
@@ -330,6 +343,7 @@
'target_name': 'cast_shell_unittests',
'type': '<(gtest_target_type)',
'dependencies': [
+ 'cast_crash_test_support',
'chromecast.gyp:cast_crash_client',
'../base/base.gyp:run_all_unittests',
'../testing/gtest.gyp:gtest',