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

Unified Diff: components/metrics.gypi

Issue 981143006: Metrics provider for statistical stack profiler (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkcr
Patch Set: fix multiline comment Created 5 years, 9 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 | « components/components_tests.gyp ('k') | components/metrics/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/metrics.gypi
diff --git a/components/metrics.gypi b/components/metrics.gypi
index 9a8f19de807d597fcb6f33ae94ccf08b9ae758da..f0d3f41a5ea6b6e5a7569ea5fe910c4ba8e11d1c 100644
--- a/components/metrics.gypi
+++ b/components/metrics.gypi
@@ -23,6 +23,8 @@
'component_metrics_proto',
],
'sources': [
+ 'metrics/call_stack_profile_metrics_provider.cc',
+ 'metrics/call_stack_profile_metrics_provider.h',
'metrics/clean_exit_beacon.cc',
'metrics/clean_exit_beacon.h',
'metrics/client_info.cc',
@@ -158,6 +160,7 @@
'target_name': 'component_metrics_proto',
'type': 'static_library',
'sources': [
+ 'metrics/proto/call_stack_profile.proto',
'metrics/proto/cast_logs.proto',
'metrics/proto/chrome_user_metrics_extension.proto',
'metrics/proto/histogram_event.proto',
« no previous file with comments | « components/components_tests.gyp ('k') | components/metrics/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698