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

Unified Diff: chrome/browser/BUILD.gn

Issue 2301943003: Show not uploaded crashes for Android. (Closed)
Patch Set: . 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
Index: chrome/browser/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index 5a93aac7a2d8cfb64033d00fc06a075883baf626..a4dce59487ed571bf99c23f9a08772060972fa18 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -2856,6 +2856,8 @@ split_static_library("browser") {
if (is_android) {
sources += [
+ "crash_upload_list/crash_upload_list_android.cc",
+ "crash_upload_list/crash_upload_list_android.h",
"gpu/gpu_driver_info_manager_android.cc",
"gpu/gpu_driver_info_manager_android.h",
"media/protected_media_identifier_permission_context.cc",

Powered by Google App Engine
This is Rietveld 408576698