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

Unified Diff: components/metrics/leak_detector/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: Remove DCHECK for build ID having been read 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/metrics.gypi ('k') | components/metrics/leak_detector/gnu_build_id_reader.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/metrics/leak_detector/BUILD.gn
diff --git a/components/metrics/leak_detector/BUILD.gn b/components/metrics/leak_detector/BUILD.gn
index 03d904a7459ce0cfd46e5da587403e21dbfa2215..5cd3ff92aa77e9f30ec14deb15cfd4fd61c65dda 100644
--- a/components/metrics/leak_detector/BUILD.gn
+++ b/components/metrics/leak_detector/BUILD.gn
@@ -14,6 +14,8 @@ if (is_chromeos) {
"call_stack_table.h",
"custom_allocator.cc",
"custom_allocator.h",
+ "gnu_build_id_reader.cc",
+ "gnu_build_id_reader.h",
"leak_analyzer.cc",
"leak_analyzer.h",
"leak_detector.cc",
« no previous file with comments | « components/metrics.gypi ('k') | components/metrics/leak_detector/gnu_build_id_reader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698