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

Unified Diff: components/metrics.gypi

Issue 2064463002: Mojo interface/service for Leak Detector on remote process (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update ProtobufToMojoConverterTest Created 4 years, 5 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 248795ab2848a3015e85b12b84bba78097b8553a..43a9f80b596bd5bf94303d52e359e58e9d78ef62 100644
--- a/components/metrics.gypi
+++ b/components/metrics.gypi
@@ -278,10 +278,22 @@
'metrics/leak_detector/leak_detector_impl.h',
'metrics/leak_detector/leak_detector_value_type.cc',
'metrics/leak_detector/leak_detector_value_type.h',
+ 'metrics/leak_detector/protobuf_to_mojo_converter.cc',
+ 'metrics/leak_detector/protobuf_to_mojo_converter.h',
'metrics/leak_detector/ranked_set.cc',
'metrics/leak_detector/ranked_set.h',
],
},
+ {
+ 'target_name': 'metrics_mojo_bindings',
+ 'type': 'static_library',
+ 'includes': [
+ '../mojo/mojom_bindings_generator.gypi',
+ ],
+ 'sources': [
+ 'metrics/leak_detector/leak_detector.mojom',
+ ],
+ },
],
}],
['OS!="ios"', {
« 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