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

Side by Side 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 unified diff | Download patch
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 static_library("minidump") { 5 static_library("minidump") {
6 deps = [ 6 deps = [
7 "../compat", 7 "../compat",
8 "../snapshot", 8 "../snapshot",
9 "../util", 9 "../util",
10 "//base", 10 "//base",
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 "minidump_unloaded_module_writer.cc", 60 "minidump_unloaded_module_writer.cc",
61 "minidump_unloaded_module_writer.h", 61 "minidump_unloaded_module_writer.h",
62 "minidump_user_extension_stream_data_source.cc", 62 "minidump_user_extension_stream_data_source.cc",
63 "minidump_user_extension_stream_data_source.h", 63 "minidump_user_extension_stream_data_source.h",
64 "minidump_user_stream_writer.cc", 64 "minidump_user_stream_writer.cc",
65 "minidump_user_stream_writer.h", 65 "minidump_user_stream_writer.h",
66 "minidump_writable.cc", 66 "minidump_writable.cc",
67 "minidump_writable.h", 67 "minidump_writable.h",
68 "minidump_writer_util.cc", 68 "minidump_writer_util.cc",
69 "minidump_writer_util.h", 69 "minidump_writer_util.h",
70 "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.
71 "test/minidump_user_extension_stream_util.h",
70 ] 72 ]
71 } 73 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698