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

Unified Diff: build/secondary/third_party/crashpad/crashpad/minidump/BUILD.gn

Issue 2867063002: Stability instrumentation Crashpad integration (Closed)
Patch Set: Moar comments and fixups Created 3 years, 7 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: build/secondary/third_party/crashpad/crashpad/minidump/BUILD.gn
diff --git a/build/secondary/third_party/crashpad/crashpad/minidump/BUILD.gn b/build/secondary/third_party/crashpad/crashpad/minidump/BUILD.gn
index ebc8f3bb522fda83af595e32ecd47cebbbe8c4db..2c468ded2014a3983b5799b8838a05d7c7f8d156 100644
--- a/build/secondary/third_party/crashpad/crashpad/minidump/BUILD.gn
+++ b/build/secondary/third_party/crashpad/crashpad/minidump/BUILD.gn
@@ -67,5 +67,7 @@ static_library("minidump") {
"minidump_writable.h",
"minidump_writer_util.cc",
"minidump_writer_util.h",
+ "test/minidump_user_extension_stream_util.cc",
Sigurður Ásgeirsson 2017/05/10 17:46:23 no - test code is not for shipping.
manzagop (departed) 2017/05/10 23:06:11 (Yup, I had a DO NOT SUBMIT at inclusion.) Done.
+ "test/minidump_user_extension_stream_util.h",
]
}

Powered by Google App Engine
This is Rietveld 408576698