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

Unified Diff: components/metrics.gypi

Issue 2159013002: Read Chrome build ID and store it in leak reports (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Replace GNUBuildIDReader class with namespace 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
Index: components/metrics.gypi
diff --git a/components/metrics.gypi b/components/metrics.gypi
index 248795ab2848a3015e85b12b84bba78097b8553a..1364ea2b56ca2eea52bf17568c4e179b2091f94b 100644
--- a/components/metrics.gypi
+++ b/components/metrics.gypi
@@ -270,6 +270,8 @@
'metrics/leak_detector/call_stack_table.h',
'metrics/leak_detector/custom_allocator.cc',
'metrics/leak_detector/custom_allocator.h',
+ 'metrics/leak_detector/gnu_build_id_reader.cc',
+ 'metrics/leak_detector/gnu_build_id_reader.h',
'metrics/leak_detector/leak_analyzer.cc',
'metrics/leak_detector/leak_analyzer.h',
'metrics/leak_detector/leak_detector.cc',

Powered by Google App Engine
This is Rietveld 408576698