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

Unified Diff: chromecast/chromecast.gyp

Issue 602393004: Chromecast: adds stability metrics provider to track crashes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: DEPS changes not caught by git cl presubmit Created 6 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/android/DEPS ('k') | chromecast/common/chromecast_config.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/chromecast.gyp
diff --git a/chromecast/chromecast.gyp b/chromecast/chromecast.gyp
index 687d3e89f5ad1da34e2803193645f834208d4a13..d95137113ea5a3030dbd3e3a4da8717cef8a541c 100644
--- a/chromecast/chromecast.gyp
+++ b/chromecast/chromecast.gyp
@@ -53,12 +53,15 @@
'../components/components.gyp:metrics_gpu',
'../components/components.gyp:metrics_net',
'../components/components.gyp:metrics_profiler',
+ '../content/content.gyp:content',
],
'sources': [
'metrics/cast_metrics_prefs.cc',
'metrics/cast_metrics_prefs.h',
'metrics/cast_metrics_service_client.cc',
'metrics/cast_metrics_service_client.h',
+ 'metrics/cast_stability_metrics_provider.cc',
+ 'metrics/cast_stability_metrics_provider.h',
'metrics/platform_metrics_providers.h',
],
'conditions': [
@@ -87,6 +90,13 @@
'sources': [
'metrics/cast_metrics_service_client_unittest.cc',
],
+ 'conditions': [
+ ['use_allocator!="none"', {
+ 'dependencies': [
+ '../base/allocator/allocator.gyp:allocator',
+ ],
+ }],
+ ]
}, # end of target 'cast_metrics_unittests'
{
'target_name': 'cast_net',
« no previous file with comments | « chromecast/android/DEPS ('k') | chromecast/common/chromecast_config.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698