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

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: Lots of formatting changes and BUILD.gn updates. 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 5f9aa93921bd7c3da7ab0282d5c04585520ebd31..8276b2db843a26730cf86df78b13128b8f818786 100644
--- a/chromecast/chromecast_tests.gypi
+++ b/chromecast/chromecast_tests.gypi
@@ -22,6 +22,20 @@
],
},
{
+ 'target_name': 'cast_crash_unittests',
gunsch 2015/06/10 16:33:30 Needs to be added to: 1) testing/buildbot/chromiu
+ 'type': '<(gtest_target_type)',
+ 'dependencies': [
+ 'chromecast.gyp:cast_crash_client',
+ '../base/base.gyp:run_all_unittests',
+ '../testing/gtest.gyp:gtest',
+ ],
+ 'sources': [
+ 'crash/dump_info_unittest.cc',
+ 'crash/minidump_manager_unittest.cc',
+ 'crash/minidump_writer_unittest.cc',
+ ],
+ },
+ {
'target_name': 'cast_tests',
'type': 'none',
'dependencies': [

Powered by Google App Engine
This is Rietveld 408576698