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

Unified Diff: chrome/browser/BUILD.gn

Issue 2242833003: Add the most recent crash report IDs to feedback reports (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: revert back to a const rather than a constexpr Created 4 years, 3 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 | « no previous file | chrome/browser/feedback/system_logs/log_sources/crash_ids_source.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index a876f09c02953907da8fe8dc7d3ce17ca708a44a..953ba869d6fbb6aa0a8e1f879e7c2c36d523ee0f 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -2587,6 +2587,8 @@ split_static_library("browser") {
"feedback/system_logs/about_system_logs_fetcher.h",
"feedback/system_logs/log_sources/chrome_internal_log_source.cc",
"feedback/system_logs/log_sources/chrome_internal_log_source.h",
+ "feedback/system_logs/log_sources/crash_ids_source.cc",
+ "feedback/system_logs/log_sources/crash_ids_source.h",
"feedback/system_logs/log_sources/memory_details_log_source.cc",
"feedback/system_logs/log_sources/memory_details_log_source.h",
"feedback/system_logs/scrubbed_system_logs_fetcher.cc",
« no previous file with comments | « no previous file | chrome/browser/feedback/system_logs/log_sources/crash_ids_source.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698