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

Unified Diff: components/metrics.gypi

Issue 1566603003: Dummy patch to try out Mojo connection (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Initialize from RegisterRenderProcessMojoServices Created 4 years, 11 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: components/metrics.gypi
diff --git a/components/metrics.gypi b/components/metrics.gypi
index e889923ab345f3471fd0f3eea32ee46f66c9a987..e70f1f6a554b31478b768b40102aaa3a3277a31c 100644
--- a/components/metrics.gypi
+++ b/components/metrics.gypi
@@ -15,12 +15,14 @@
'../base/base.gyp:base',
'../base/base.gyp:base_i18n',
'../base/base.gyp:base_prefs',
+ 'component_metrics_mojo_bindings',
'component_metrics_proto',
'compression',
'variations',
],
'export_dependent_settings': [
'component_metrics_proto',
+ 'component_metrics_mojo_bindings',
],
'sources': [
'metrics/call_stack_profile_metrics_provider.cc',
@@ -221,6 +223,19 @@
'metrics/profiler/tracking_synchronizer_observer.h',
],
},
+ {
+ # TODO(sque): GN version
+ 'target_name': 'component_metrics_mojo_bindings',
+ 'type': 'static_library',
+ 'includes': [
+ '../third_party/mojo/mojom_bindings_generator.gypi',
+ ],
+ 'sources': [
+ 'metrics/leak_detector/leak_detector_monitor.mojom',
+ 'metrics/leak_detector/leak_detector_monitor_impl.cc',
+ 'metrics/leak_detector/leak_detector_monitor_impl.h',
+ ],
+ },
],
'conditions': [
['OS=="linux"', {
« no previous file with comments | « chrome/renderer/leak_detector/leak_detector_monitor_client.cc ('k') | components/metrics/leak_detector/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698