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

Unified Diff: chromecast/chromecast_tests.gypi

Issue 1154383006: Adding crash utilities to chromecast/crash. (Closed) Base URL: https://eureka-internal.googlesource.com/chromium/src@master
Patch Set: Fix old Android build issue. Created 5 years, 6 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
Index: chromecast/chromecast_tests.gypi
diff --git a/chromecast/chromecast_tests.gypi b/chromecast/chromecast_tests.gypi
index 08efa7dcd60583a182fcc015b4950444415c0d68..a3b74c9f2560b9554e40494d55eb0e8773c42010 100644
--- a/chromecast/chromecast_tests.gypi
+++ b/chromecast/chromecast_tests.gypi
@@ -22,6 +22,21 @@
],
},
{
+ 'target_name': 'cast_crash_unittests',
+ 'type': '<(gtest_target_type)',
+ 'dependencies': [
+ 'chromecast.gyp:cast_crash',
+ '../base/base.gyp:run_all_unittests',
+ '../testing/gtest.gyp:gtest',
+ ],
+ 'sources': [
+ 'crash/linux/cast_crash_reporter_client_unittest.cc',
+ 'crash/linux/dump_info_unittest.cc',
+ 'crash/linux/synchronized_minidump_manager_unittest.cc',
+ 'crash/linux/minidump_writer_unittest.cc',
+ ],
+ },
+ {
'target_name': 'cast_tests',
'type': 'none',
'dependencies': [
@@ -41,6 +56,7 @@
'type': 'none',
'dependencies': [
'cast_base_unittests',
+ 'cast_crash_unittests',
'../base/base.gyp:base_unittests',
'../content/content_shell_and_tests.gyp:content_unittests',
'../crypto/crypto.gyp:crypto_unittests',

Powered by Google App Engine
This is Rietveld 408576698