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

Unified Diff: components/metrics/BUILD.gn

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: 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/BUILD.gn
diff --git a/components/metrics/BUILD.gn b/components/metrics/BUILD.gn
index 9d7a2afc3bc6d5a7f0e33d980b12286529dcad84..44bfa5e419704b6408bf65a71ff17995a92bc24e 100644
--- a/components/metrics/BUILD.gn
+++ b/components/metrics/BUILD.gn
@@ -138,6 +138,8 @@ if (is_chromeos) {
"leak_detector/call_stack_table.h",
"leak_detector/custom_allocator.cc",
"leak_detector/custom_allocator.h",
+ "leak_detector/gnu_build_id_reader.cc",
+ "leak_detector/gnu_build_id_reader.h",
"leak_detector/leak_analyzer.cc",
"leak_detector/leak_analyzer.h",
"leak_detector/leak_detector.cc",

Powered by Google App Engine
This is Rietveld 408576698